linux/firmware/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
..
R100_cp.bin.ihex
R200_cp.bin.ihex
R300_cp.bin.ihex
R420_cp.bin.ihex
R520_cp.bin.ihex
R600_me.bin.ihex
R600_pfp.bin.ihex
RS600_cp.bin.ihex
RS690_cp.bin.ihex
RS780_me.bin.ihex
RS780_pfp.bin.ihex
RV610_me.bin.ihex
RV610_pfp.bin.ihex
RV620_me.bin.ihex
RV620_pfp.bin.ihex
RV630_me.bin.ihex
RV630_pfp.bin.ihex
RV635_me.bin.ihex
RV635_pfp.bin.ihex
RV670_me.bin.ihex
RV670_pfp.bin.ihex
RV710_me.bin.ihex
RV710_pfp.bin.ihex
RV730_me.bin.ihex
RV730_pfp.bin.ihex
RV770_me.bin.ihex
RV770_pfp.bin.ihex