]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dsb: Move DSB ID definition to the header
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 31 May 2024 11:40:59 +0000 (14:40 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 5 Jun 2024 09:45:23 +0000 (12:45 +0300)
commit738f3d86182ed5f6d09205db6f0ba3c498c20d69
treef71e740f5a2f749819e4aac578c76dd989e8c3dd
parent7f57f21510de2c76596af7a51804e6f1abc0be00
drm/i915/dsb: Move DSB ID definition to the header

We're going to need to make the DSB ID visible outside the DSB
code, so that we eg. can use multiple DSB engines in parallel.
to that end move the definition to intel_dsb.h.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240531114101.19994-3-ville.syrjala@linux.intel.com
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/display/intel_dsb.c
drivers/gpu/drm/i915/display/intel_dsb.h