[PATCH] drm/meson: Fix plane atomic check when no crtc for the plane

2017-01-04 Thread Ville Syrjälä
On Tue, Jan 03, 2017 at 10:20:54AM +0100, Neil Armstrong wrote: > When no CRTC is associated with the plane, the meson_plane_atomic_check() > call breaks the kernel with an Oops. > > Fixes: bbbe775ec5b5 ("drm: Add support for Amlogic Meson Graphic Controller") > Signed-off-by: Neil Armstrong > --

[PATCH] drm/meson: Fix plane atomic check when no crtc for the plane

2017-01-04 Thread Neil Armstrong
On 01/04/2017 02:27 PM, Ville Syrjälä wrote: > On Tue, Jan 03, 2017 at 10:20:54AM +0100, Neil Armstrong wrote: >> When no CRTC is associated with the plane, the meson_plane_atomic_check() >> call breaks the kernel with an Oops. >> >> Fixes: bbbe775ec5b5 ("drm: Add support for Amlogic Meson Graphi

[PATCH] drm/meson: Fix plane atomic check when no crtc for the plane

2017-01-04 Thread Neil Armstrong
On 01/04/2017 10:10 AM, Daniel Vetter wrote: > On Tue, Jan 03, 2017 at 10:20:54AM +0100, Neil Armstrong wrote: >> When no CRTC is associated with the plane, the meson_plane_atomic_check() >> call breaks the kernel with an Oops. >> >> Fixes: bbbe775ec5b5 ("drm: Add support for Amlogic Meson Graphic

[PATCH] drm/meson: Fix plane atomic check when no crtc for the plane

2017-01-04 Thread Daniel Vetter
On Tue, Jan 03, 2017 at 10:20:54AM +0100, Neil Armstrong wrote: > When no CRTC is associated with the plane, the meson_plane_atomic_check() > call breaks the kernel with an Oops. > > Fixes: bbbe775ec5b5 ("drm: Add support for Amlogic Meson Graphic Controller") > Signed-off-by: Neil Armstrong Mak

[PATCH] drm/meson: Fix plane atomic check when no crtc for the plane

2017-01-03 Thread Neil Armstrong
When no CRTC is associated with the plane, the meson_plane_atomic_check() call breaks the kernel with an Oops. Fixes: bbbe775ec5b5 ("drm: Add support for Amlogic Meson Graphic Controller") Signed-off-by: Neil Armstrong --- drivers/gpu/drm/meson/meson_plane.c | 3 +++ 1 file changed, 3 insertions