All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/pvc: GuC depriv applies to PVC
@ 2022-06-02 23:30 ` Matt Roper
  0 siblings, 0 replies; 7+ messages in thread
From: Matt Roper @ 2022-06-02 23:30 UTC (permalink / raw)
  To: intel-gfx; +Cc: dri-devel

We missed this setting in the initial device info patch's definition of
XE_HPC_FEATURES.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
---
 drivers/gpu/drm/i915/i915_pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index 047a6e326031..a5a1a7647320 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -1089,6 +1089,7 @@ static const struct intel_device_info ats_m_info = {
 	XE_HP_FEATURES, \
 	.dma_mask_size = 52, \
 	.has_3d_pipeline = 0, \
+	.has_guc_deprivilege = 1, \
 	.has_l3_ccs_read = 1, \
 	.has_one_eu_per_fuse_bit = 1
 
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-03 14:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-02 23:30 [PATCH] drm/i915/pvc: GuC depriv applies to PVC Matt Roper
2022-06-02 23:30 ` [Intel-gfx] " Matt Roper
2022-06-03  0:54 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-06-03  3:54 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2022-06-03 14:32   ` Matt Roper
2022-06-03 14:26 ` [PATCH] " Souza, Jose
2022-06-03 14:26   ` [Intel-gfx] " Souza, Jose

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.