drm/i915: Make panel fitter functions take state
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 4 Oct 2018 09:45:53 +0000 (11:45 +0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Fri, 5 Oct 2018 13:16:36 +0000 (15:16 +0200)
commitb2562712d7de6dabe8b45d9ce454b1d430486875
tree7652d8e75ca383a59307cf4c740e45946aca8a65
parentfdf73510ca81e3dd82db697327cb2c81624475ce
drm/i915: Make panel fitter functions take state

If we look at the correct state instead of crtc->config, we can nuke the
force parameter, and we cleanup a few more users of crtc->config at the
same time.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181004094604.2646-3-maarten.lankhorst@linux.intel.com
drivers/gpu/drm/i915/intel_display.c