mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 05:43:28 -04:00
drm/i915/color: Make color .get_config() mandatory
Every platforms implements the color .get_config() hook. Just make it mandatory. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241024165356.17756-5-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -2055,8 +2055,7 @@ void intel_color_get_config(struct intel_crtc_state *crtc_state)
|
||||
{
|
||||
struct intel_display *display = to_intel_display(crtc_state);
|
||||
|
||||
if (display->funcs.color->get_config)
|
||||
display->funcs.color->get_config(crtc_state);
|
||||
display->funcs.color->get_config(crtc_state);
|
||||
|
||||
display->funcs.color->read_luts(crtc_state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user