commit | 07878248a8dd50355482995f86e756952b979def | [log] [tgz] |
---|---|---|
author | Matt Roper <matthew.d.roper@intel.com> | Wed Feb 25 11:43:26 2015 -0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Feb 26 00:14:17 2015 +0100 |
tree | 63a713256d2b73042fe8ceb0f7267d660fd5c7b8 | |
parent | 83d657388a4c7437fcef80c0b75909b2c9dafd01 [diff] |
drm/i915: Ensure crtc_state backpointer is always initialized As we transition to full atomic modesetting, we want to be able to pass intel_crtc_state around in various places that we pass intel_crtc directly today. Ensure that the ->crtc backpointer is properly initialized in case we need to get back to the associated CRTC. Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>