[Intel-xe] [PATCH v2 5/6] drm/xe/display: Disable PSR HW tracking for DG2 and MTL
José Roberto de Souza
jose.souza at intel.com
Mon Apr 3 18:06:13 UTC 2023
Of the platforms supported by Xe, only TGL and DG1 has PSR HW
tracking.
Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
---
drivers/gpu/drm/xe/xe_display.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_display.c b/drivers/gpu/drm/xe/xe_display.c
index 8101ca940fbdb..9d982f9bb1b34 100644
--- a/drivers/gpu/drm/xe/xe_display.c
+++ b/drivers/gpu/drm/xe/xe_display.c
@@ -469,7 +469,8 @@ __diag_ignore_all("-Woverride-init", "Allow field overrides in table");
.has_fpga_dbg = 1, \
.has_hdcp = 1, \
.has_ipc = 1, \
- .has_psr = 1
+ .has_psr = 1, \
+ .has_psr_hw_tracking = 0
#define XE_LPDP \
XE_LPD, \
@@ -502,8 +503,7 @@ void xe_display_info_init(struct xe_device *xe)
xe->info.display = (struct xe_device_display_info) {
XE_LPD,
.has_cdclk_crawl = 1,
- .has_modular_fia = 1,
- .has_psr_hw_tracking = 0,
+ .has_modular_fia = 1
};
break;
case XE_DG2:
--
2.40.0
More information about the Intel-xe
mailing list