Skip to content

Commit e67351d

Browse files
Ander Conselvan de Oliveirajnikula
authored andcommitted
drm/i915/glk: Remove MODULE_FIRMWARE() tag from Geminilake's DMC
Geminilake's DMC is not yet available in the linux-firmware repository. To prevent userspace tools such as mkinitramfs to complain about missing firmware, remove the MODULE_FIRMWARE() tag for now. Fixes: dbb28b5 ("drm/i915/DMC/GLK: Load DMC on GLK") Cc: Rodrigo Vivi <[email protected]> Cc: Anusha Srivatsa <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: Jani Nikula <[email protected]> Cc: [email protected] Cc: <[email protected]> Signed-off-by: Ander Conselvan de Oliveira <[email protected]> Acked-by: Jani Nikula <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected] Link: http://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit d9321a0) Signed-off-by: Jani Nikula <[email protected]>
1 parent 9c31b08 commit e67351d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/i915/intel_csr.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
*/
3636

3737
#define I915_CSR_GLK "i915/glk_dmc_ver1_01.bin"
38-
MODULE_FIRMWARE(I915_CSR_GLK);
3938
#define GLK_CSR_VERSION_REQUIRED CSR_VERSION(1, 1)
4039

4140
#define I915_CSR_KBL "i915/kbl_dmc_ver1_01.bin"

0 commit comments

Comments
 (0)