]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp: Make has_gamut_metadata_dip() non static
authorSuraj Kandpal <suraj.kandpal@intel.com>
Tue, 7 May 2024 04:04:01 +0000 (09:34 +0530)
committerUma Shankar <uma.shankar@intel.com>
Mon, 13 May 2024 10:32:26 +0000 (16:02 +0530)
commit79c520bc0fbb4e763316659d03d54196fbbb5f4a
treeaaf8bddd05f17e3d04fa94f77becd5583e3b4220
parent56ac367dbf8d72274b0a77b817e583b6d6171191
drm/i915/dp: Make has_gamut_metadata_dip() non static

Make has_gamut_metadata_dip() non static so it can also be used to
at other places eg in intel_dp_aux_backlight. So that we can check
if HW is capable of sending SDP which helps us decide if we use
AUX based HDR control or via SDP.

--v2
-State reason the function is needed [Arun]

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Arun R Murthy <arun.r.murthy@intel.com>
Signed-off-by: Uma Shankar <uma.shankar@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240507040407.1056061-2-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_dp.c
drivers/gpu/drm/i915/display/intel_dp.h