[Intel-gfx] [PATCH igt] igt/gem_mocs_settings: Adjust the expected value for the third entry
Imre Deak
imre.deak at intel.com
Tue Apr 26 12:46:16 UTC 2016
Adjust the third MOCS entry value based on the corresponding change in
the kernel.
CC: Chris Wilson <chris at chris-wilson.co.uk>
Signed-off-by: Imre Deak <imre.deak at intel.com>
---
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
More information about the Intel-gfx
mailing list