Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d318cedf authored by Lucas De Marchi's avatar Lucas De Marchi
Browse files

drm/i915/tgl: update DMC firmware to 2.04



2 important fixes:
  - vblank counter is now working
  - PSR1 is working

Cc: Jose Souza <jose.souza@intel.com>
Cc: Anusha Srivatsa <anusha.srivatsa@intel.com>
Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: default avatarAnusha Srivatsa <anusha.srivatsa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190817093902.2171-5-lucas.demarchi@intel.com
parent 9288d74f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,8 +39,8 @@

#define GEN12_CSR_MAX_FW_SIZE		ICL_CSR_MAX_FW_SIZE

#define TGL_CSR_PATH			"i915/tgl_dmc_ver2_03.bin"
#define TGL_CSR_VERSION_REQUIRED	CSR_VERSION(2, 3)
#define TGL_CSR_PATH			"i915/tgl_dmc_ver2_04.bin"
#define TGL_CSR_VERSION_REQUIRED	CSR_VERSION(2, 4)
#define TGL_CSR_MAX_FW_SIZE		0x6000
MODULE_FIRMWARE(TGL_CSR_PATH);