Re: [Intel-gfx] [PATCH] drm/i915: don't preserve inherited configs with nothing on v2

2014-02-13 Thread Daniel Vetter
On Wed, Feb 12, 2014 at 03:03:40PM -0800, Jesse Barnes wrote: > It can be corrected later and may be what was actually desired, but > generally isn't, so if we find nothing is enabled, let the core DRM fb > helper figure something out. > > v2: free the array too (Jesse) > > Signed-off-by: Jesse B

[Intel-gfx] [PATCH] drm/i915: don't preserve inherited configs with nothing on v2

2014-02-12 Thread Jesse Barnes
It can be corrected later and may be what was actually desired, but generally isn't, so if we find nothing is enabled, let the core DRM fb helper figure something out. v2: free the array too (Jesse) Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_fbdev.c | 26 ++