Re: [Intel-gfx] [PATCH v2 3/3] drm/i915/gt/pxp: User PXP contexts requires runalone bit in lrc

2023-08-11 Thread kernel test robot
: 51fec314404b6a360493f225481083b2a664e3e1 patch link: https://lore.kernel.org/r/20230811044310.944883-4-alan.previn.teres.alexis%40intel.com patch subject: [Intel-gfx] [PATCH v2 3/3] drm/i915/gt/pxp: User PXP contexts requires runalone bit in lrc config: i386-randconfig-r082-20230812 (https://download.01.org

[PATCH v2 3/3] drm/i915/gt/pxp: User PXP contexts requires runalone bit in lrc

2023-08-10 Thread Alan Previn
On Meteorlake onwards, HW specs require that all user contexts that run on render or compute engines and require PXP must enforce run-alone bit in lrc. Add this enforcement for protected contexts. Signed-off-by: Alan Previn --- drivers/gpu/drm/i915/gt/intel_lrc.c | 12 1 file