[Intel-xe] [PATCH 0/2] drm/xe: Small cleanups to DPT code.
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Wed May 31 15:18:02 UTC 2023
Remove the dependency on intel_dpt, and implement xe_dpt instead.
Should cleanup the ifdefs around DPT.
Maarten Lankhorst (2):
fixup! drm/i915/display: Remaining changes to make xe compile
drm/xe: Implement xe DPT slightly differently.
.../gpu/drm/i915/display/intel_atomic_plane.c | 4 --
.../drm/i915/display/intel_display_types.h | 7 ---
drivers/gpu/drm/i915/display/intel_dpt.c | 14 ++----
drivers/gpu/drm/i915/display/intel_fb.c | 7 ++-
.../drm/i915/display/skl_universal_plane.c | 7 +--
drivers/gpu/drm/xe/Makefile | 2 +-
drivers/gpu/drm/xe/display/xe_dpt.c | 46 +++++++++++++++++++
7 files changed, 57 insertions(+), 30 deletions(-)
create mode 100644 drivers/gpu/drm/xe/display/xe_dpt.c
--
2.34.1
More information about the Intel-xe
mailing list