drm/i915: Clean up the {ilk,lpt}_pch_enable() calling convention
Use the clean "atomic_state+crtc" approach of passing arguments to the top level PCH modeset code. And while at it we can also just pass the whole crtc to ilk_disable_pch_transcoder(). v2: Elimiate double space between function args (Dave) Cc: Dave Airlie <airlied@redhat.com> Cc: Jani Nikula <jani.nikula@intel.com> Signed-off-by:Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20211015071625.593-4-ville.syrjala@linux.intel.com Reviewed-by:
Dave Airlie <airlied@redhat.com>
Showing
- drivers/gpu/drm/i915/display/intel_crt.c 1 addition, 1 deletiondrivers/gpu/drm/i915/display/intel_crt.c
- drivers/gpu/drm/i915/display/intel_display.c 2 additions, 2 deletionsdrivers/gpu/drm/i915/display/intel_display.c
- drivers/gpu/drm/i915/display/intel_pch_display.c 13 additions, 10 deletionsdrivers/gpu/drm/i915/display/intel_pch_display.c
- drivers/gpu/drm/i915/display/intel_pch_display.h 6 additions, 6 deletionsdrivers/gpu/drm/i915/display/intel_pch_display.h
Loading