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 /drivers/gpu/drm/Kconfig | |
parent | c9c97b8c75019814d8c007059bc827bb475be917 (diff) |
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 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 39b393d38bb..10edc9b0022 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -116,6 +116,7 @@ endchoice config DRM_MGA tristate "Matrox g200/g400" depends on DRM + select FW_LOADER help Choose this option if you have a Matrox G200, G400 or G450 graphics card. If M is selected, the module will be called mga. AGP |