Merge branch 'topic/revid_steppings' into drm-intel-next
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 15 Jul 2021 00:50:37 +0000 (17:50 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 15 Jul 2021 00:57:51 +0000 (17:57 -0700)
commit7ad2d09ccde2029fca433f587731e6877953d602
tree764e3bfcc176d24f07219b8d3ab91f449448bffe
parent23bd991992f45c4af55ac0d747152464f5f2da6e
parenteee42141e498fa3df3ce524846d52f67a92b6845
Merge branch 'topic/revid_steppings' into drm-intel-next

The switch from old old IS_FOO_REVID() macros to the new table-based
IS_FOO_{GT,DISP}_STEP() macros is needed on both drm-intel-next (for
display-based DMC matching) and drm-intel-gt-next (for workaround
guards).  To avoid conflicts, we'll apply the patches to a topic branch
and merge it to both intel branches to ensure the transition to the
new macros is clean.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/i915/display/intel_display_power.c
drivers/gpu/drm/i915/display/intel_psr.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_pm.c