[Intel-gfx] [PATCH 1/3] drm: Add an "expose 3d modes" property

2012-10-04 Thread Imre Deak
On Thu, 2012-10-04 at 15:35 +0200, Daniel Vetter wrote: > On Thu, Sep 27, 2012 at 07:41:06PM +0100, Damien Lespiau wrote: > > From: Damien Lespiau > > > > The "expose 3D modes" property can be attached to connectors to allow > > user space to indicate it can deal with 3D modes and that the drm

[Intel-gfx] [PATCH 1/3] drm: Add an "expose 3d modes" property

2012-10-04 Thread Daniel Vetter
On Thu, Sep 27, 2012 at 07:41:06PM +0100, Damien Lespiau wrote: > From: Damien Lespiau > > The "expose 3D modes" property can be attached to connectors to allow > user space to indicate it can deal with 3D modes and that the drm driver > should expose those 3D modes. > > Signed-off-by: Damien

Re: [Intel-gfx] [PATCH 1/3] drm: Add an expose 3d modes property

2012-10-04 Thread Daniel Vetter
On Thu, Sep 27, 2012 at 07:41:06PM +0100, Damien Lespiau wrote: From: Damien Lespiau damien.lesp...@intel.com The expose 3D modes property can be attached to connectors to allow user space to indicate it can deal with 3D modes and that the drm driver should expose those 3D modes.

Re: [Intel-gfx] [PATCH 1/3] drm: Add an expose 3d modes property

2012-10-04 Thread Imre Deak
On Thu, 2012-10-04 at 15:35 +0200, Daniel Vetter wrote: On Thu, Sep 27, 2012 at 07:41:06PM +0100, Damien Lespiau wrote: From: Damien Lespiau damien.lesp...@intel.com The expose 3D modes property can be attached to connectors to allow user space to indicate it can deal with 3D modes and

[Intel-gfx] [PATCH 1/3] drm: Add an "expose 3d modes" property

2012-09-29 Thread Chris Wilson
On Thu, 27 Sep 2012 19:41:06 +0100, Damien Lespiau wrote: > From: Damien Lespiau > > The "expose 3D modes" property can be attached to connectors to allow > user space to indicate it can deal with 3D modes and that the drm driver > should expose those 3D modes. > > Signed-off-by: Damien

[Intel-gfx] [PATCH 1/3] drm: Add an "expose 3d modes" property

2012-09-28 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi Tested-by: Rodrigo Vivi On Thu, Sep 27, 2012 at 3:41 PM, Damien Lespiau wrote: > From: Damien Lespiau > > The "expose 3D modes" property can be attached to connectors to allow > user space to indicate it can deal with 3D modes and that the drm driver > should expose

Re: [Intel-gfx] [PATCH 1/3] drm: Add an expose 3d modes property

2012-09-28 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi rodrigo.v...@gmail.com Tested-by: Rodrigo Vivi rodrigo.v...@gmail.com On Thu, Sep 27, 2012 at 3:41 PM, Damien Lespiau damien.lesp...@gmail.com wrote: From: Damien Lespiau damien.lesp...@intel.com The expose 3D modes property can be attached to connectors to allow

[PATCH 1/3] drm: Add an "expose 3d modes" property

2012-09-27 Thread Damien Lespiau
From: Damien Lespiau The "expose 3D modes" property can be attached to connectors to allow user space to indicate it can deal with 3D modes and that the drm driver should expose those 3D modes. Signed-off-by: Damien Lespiau --- drivers/gpu/drm/drm_crtc.c | 35

[PATCH 1/3] drm: Add an expose 3d modes property

2012-09-27 Thread Damien Lespiau
From: Damien Lespiau damien.lesp...@intel.com The expose 3D modes property can be attached to connectors to allow user space to indicate it can deal with 3D modes and that the drm driver should expose those 3D modes. Signed-off-by: Damien Lespiau damien.lesp...@intel.com ---