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)
commit2b25a93bf07c6b68dd9e2ee427e228cb961f7961
treed8be5d5307aa97e1f5e685271c0bac359e4f9ba2
parentab076d8d79e1e5eb3960e0a489f7a11d729c03bd
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]