]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3b5e0920102276b8258d3a8d0d9eaf426fac8348
tree2c3e53f755abe493e2ae05ef032b9545c5bbb31f
parenta08f9fa381b0a5c6437ace8ec664a97a3ea26eb2
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]