projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aab201
)
drm/i915/cnl: Update the DMC version on CNL
author
Anusha Srivatsa
<
[email protected]
>
Tue, 3 Oct 2017 17:59:48 +0000
(10:59 -0700)
committer
Rodrigo Vivi
<
[email protected]
>
Tue, 24 Oct 2017 20:52:00 +0000
(13:52 -0700)
The latest version of DMC on CNL is 1.06.
Update the version so as to load the
latest firmware.
Release Notes:
Version: 1.06
1. DDI and AUX IO related fix.
v2: Improve the prefixes in commit message.
Add Release Notes directly. (Rodrigo)
Cc: Rodrigo Vivi <
[email protected]
>
Signed-off-by: Anusha Srivatsa <
[email protected]
>
Reviewed-by: Rodrigo Vivi <
[email protected]
>
Signed-off-by: Rodrigo Vivi <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/i915/intel_csr.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_csr.c
b/drivers/gpu/drm/i915/intel_csr.c
index da9de47562b801f8227310ce5e49aa2a7162eacb..3e1f86d0c6cc2b4ec752111cfb5261963d7c2f92 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_csr.c
+++ b/
drivers/gpu/drm/i915/intel_csr.c
@@
-37,8
+37,8
@@
#define I915_CSR_GLK "i915/glk_dmc_ver1_04.bin"
#define GLK_CSR_VERSION_REQUIRED CSR_VERSION(1, 4)
-#define I915_CSR_CNL "i915/cnl_dmc_ver1_0
4
.bin"
-#define CNL_CSR_VERSION_REQUIRED CSR_VERSION(1,
4
)
+#define I915_CSR_CNL "i915/cnl_dmc_ver1_0
6
.bin"
+#define CNL_CSR_VERSION_REQUIRED CSR_VERSION(1,
6
)
#define I915_CSR_KBL "i915/kbl_dmc_ver1_01.bin"
MODULE_FIRMWARE(I915_CSR_KBL);