[PATCH v3 0/7] drm/tegra: Miscellaneous enhancements

2013-02-18 Thread Mark Zhang
Hi Thierry, Which version is this patch set based on? I tried to apply it on linux-next 0206 & tot 0215 but failed: Applying: drm: Add consistency check for page-flipping Applying: drm/tegra: Add plane support error: patch failed: drivers/gpu/drm/tegra/drm.h:121 error:

[PATCH v3 0/7] drm/tegra: Miscellaneous enhancements

2013-02-18 Thread Thierry Reding
On Mon, Feb 18, 2013 at 03:42:39PM +0800, Mark Zhang wrote: > Hi Thierry, > > Which version is this patch set based on? I tried to apply it on > linux-next 0206 & tot 0215 but failed: This was based on next-20130213. Thierry -- next part -- A non-text attachment was

Re: [PATCH v3 0/7] drm/tegra: Miscellaneous enhancements

2013-02-17 Thread Thierry Reding
On Mon, Feb 18, 2013 at 03:42:39PM +0800, Mark Zhang wrote: Hi Thierry, Which version is this patch set based on? I tried to apply it on linux-next 0206 tot 0215 but failed: This was based on next-20130213. Thierry pgppab5N2wus2.pgp Description: PGP signature

[PATCH v3 0/7] drm/tegra: Miscellaneous enhancements

2013-02-13 Thread Thierry Reding
This patch series introduces a number of useful features for the Tegra DRM driver. Patch 1 is a documentation update and adds a warning to the page-flip IOCTL to catch buggy drivers that return success but failed to update the crtc->fb field, which would cause the reference counting to become

[PATCH v3 0/7] drm/tegra: Miscellaneous enhancements

2013-02-13 Thread Thierry Reding
This patch series introduces a number of useful features for the Tegra DRM driver. Patch 1 is a documentation update and adds a warning to the page-flip IOCTL to catch buggy drivers that return success but failed to update the crtc-fb field, which would cause the reference counting to become