Searched refs:get_entry_control (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_mocs.c90 i < info->n_entries ? (mocs = get_entry_control(info, i)), 1 : 0;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_mocs.c457 static u32 get_entry_control(const struct xe_mocs_info *info, function
477 i < info->n_entries ? (mocs = get_entry_control(info, i)), 1 : 0;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_mocs.c591 static u32 get_entry_control(const struct drm_i915_mocs_table *table, function
601 i < (t)->n_entries ? (mocs = get_entry_control((t), i)), 1 : 0;\

Completed in 97 milliseconds