[PATCH 1/5] drm: Have the crtc code only reference master from legacy nodes v2

2014-03-13 Thread Thomas Hellstrom
control- and render nodes are intended to be master-less. v2: Replace tests for !legacy with tests for !mode_group for readability. Signed-off-by: Thomas Hellstrom Reviewed-by: David Herrmann --- drivers/gpu/drm/drm_crtc.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-)

[PATCH 1/5] drm: Have the crtc code only reference master from legacy nodes

2014-03-13 Thread David Herrmann
Hi On Thu, Mar 13, 2014 at 11:57 AM, Thomas Hellstrom wrote: > control- and render nodes are intended to be master-less. > > Signed-off-by: Thomas Hellstrom > --- > drivers/gpu/drm/drm_crtc.c | 15 --- > 1 file changed, 8 insertions(+), 7 deletions(-) > > diff --git a/drivers/gpu/

[PATCH 1/5] drm: Have the crtc code only reference master from legacy nodes

2014-03-13 Thread Thomas Hellstrom
control- and render nodes are intended to be master-less. Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/drm_crtc.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index 3b7d32d..c9d895a 100644 ---