Searched refs:max_pat_index (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/i915/ |
H A D | i915_pci.c | 91 .max_pat_index = 3, \ 106 .max_pat_index = 3, \ 139 .max_pat_index = 3, \ 202 .max_pat_index = 3, \ 246 .max_pat_index = 3, \ 274 .max_pat_index = 3, \ 322 .max_pat_index = 3, \ 375 .max_pat_index = 3, 460 .max_pat_index = 3, 527 .max_pat_index = 3, \ [all …]
|
H A D | intel_device_info.h | 246 u32 max_pat_index; member
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_create.c | 403 unsigned int max_pat_index; in ext_set_pat() local 415 max_pat_index = INTEL_INFO(i915)->max_pat_index; in ext_set_pat() 417 if (ext.pat_index > max_pat_index) { in ext_set_pat()
|
/linux/drivers/gpu/drm/i915/selftests/ |
H A D | mock_gem_device.c | 129 .max_pat_index = 3,
|