Home
last modified time | relevance | path

Searched refs:GEN9_NUM_MOCS_ENTRIES (Results 1 – 1 of 1) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgem_mocs_settings.c35 #define GEN9_NUM_MOCS_ENTRIES 62 /* 62 out of 64 - 63 & 64 are reserved. */ macro
143 static const struct mocs_entry skylake_mocs_table[GEN9_NUM_MOCS_ENTRIES] = {
147 [3 ... GEN9_NUM_MOCS_ENTRIES - 1] = MOCS_PTE,
150 static const struct mocs_entry dirty_skylake_mocs_table[GEN9_NUM_MOCS_ENTRIES] = {
151 [0 ... GEN9_NUM_MOCS_ENTRIES - 1] = { 0x00003FFF, 0x003F, 0x1 },
154 static const struct mocs_entry broxton_mocs_table[GEN9_NUM_MOCS_ENTRIES] = {
158 [3 ... GEN9_NUM_MOCS_ENTRIES - 1] = MOCS_PTE,
161 static const struct mocs_entry dirty_broxton_mocs_table[GEN9_NUM_MOCS_ENTRIES] = {
162 [0 ... GEN9_NUM_MOCS_ENTRIES - 1] = { 0x00007FFF, 0x003F, 0x1 },
165 static const uint32_t write_values[GEN9_NUM_MOCS_ENTRIES] = {
[all …]