[Intel-xe] [PATCH 0/6] Fix compatibility issue for intel_dmc
Chaitanya Kumar Borah
chaitanya.kumar.borah at intel.com
Wed Oct 11 12:22:09 UTC 2023
This series reverts hacky #ifdefs from intel_dmc
Chaitanya Kumar Borah (6):
Revert "FIXME: drm/i915/dmc: xe way of getting at stepping"
drm/i915: Add wrapper for getting display step
fixup! drm/xe/display: Implement display support
drm/xe: Add intel_step.h compatibility header
drm/xe: Add i915_gpu_error.h compatibility header
drm/xe: Add intel_uc_fw.h compatibility header
drivers/gpu/drm/i915/display/intel_dmc.c | 19 ++----------------
drivers/gpu/drm/i915/intel_step.c | 5 +++++
drivers/gpu/drm/i915/intel_step.h | 1 +
.../gpu/drm/xe/compat-i915-headers/i915_drv.h | 4 +++-
.../xe/compat-i915-headers/i915_gpu_error.h | 18 +++++++++++++++++
.../drm/xe/compat-i915-headers/intel_step.h | 20 +++++++++++++++++++
.../drm/xe/compat-i915-headers/intel_uc_fw.h | 12 +++++++++++
7 files changed, 61 insertions(+), 18 deletions(-)
create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_gpu_error.h
create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/intel_step.h
create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/intel_uc_fw.h
--
2.25.1
More information about the Intel-xe
mailing list