]> 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)
commit4445226f0f88803d5ae0f7bb39389be1358c96ba
tree2c3e53f755abe493e2ae05ef032b9545c5bbb31f
parent5d7d4ccd8e3e9758ccf0edfc3b6fbd36ce9e3511
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]