OSDN Git Service

drm/i915: Make intel_set_pipe_timings/src_size take a pointer to crtc_state
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 4 Oct 2018 09:45:54 +0000 (11:45 +0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Fri, 5 Oct 2018 13:16:48 +0000 (15:16 +0200)
commit44fe7f35528c671ed704c4c3984f89522d94c65d
tree572bbf901a6b8c6959ffc25b84bfe751daaef8ef
parentb2562712d7de6dabe8b45d9ce454b1d430486875
drm/i915: Make intel_set_pipe_timings/src_size take a pointer to crtc_state

Pass the state instead of looking at crtc->config and rename intel_crtc
to crtc.

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-4-maarten.lankhorst@linux.intel.com
drivers/gpu/drm/i915/intel_display.c