Searched refs:drm_i915_mocs_table (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_mocs.c | 38 struct drm_i915_mocs_table { struct 323 struct drm_i915_mocs_table *table) in get_mocs_settings() 379 static u32 get_entry_control(const struct drm_i915_mocs_table *table, in get_entry_control() 394 const struct drm_i915_mocs_table *table, in __init_mocs_table() 420 const struct drm_i915_mocs_table *table) in init_mocs_table() 429 static u16 get_entry_l3cc(const struct drm_i915_mocs_table *table, in get_entry_l3cc() 452 const struct drm_i915_mocs_table *table) in init_l3cc_table() 464 struct drm_i915_mocs_table table; in intel_mocs_init_engine() 489 struct drm_i915_mocs_table table; in intel_mocs_init()
|
H A D | selftest_mocs.c | 15 struct drm_i915_mocs_table mocs; 16 struct drm_i915_mocs_table l3cc; 88 struct drm_i915_mocs_table table; in live_mocs_init() 155 const struct drm_i915_mocs_table *table, in read_mocs_table() 169 const struct drm_i915_mocs_table *table, in read_l3cc_table() 178 const struct drm_i915_mocs_table *table, in check_mocs_table() 207 const struct drm_i915_mocs_table *table, in check_l3cc_table() 439 struct drm_i915_mocs_table table; in intel_mocs_live_selftests()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_mocs.c | 22 struct drm_i915_mocs_table { struct 503 struct drm_i915_mocs_table *table) in get_mocs_settings() 507 memset(table, 0, sizeof(struct drm_i915_mocs_table)); in get_mocs_settings() 608 static u32 get_entry_control(const struct drm_i915_mocs_table *table, in get_entry_control() 622 const struct drm_i915_mocs_table *table, in __init_mocs_table() 650 const struct drm_i915_mocs_table *table) in init_mocs_table() 660 static u16 get_entry_l3cc(const struct drm_i915_mocs_table *table, in get_entry_l3cc() 682 const struct drm_i915_mocs_table *table) in init_l3cc_table() 699 struct drm_i915_mocs_table table; in intel_mocs_init_engine() 724 struct drm_i915_mocs_table tabl in intel_set_mocs_index() [all...] |
H A D | selftest_mocs.c | 17 struct drm_i915_mocs_table table; 18 struct drm_i915_mocs_table *mocs; 19 struct drm_i915_mocs_table *l3cc; 131 const struct drm_i915_mocs_table *table, in read_mocs_table() 149 const struct drm_i915_mocs_table *table, in read_l3cc_table() 161 const struct drm_i915_mocs_table *table, in check_mocs_table() 193 const struct drm_i915_mocs_table *table, in check_l3cc_table() 447 struct drm_i915_mocs_table table; in intel_mocs_live_selftests()
|
Completed in 4 milliseconds