mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
drm/i915/pxp: enable PXP for integrated Gen12
Note that discrete cards can support PXP as well, but we haven't tested on those yet so keeping it disabled for now. Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210924191452.1539378-18-alan.previn.teres.alexis@intel.com
This commit is contained in:
parent
2d5517a5c8
commit
6f8e203897
|
|
@ -865,6 +865,7 @@ static const struct intel_device_info jsl_info = {
|
|||
}, \
|
||||
TGL_CURSOR_OFFSETS, \
|
||||
.has_global_mocs = 1, \
|
||||
.has_pxp = 1, \
|
||||
.display.has_dsb = 1
|
||||
|
||||
static const struct intel_device_info tgl_info = {
|
||||
|
|
@ -891,6 +892,7 @@ static const struct intel_device_info rkl_info = {
|
|||
#define DGFX_FEATURES \
|
||||
.memory_regions = REGION_SMEM | REGION_LMEM | REGION_STOLEN_LMEM, \
|
||||
.has_llc = 0, \
|
||||
.has_pxp = 0, \
|
||||
.has_snoop = 1, \
|
||||
.is_dgfx = 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user