commit | 4972f70a202eeb3c270e182c8b83fc271288076c | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Nov 29 17:37:32 2017 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Dec 01 17:05:16 2017 +0200 |
tree | 63f64c208518b4b8c001f3dfd358780b1f7c7b05 | |
parent | d5fb43cb7fffc8f6863d68456252bcf3f06a070a [diff] |
drm/i915: Pass crtc state to intel_pipe_{enable,disable}() Get rid of the crtc->config usages from within intel_pipe_{enable,disable}() by passing in the appropriate crtc state. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20171129153732.3612-3-ville.syrjala@linux.intel.com Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>