Re: [PATCH v2 2/2] drm: tegra: check HDMI sink capability

2013-01-16 Thread Jon Mayo
his check are already in place. >> >> Signed-off-by: Lucas Stach >> --- >> drivers/gpu/drm/tegra/hdmi.c | 3 +++ >> 1 file changed, 3 insertions(+) > > Reviewed-by: Thierry Reding Reviewed-by: Jon Mayo ___ dr

Re: [PATCH 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Jon Mayo
On Mon, Jan 14, 2013 at 7:55 AM, Thierry Reding wrote: > Implement support for the VBLANK IOCTL. Note that Tegra is somewhat > special in this case because it doesn't use the generic IRQ support > provided by the DRM core (DRIVER_HAVE_IRQ) but rather registers one > interrupt handler for each disp

Re: [PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Jon Mayo
On Tue, Jan 22, 2013 at 10:39 AM, Lucas Stach wrote: > Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: >> On 14.01.13 17:05, Thierry Reding wrote: >> > Implement support for the VBLANK IOCTL. Note that Tegra is somewhat >> > special in this case because it doesn't use the generic I

Re: [PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Jon Mayo
On Tue, Jan 22, 2013 at 11:20 AM, Mario Kleiner wrote: > On 22.01.13 19:39, Lucas Stach wrote: >> >> Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: >>> >>> On 14.01.13 17:05, Thierry Reding wrote: Implement support for the VBLANK IOCTL. Note that Tegra is somewhat s

Re: [RFC 4/4] drm: Add NVIDIA Tegra support

2012-04-12 Thread Jon Mayo
On 04/11/2012 05:48 AM, Daniel Vetter wrote: On Wed, Apr 11, 2012 at 02:10:30PM +0200, Thierry Reding wrote: This commit adds a very basic DRM driver for NVIDIA Tegra SoCs. It currently has rudimentary GEM support and can run a console on the framebuffer as well as X using the xf86-video-modese

Re: [RFC 0/4] Add NVIDIA Tegra DRM support

2012-04-19 Thread Jon Mayo
On 04/19/2012 01:40 PM, Thierry Reding wrote: * PGP Signed by an unknown key * Dave Airlie wrote: On Thu, Apr 19, 2012 at 6:35 PM, Thierry Reding wrote: Before posting the next round of patches I wanted to clarify whether we need to take the Tegra driver through staging. Lucas brought this u

Re: [RFC 0/4] Add NVIDIA Tegra DRM support

2012-04-21 Thread Jon Mayo
On 04/19/2012 11:05 PM, Lucas Stach wrote: Am Freitag, den 20.04.2012, 07:02 +0200 schrieb Thierry Reding: *cut* Yes, I think we should go the route that Jerome Glisse pointed out: get in a basic KMS driver first and hide any accel ioctl under a staging config option. Everyone seems happy w

Re: [RFC v2 5/5] drm: Add NVIDIA Tegra support

2012-05-22 Thread Jon Mayo
On Wed, Apr 25, 2012 at 2:45 AM, Thierry Reding wrote: > This commit adds a very basic DRM driver for NVIDIA Tegra SoCs. It > currently has rudimentary GEM support and can run a console on the > framebuffer as well as X using the xf86-video-modesetting driver. Only > the RGB output is supported. >

[RFC 4/4] drm: Add NVIDIA Tegra support

2012-04-12 Thread Jon Mayo
On 04/11/2012 05:48 AM, Daniel Vetter wrote: > On Wed, Apr 11, 2012 at 02:10:30PM +0200, Thierry Reding wrote: >> This commit adds a very basic DRM driver for NVIDIA Tegra SoCs. It >> currently has rudimentary GEM support and can run a console on the >> framebuffer as well as X using the xf86-vide

[RFC 0/4] Add NVIDIA Tegra DRM support

2012-04-19 Thread Jon Mayo
On 04/19/2012 01:40 PM, Thierry Reding wrote: > * PGP Signed by an unknown key > > * Dave Airlie wrote: >> On Thu, Apr 19, 2012 at 6:35 PM, Thierry Reding >> wrote: >>> Before posting the next round of patches I wanted to clarify whether we need >>> to take the Tegra driver through staging. Lucas

[RFC 0/4] Add NVIDIA Tegra DRM support

2012-04-20 Thread Jon Mayo
On 04/19/2012 11:05 PM, Lucas Stach wrote: > Am Freitag, den 20.04.2012, 07:02 +0200 schrieb Thierry Reding: *cut* > > Yes, I think we should go the route that Jerome Glisse pointed out: get > in a basic KMS driver first and hide any accel ioctl under a staging > config option. Everyone seems hap

[PATCH v2 2/2] drm: tegra: check HDMI sink capability

2013-01-16 Thread Jon Mayo
his check are already in place. >> >> Signed-off-by: Lucas Stach >> --- >> drivers/gpu/drm/tegra/hdmi.c | 3 +++ >> 1 file changed, 3 insertions(+) > > Reviewed-by: Thierry Reding Reviewed-by: Jon Mayo

[PATCH 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Jon Mayo
On Mon, Jan 14, 2013 at 7:55 AM, Thierry Reding wrote: > Implement support for the VBLANK IOCTL. Note that Tegra is somewhat > special in this case because it doesn't use the generic IRQ support > provided by the DRM core (DRIVER_HAVE_IRQ) but rather registers one > interrupt handler for each disp

[PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Jon Mayo
On Tue, Jan 22, 2013 at 10:39 AM, Lucas Stach wrote: > Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: >> On 14.01.13 17:05, Thierry Reding wrote: >> > Implement support for the VBLANK IOCTL. Note that Tegra is somewhat >> > special in this case because it doesn't use the generic I

[PATCH v2 4/5] drm/tegra: Implement VBLANK support

2013-01-22 Thread Jon Mayo
On Tue, Jan 22, 2013 at 11:20 AM, Mario Kleiner wrote: > On 22.01.13 19:39, Lucas Stach wrote: >> >> Am Dienstag, den 22.01.2013, 18:37 +0100 schrieb Mario Kleiner: >>> >>> On 14.01.13 17:05, Thierry Reding wrote: Implement support for the VBLANK IOCTL. Note that Tegra is somewhat s

[RFC v2 5/5] drm: Add NVIDIA Tegra support

2012-05-22 Thread Jon Mayo
On Wed, Apr 25, 2012 at 2:45 AM, Thierry Reding wrote: > This commit adds a very basic DRM driver for NVIDIA Tegra SoCs. It > currently has rudimentary GEM support and can run a console on the > framebuffer as well as X using the xf86-video-modesetting driver. Only > the RGB output is supported. >