]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/i915: Simplify DPLL state checker calling convention
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 4 Oct 2023 15:55:59 +0000 (18:55 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 6 Oct 2023 20:59:20 +0000 (23:59 +0300)
commit4d6e198a3ae38c477543abe771679f377bfa72ec
tree890cbf2d8c6a3e95bfea8f486b422c47fa876192
parentcfc7109bf6d1f51548308beb52326035304313cb
drm/i915: Simplify DPLL state checker calling convention

Make life simpler by just passing in the atomic state + crtc
instead of plumbing in all kinds of crtc states.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231004155607.7719-5-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
drivers/gpu/drm/i915/display/intel_modeset_verify.c