Re: [PATCH 05/36] drm/atomic: Add drm_atomic_plane_get_crtc_state()

2015-01-23 Thread Thierry Reding
On Tue, Jan 20, 2015 at 12:10:11PM +0100, Daniel Vetter wrote: > On Tue, Jan 20, 2015 at 11:48:24AM +0100, Thierry Reding wrote: > > From: Thierry Reding > > > > This function is useful to obtain the state of the CRTC that a plane is > > being attached to. > > > > Signed-off-by: Thierry Reding

Re: [PATCH 05/36] drm/atomic: Add drm_atomic_plane_get_crtc_state()

2015-01-23 Thread Thierry Reding
On Tue, Jan 20, 2015 at 12:10:11PM +0100, Daniel Vetter wrote: On Tue, Jan 20, 2015 at 11:48:24AM +0100, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com This function is useful to obtain the state of the CRTC that a plane is being attached to. Signed-off-by: Thierry

Re: [PATCH 05/36] drm/atomic: Add drm_atomic_plane_get_crtc_state()

2015-01-20 Thread Daniel Vetter
On Tue, Jan 20, 2015 at 11:48:24AM +0100, Thierry Reding wrote: > From: Thierry Reding > > This function is useful to obtain the state of the CRTC that a plane is > being attached to. > > Signed-off-by: Thierry Reding > --- > include/drm/drm_atomic.h | 21 + > 1 file

[PATCH 05/36] drm/atomic: Add drm_atomic_plane_get_crtc_state()

2015-01-20 Thread Thierry Reding
From: Thierry Reding This function is useful to obtain the state of the CRTC that a plane is being attached to. Signed-off-by: Thierry Reding --- include/drm/drm_atomic.h | 21 + 1 file changed, 21 insertions(+) diff --git a/include/drm/drm_atomic.h

Re: [PATCH 05/36] drm/atomic: Add drm_atomic_plane_get_crtc_state()

2015-01-20 Thread Daniel Vetter
On Tue, Jan 20, 2015 at 11:48:24AM +0100, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com This function is useful to obtain the state of the CRTC that a plane is being attached to. Signed-off-by: Thierry Reding tred...@nvidia.com --- include/drm/drm_atomic.h | 21

[PATCH 05/36] drm/atomic: Add drm_atomic_plane_get_crtc_state()

2015-01-20 Thread Thierry Reding
From: Thierry Reding tred...@nvidia.com This function is useful to obtain the state of the CRTC that a plane is being attached to. Signed-off-by: Thierry Reding tred...@nvidia.com --- include/drm/drm_atomic.h | 21 + 1 file changed, 21 insertions(+) diff --git