]> 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)
commit3cd9b6c5be02dfd3b1692ea973ec6819e84778b1
treed8be5d5307aa97e1f5e685271c0bac359e4f9ba2
parent80b7b08608f9613767acd5e526fdfb38bff873a0
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]