diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2009-08-23 18:34:25 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-08-27 10:46:54 +1000 |
commit | ece2be7993cc5e269cbf0cad6442b401a2c31915 (patch) | |
tree | fff6ae1334506dd41a4f84b95e3830b269f70d59 /firmware/Makefile | |
parent | c9c97b8c75019814d8c007059bc827bb475be917 (diff) | |
download | linux-ece2be7993cc5e269cbf0cad6442b401a2c31915.tar.gz linux-ece2be7993cc5e269cbf0cad6442b401a2c31915.tar.bz2 linux-ece2be7993cc5e269cbf0cad6442b401a2c31915.zip |
drm/mga: Use request_firmware() to load microcode
Image format is IHEX, one record for each pipe in order (record
addresses are ignored).
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 621de8e952f7..0e39f7e73ba6 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -42,6 +42,7 @@ fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ cxgb3/t3c_psram-1.1.0.bin \ cxgb3/t3fw-7.4.0.bin +fw-shipped-$(CONFIG_DRM_MGA) += matrox/g200_warp.fw matrox/g400_warp.fw fw-shipped-$(CONFIG_DVB_AV7110) += av7110/bootcode.bin fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ |