]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/xe3p_lpg: Add missing indirect ring state feature flag
authorGustavo Sousa <gustavo.sousa@intel.com>
Wed, 1 Apr 2026 22:10:51 +0000 (19:10 -0300)
committerGustavo Sousa <gustavo.sousa@intel.com>
Mon, 6 Apr 2026 13:17:31 +0000 (10:17 -0300)
commitec4f4970eb744fd7d6d135f40f5c83bd05982e72
tree3dc2b9caa084f044b3dd8e4045e48595a926de6b
parent13743bd628bc9d9a0e2fe53488b2891aedf7cc74
drm/xe/xe3p_lpg: Add missing indirect ring state feature flag

Even though commit 8fcb7dfb8bbf ("drm/xe/xe3p_lpg: Add support for
graphics IP 35.10") mentions that the support for Indirect Ring State
exists for Xe3p_LPG, it missed actually setting the feature flag in
graphics_xe3p_lpg.  Fix that by adding the missing member.

Fixes: 8fcb7dfb8bbf ("drm/xe/xe3p_lpg: Add support for graphics IP 35.10")
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20260401-xe3p_lpg-indirect-ring-state-v1-1-0e4b5edf6898@intel.com
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
drivers/gpu/drm/xe/xe_pci.c