Adjust the third MOCS entry value based on the corresponding change in
the kernel.

CC: Chris Wilson <[email protected]>
Signed-off-by: Imre Deak <[email protected]>
---
 tests/gem_mocs_settings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gem_mocs_settings.c b/tests/gem_mocs_settings.c
index bc553e9..4fc944e 100644
--- a/tests/gem_mocs_settings.c
+++ b/tests/gem_mocs_settings.c
@@ -72,7 +72,7 @@ static const struct mocs_entry dirty_skylake_mocs_table[] = {
 static const struct mocs_entry broxton_mocs_table[] = {
        { 0x00000009, 0x0010 },
        { 0x00000038, 0x0030 },
-       { 0x0000003b, 0x0030 },
+       { 0x00000038, 0x0030 },
 };
 
 static const struct mocs_entry dirty_broxton_mocs_table[] = {
-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to