]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'topic/revid_steppings' into drm-intel-gt-next
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 15 Jul 2021 00:54:25 +0000 (17:54 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 15 Jul 2021 00:55:21 +0000 (17:55 -0700)
commit50087e9eb649f648003240c93bfd65df15e0ed55
tree2dc8a17fc2fc57688d3feb9cad5ad2f731f13e13
parentada3f4f9f82d8de61e7e54d830d8f6d22942b9a6
parent8313f2e59b69cc75a7d43bf220c078cee28dd3b8
Merge branch 'topic/revid_steppings' into drm-intel-gt-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_dpll_mgr.c
drivers/gpu/drm/i915/gt/intel_region_lmem.c
drivers/gpu/drm/i915/gt/intel_workarounds.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_pm.c