android_kernel_xiaomi_sdm845/drivers/gpu/drm/radeon
Ben Hutchings 70967ab9c0 radeon: Use request_firmware()
Loosely based on a patch by
Jaswinder Singh Rajput <jaswinderlinux@gmail.com>.

KMS support by Dave Airlie <airlied@redhat.com>.

For Radeon 100- to 500-series, firmware blobs look like:
    struct {
        __be32 datah;
        __be32 datal;
    } cp_ucode[256];

For Radeon 600-series, there are two separate firmware blobs:
    __be32 me_ucode[PM4_UCODE_SIZE * 3];
    __be32 pfp_ucode[PFP_UCODE_SIZE];

For Radeon 700-series, likewise:
    __be32 me_ucode[R700_PM4_UCODE_SIZE];
    __be32 pfp_ucode[R700_PFP_UCODE_SIZE];

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-08-31 09:09:30 +10:00
..
reg_srcs drm/radeon: cleanup mkregtable.c 2009-08-31 09:09:28 +10:00
atom-bits.h drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
atom-names.h drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
atom-types.h drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
atom.c drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
atom.h drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
atombios_crtc.c drm/radeon/kms: fix bandwidth computation on avivo hardware 2009-07-29 15:45:09 +10:00
atombios.h drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
Kconfig drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
Makefile drm/rs600/690: use autogenerated safe register tables. 2009-08-27 11:11:56 +10:00
mkregtable.c drm/radeon: cleanup mkregtable.c 2009-08-31 09:09:28 +10:00
ObjectID.h drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
r100.c radeon: Use request_firmware() 2009-08-31 09:09:30 +10:00
r300_cmdbuf.c drm/radeon: add regs required for occlusion queries support 2009-03-29 18:31:35 +10:00
r300_reg.h drm/radeon/kms: add initial colortiling support. 2009-07-29 15:42:18 +10:00
r300.c drm/radeon/kms: generate the safe register tables. 2009-08-21 14:20:38 +10:00
r300.h drm/radeon: command stream checker for r3xx-r5xx hardware 2009-06-19 09:32:27 +10:00
r420.c drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
r500_reg.h drm/radeon/kms: Fix up vertical blank interrupt support. 2009-08-16 08:36:19 +10:00
r520.c drm/radeon/kms: vram sizing on certain r100 chips needs workaround. 2009-07-29 15:53:25 +10:00
r600_cp.c radeon: Use request_firmware() 2009-08-31 09:09:30 +10:00
r600_reg.h drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
r600.c drm/radeon/kms: vram sizing on certain r100 chips needs workaround. 2009-07-29 15:53:25 +10:00
radeon_agp.c drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
radeon_asic.h drm/rs600/690: use autogenerated safe register tables. 2009-08-27 11:11:56 +10:00
radeon_atombios.c drm/radeon/kms: fix quirk for MSI laptop 2009-07-15 17:13:11 +10:00
radeon_benchmark.c drm/radeon: Fix size used for benchmarking BO copies. 2009-07-29 16:08:56 +10:00
radeon_bios.c drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
radeon_clocks.c drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
radeon_combios.c drm/kms/radeon: cleanup combios TV table like DDX. 2009-08-19 14:11:32 +10:00
radeon_connectors.c drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
radeon_cp.c radeon: Use request_firmware() 2009-08-31 09:09:30 +10:00
radeon_cs.c drm/radeon/kms: drop zero length CS indirect buffers. 2009-07-15 17:13:15 +10:00
radeon_cursor.c drm/radeon/kms: fix hotspot handling on pre-avivo chips 2009-07-15 17:13:24 +10:00
radeon_device.c drm/radeon/kms: cut down indirects in register accesses. 2009-08-16 08:36:34 +10:00
radeon_display.c drm/radeon/kms: fix bandwidth computation on avivo hardware 2009-07-29 15:45:09 +10:00
radeon_drv.c drm/radeon/kms: fix nomodeset. 2009-08-04 13:41:05 +10:00
radeon_drv.h radeon: Use request_firmware() 2009-08-31 09:09:30 +10:00
radeon_encoders.c drm/radeon/kms: fix bandwidth computation on avivo hardware 2009-07-29 15:45:09 +10:00
radeon_fb.c drm/radeon/kms: memset the allocated framebuffer before using it. 2009-08-19 14:11:32 +10:00
radeon_fence.c drm/radeon/kms: allow interruptible waits for objects. 2009-07-29 15:59:49 +10:00
radeon_fixed.h drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
radeon_gart.c drm/radeon/kms: fix some GART table entry bugs. 2009-07-15 17:13:02 +10:00
radeon_gem.c drm/radeon/kms: implement bo busy check + current domain 2009-08-17 12:28:56 +10:00
radeon_i2c.c drm: Remove memory debugging infrastructure. 2009-06-18 13:00:33 -07:00
radeon_ioc32.c drm: reorganise drm tree to be more future proof. 2008-07-14 10:45:01 +10:00
radeon_irq_kms.c radeon: Use request_firmware() 2009-08-31 09:09:30 +10:00
radeon_irq.c drm/radeon: RS600: fix interrupt handling 2009-03-13 14:24:16 +10:00
radeon_kms.c drm/radeon/kms: Fix up vertical blank interrupt support. 2009-08-16 08:36:19 +10:00
radeon_legacy_crtc.c drm/radeon/kms: Fix up vertical blank interrupt support. 2009-08-16 08:36:19 +10:00
radeon_legacy_encoders.c drm/radeon/kms: although LVDS might be possible on crtc 1 don't do it. 2009-08-19 14:11:26 +10:00
radeon_mem.c drm: Remove memory debugging infrastructure. 2009-06-18 13:00:33 -07:00
radeon_mode.h drm/radeon/kms: fix bandwidth computation on avivo hardware 2009-07-29 15:45:09 +10:00
radeon_object.c drm/radeon/kms: implement bo busy check + current domain 2009-08-17 12:28:56 +10:00
radeon_object.h ttm: Make parts of a struct ttm_bo_device global. 2009-08-19 16:10:34 +10:00
radeon_reg.h drm/radeon/kms: Fix up vertical blank interrupt support. 2009-08-16 08:36:19 +10:00
radeon_ring.c drm/radeon/kms: remove IB flushing trick. 2009-07-15 17:13:04 +10:00
radeon_share.h drm/radeon/kms: fix bandwidth computation on avivo hardware 2009-07-29 15:45:09 +10:00
radeon_state.c drm: Remove memory debugging infrastructure. 2009-06-18 13:00:33 -07:00
radeon_test.c drm/radeon: Add radeon.test parameter for running BO GPU copy tests. 2009-07-29 16:08:39 +10:00
radeon_ttm.c drm/ttm: Fixes for "Make parts of a struct ttm_bo_device global" 2009-08-20 18:58:13 +10:00
radeon.h radeon: Use request_firmware() 2009-08-31 09:09:30 +10:00
rs400.c drm/radeon/kms: vram sizing on certain r100 chips needs workaround. 2009-07-29 15:53:25 +10:00
rs600.c drm/rs600/690: use autogenerated safe register tables. 2009-08-27 11:11:56 +10:00
rs690.c drm/rs600/690: use autogenerated safe register tables. 2009-08-27 11:11:56 +10:00
rs690r.h drm/radeon/kms: fix bandwidth computation on avivo hardware 2009-07-29 15:45:09 +10:00
rs780.c drm/radeon: introduce kernel modesetting for radeon hardware 2009-06-15 12:01:53 +10:00
rv515.c drm/radeon/kms: generate the safe register tables. 2009-08-21 14:20:38 +10:00
rv515r.h drm/radeon/kms: fix bandwidth computation on avivo hardware 2009-07-29 15:45:09 +10:00
rv770.c drm/radeon/kms: vram sizing on certain r100 chips needs workaround. 2009-07-29 15:53:25 +10:00