]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/i915: Constify the crtc states in the DPLL checker
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 4 Oct 2023 15:55:58 +0000 (18:55 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 6 Oct 2023 20:59:00 +0000 (23:59 +0300)
commitcfc7109bf6d1f51548308beb52326035304313cb
treea14765582aa012ac1a8317a2f69d3217f5da584a
parent2745bdda20952fa9ef0a1af415de89fb4f5dd2bd
drm/i915: Constify the crtc states in the DPLL checker

The DPLL state checker should not be modifying the crtc states,
so make the const.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231004155607.7719-4-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_dpll_mgr.c
drivers/gpu/drm/i915/display/intel_dpll_mgr.h