Re: [Intel-gfx] [PATCH 1/5] drm/i915: Ensure crtc_state backpointer is initialized

2015-03-09 Thread Daniel Vetter
On Sun, Mar 08, 2015 at 02:00:41PM -0700, Matt Roper wrote: > From: Matt Roper > > Since our legacy modeset paths directly kzalloc CRTC state objects at > the moment rather than calling intel_crtc_duplicate_state(), we need to > manually ensure the ->crtc backpointer is always initialized. > > S

[Intel-gfx] [PATCH 1/5] drm/i915: Ensure crtc_state backpointer is initialized

2015-03-08 Thread Matt Roper
From: Matt Roper Since our legacy modeset paths directly kzalloc CRTC state objects at the moment rather than calling intel_crtc_duplicate_state(), we need to manually ensure the ->crtc backpointer is always initialized. Signed-off-by: Matt Roper --- drivers/gpu/drm/i915/intel_display.c | 1 +