drm/i915: split out stepping info to a new file
authorJani Nikula <jani.nikula@intel.com>
Fri, 26 Mar 2021 13:21:32 +0000 (15:21 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 29 Mar 2021 11:55:59 +0000 (14:55 +0300)
commit7eb186bbe9f30e17cfdadf18ed012aefcbb70d6e
tree2c3e53f755abe493e2ae05ef032b9545c5bbb31f
parent93fe86281259cffe99e84aa945d71497cb7a727f
drm/i915: split out stepping info to a new file

gt/intel_workarounds.c is decidedly the wrong place for handling
stepping info. Add new intel_step.[ch] for the data, and move the
stepping arrays there. No functional changes.

v2: Rename stepping->step

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/f69baf82819a8a35815fca25a520de5c38a7e1b5.1616764798.git.jani.nikula@intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gt/intel_workarounds.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_step.c [new file with mode: 0644]
drivers/gpu/drm/i915/intel_step.h [new file with mode: 0644]