]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit23d16da5747f0563552531e667ceb7cae4eaec6c
tree572bbf901a6b8c6959ffc25b84bfe751daaef8ef
parent65cb342f1d412c9eb98c2419ddfe14b994d63083
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