[PATCH v4 0/2] drm/i915/cmtg: Disable the CMTG
Gustavo Sousa
gustavo.sousa at intel.com
Sat Jan 4 17:29:24 UTC 2025
Next version of [1], with review comments addressed.
Note that I have added one extra "squash patch", because I was not sure that was
the correct way of handling sanitization and thought that having it separate
would make it easier for reviewers to check the change.
[1] https://lore.kernel.org/all/20241224165408.43778-1-gustavo.sousa@intel.com/
Gustavo Sousa (2):
drm/i915/cmtg: Disable the CMTG
squash! drm/i915/cmtg: Disable the CMTG
drivers/gpu/drm/i915/Makefile | 1 +
drivers/gpu/drm/i915/display/intel_cmtg.c | 251 ++++++++++++++++++
drivers/gpu/drm/i915/display/intel_cmtg.h | 18 ++
.../gpu/drm/i915/display/intel_cmtg_regs.h | 21 ++
.../gpu/drm/i915/display/intel_display_core.h | 4 +
.../drm/i915/display/intel_display_device.h | 1 +
.../drm/i915/display/intel_display_driver.c | 5 +
.../drm/i915/display/intel_modeset_setup.c | 20 +-
drivers/gpu/drm/i915/i915_reg.h | 1 +
drivers/gpu/drm/xe/Makefile | 1 +
10 files changed, 318 insertions(+), 5 deletions(-)
create mode 100644 drivers/gpu/drm/i915/display/intel_cmtg.c
create mode 100644 drivers/gpu/drm/i915/display/intel_cmtg.h
create mode 100644 drivers/gpu/drm/i915/display/intel_cmtg_regs.h
--
2.47.1
More information about the Intel-gfx
mailing list