]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Introduce i915_reg_defs.h
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 11 Jan 2022 05:15:55 +0000 (21:15 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Tue, 11 Jan 2022 22:03:21 +0000 (14:03 -0800)
commit50ca418c1b5e94b18120b10547677fbdce2a985f
treed8be5d5307aa97e1f5e685271c0bac359e4f9ba2
parent6ce6ccdc0a40e1628defa04b4b7012e3aa93b979
drm/i915: Introduce i915_reg_defs.h

We'd like to start splitting i915_reg.h into various domain-specific
register files and cleaning them up.  Let's move the basic macros and
type definitions to their own header file that can be including in each
of the new split headers.

Cc: Jani Nikula <jani.nikula@linux.intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220111051600.3429104-7-matthew.d.roper@intel.com
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/i915_reg_defs.h [new file with mode: 0644]