Re: [PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-11-27 Thread Greg KH
On Fri, Nov 25, 2011 at 09:13:56PM +0100, Daniel Vetter wrote: > On Fri, Nov 25, 2011 at 01:14:00PM -0600, Rob Clark wrote: > > btw, Inki, Daniel, Konrad, and everyone who's reviewed this driver > > over the (what seems like) years, I'd appreciate r-b's or comments if > > you think there is anythin

[PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-11-26 Thread Greg KH
On Fri, Nov 25, 2011 at 09:13:56PM +0100, Daniel Vetter wrote: > On Fri, Nov 25, 2011 at 01:14:00PM -0600, Rob Clark wrote: > > btw, Inki, Daniel, Konrad, and everyone who's reviewed this driver > > over the (what seems like) years, I'd appreciate r-b's or comments if > > you think there is anythin

[PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-11-25 Thread Daniel Vetter
On Fri, Nov 25, 2011 at 01:14:00PM -0600, Rob Clark wrote: > btw, Inki, Daniel, Konrad, and everyone who's reviewed this driver > over the (what seems like) years, I'd appreciate r-b's or comments if > you think there is anything remaining that should be done before first > version is merged. I th

[PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-11-25 Thread Rob Clark
btw, Inki, Daniel, Konrad, and everyone who's reviewed this driver over the (what seems like) years, I'd appreciate r-b's or comments if you think there is anything remaining that should be done before first version is merged. I think it's been reviewed to death by now, and I'd *really* like to ma

Re: [PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-11-25 Thread Daniel Vetter
On Fri, Nov 25, 2011 at 01:14:00PM -0600, Rob Clark wrote: > btw, Inki, Daniel, Konrad, and everyone who's reviewed this driver > over the (what seems like) years, I'd appreciate r-b's or comments if > you think there is anything remaining that should be done before first > version is merged. I th

[PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-11-12 Thread Rob Clark
From: Rob Clark A DRM display driver for TI OMAP platform. Similar to omapfb (fbdev) and omap_vout (v4l2 display) drivers in the past, this driver uses the DSS2 driver to access the display hardware, including support for HDMI, DVI, and various types of LCD panels. And it implements GEM support

[PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-10-25 Thread Daniel Vetter
On Sun, Oct 23, 2011 at 05:35:28PM -0500, Rob Clark wrote: > From: Rob Clark > > A DRM display driver for TI OMAP platform. Similar to omapfb (fbdev) > and omap_vout (v4l2 display) drivers in the past, this driver uses the > DSS2 driver to access the display hardware, including support for > HDM

Re: [PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-10-25 Thread Daniel Vetter
On Sun, Oct 23, 2011 at 05:35:28PM -0500, Rob Clark wrote: > From: Rob Clark > > A DRM display driver for TI OMAP platform. Similar to omapfb (fbdev) > and omap_vout (v4l2 display) drivers in the past, this driver uses the > DSS2 driver to access the display hardware, including support for > HDM

[PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-10-23 Thread Rob Clark
From: Rob Clark A DRM display driver for TI OMAP platform. Similar to omapfb (fbdev) and omap_vout (v4l2 display) drivers in the past, this driver uses the DSS2 driver to access the display hardware, including support for HDMI, DVI, and various types of LCD panels. And it implements GEM support

[PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-10-23 Thread Rob Clark
thx Daniel.. I'll shortly be sending an updated patch with some changes based on your comments and some TODO updates.. On Wed, Oct 19, 2011 at 8:27 AM, Daniel Vetter wrote: > On Fri, Oct 14, 2011 at 10:45:50AM -0500, Rob Clark wrote: [snip] >> + ? ? dev->mode_config.min_width = 256; >> + ? ? dev

Re: [PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-10-23 Thread Rob Clark
thx Daniel.. I'll shortly be sending an updated patch with some changes based on your comments and some TODO updates.. On Wed, Oct 19, 2011 at 8:27 AM, Daniel Vetter wrote: > On Fri, Oct 14, 2011 at 10:45:50AM -0500, Rob Clark wrote: [snip] >> +     dev->mode_config.min_width = 256; >> +     dev

[PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-10-19 Thread Daniel Vetter
On Fri, Oct 14, 2011 at 10:45:50AM -0500, Rob Clark wrote: > From: Rob Clark > > A DRM display driver for TI OMAP platform. Similar to omapfb (fbdev) > and omap_vout (v4l2 display) drivers in the past, this driver uses the > DSS2 driver to access the display hardware, including support for > HDM

[PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-10-14 Thread Rob Clark
From: Rob Clark A DRM display driver for TI OMAP platform. Similar to omapfb (fbdev) and omap_vout (v4l2 display) drivers in the past, this driver uses the DSS2 driver to access the display hardware, including support for HDMI, DVI, and various types of LCD panels. And it implements GEM support