A bunch of cleanup to share step enum across drivers. Jani Nikula (8): drm/i915/dmc: simplify stepping info initialization drm/i915/display: add step name in display runtime info drm/i915/dmc: use step name from runtime info drm/xe/compat: remove intel_step_name macro drm/intel: add shared step.h and switch i915 to use it drm/xe/step: switch to the shared step definitions with i915 drm/xe/step: switch from enum xe_step to intel_step naming drm/i915/display: switch to including common step file directly
drivers/gpu/drm/i915/display/intel_cdclk.c | 2 +- drivers/gpu/drm/i915/display/intel_ddi.c | 2 +- .../drm/i915/display/intel_display_device.c | 30 +++++++-- .../drm/i915/display/intel_display_device.h | 1 + .../drm/i915/display/intel_display_power.c | 2 +- drivers/gpu/drm/i915/display/intel_dmc.c | 19 +++--- drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +- drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 2 +- drivers/gpu/drm/i915/display/intel_fbc.c | 2 +- drivers/gpu/drm/i915/display/intel_flipq.c | 2 +- drivers/gpu/drm/i915/display/intel_hdcp.c | 2 +- drivers/gpu/drm/i915/display/intel_pmdemand.c | 2 +- drivers/gpu/drm/i915/display/intel_psr.c | 2 +- .../drm/i915/display/skl_universal_plane.c | 2 +- drivers/gpu/drm/i915/intel_step.h | 57 +---------------- .../drm/xe/compat-i915-headers/intel_step.h | 14 ----- drivers/gpu/drm/xe/tests/xe_pci.c | 4 +- drivers/gpu/drm/xe/xe_step.c | 2 +- drivers/gpu/drm/xe/xe_step.h | 4 +- drivers/gpu/drm/xe/xe_step_types.h | 61 +----------------- include/drm/intel/step.h | 62 +++++++++++++++++++ 21 files changed, 117 insertions(+), 159 deletions(-) delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/intel_step.h create mode 100644 include/drm/intel/step.h -- 2.47.3
