Commit 81e77c02 authored by Niranjana Vishwanathapura's avatar Niranjana Vishwanathapura
Browse files

drm/xe/xe3p_xpc: Enable Indirect Ring State for xe3p_xpc



The xe3p_xpc platform supports Indirect Ring State and
it is required for the upcoming multi-queue feature.

Signed-off-by: default avatarNiranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Reviewed-by: default avatarMatthew Brost <matthew.brost@intel.com>
Reviewed-by: default avatarMatt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20251204063451.1180387-2-niranjana.vishwanathapura@intel.com
parent b64a1433
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ static const struct xe_graphics_desc graphics_xe2 = {

static const struct xe_graphics_desc graphics_xe3p_xpc = {
	XE2_GFX_FEATURES,
	.has_indirect_ring_state = 1,
	.hw_engine_mask =
		GENMASK(XE_HW_ENGINE_BCS8, XE_HW_ENGINE_BCS1) |
		GENMASK(XE_HW_ENGINE_CCS3, XE_HW_ENGINE_CCS0),