Re: [Intel-gfx] [PATCH v2 06/10] drm: Avoid atomic commit path for CRTC property (Gamma)

2015-06-24 Thread Matheson, Annie J
...@lists.freedesktop.org; Purushothaman, Vijay A; Barnes, Jesse; Vetter, Daniel; intel-gfx@lists.freedesktop.org; Maarten Lankhorst Subject: Re: [Intel-gfx] [PATCH v2 06/10] drm: Avoid atomic commit path for CRTC property (Gamma) On Saturday 20 June 2015 04:20 AM, Matt Roper wrote: > On Mon, Jun 08, 2015 at 05

Re: [Intel-gfx] [PATCH v2 06/10] drm: Avoid atomic commit path for CRTC property (Gamma)

2015-06-24 Thread Malladi, Kausal
On Saturday 20 June 2015 04:20 AM, Matt Roper wrote: On Mon, Jun 08, 2015 at 05:58:23PM -0700, Matt Roper wrote: On Sat, Jun 06, 2015 at 05:34:45PM +0530, Sharma, Shashank wrote: Regards Shashank On 6/6/2015 6:31 AM, Matt Roper wrote: On Thu, Jun 04, 2015 at 07:12:37PM +0530, Kausal Malladi w

Re: [Intel-gfx] [PATCH v2 06/10] drm: Avoid atomic commit path for CRTC property (Gamma)

2015-06-19 Thread Matt Roper
On Mon, Jun 08, 2015 at 05:58:23PM -0700, Matt Roper wrote: > On Sat, Jun 06, 2015 at 05:34:45PM +0530, Sharma, Shashank wrote: > > Regards > > Shashank > > > > On 6/6/2015 6:31 AM, Matt Roper wrote: > > >On Thu, Jun 04, 2015 at 07:12:37PM +0530, Kausal Malladi wrote: > > >>From: Kausal Malladi >

Re: [Intel-gfx] [PATCH v2 06/10] drm: Avoid atomic commit path for CRTC property (Gamma)

2015-06-08 Thread Matt Roper
On Sat, Jun 06, 2015 at 05:34:45PM +0530, Sharma, Shashank wrote: > Regards > Shashank > > On 6/6/2015 6:31 AM, Matt Roper wrote: > >On Thu, Jun 04, 2015 at 07:12:37PM +0530, Kausal Malladi wrote: > >>From: Kausal Malladi > >> > >>The atomic CRTC set infrastructure is not available yet. So, the a

Re: [Intel-gfx] [PATCH v2 06/10] drm: Avoid atomic commit path for CRTC property (Gamma)

2015-06-06 Thread Sharma, Shashank
Regards Shashank On 6/6/2015 6:31 AM, Matt Roper wrote: On Thu, Jun 04, 2015 at 07:12:37PM +0530, Kausal Malladi wrote: From: Kausal Malladi The atomic CRTC set infrastructure is not available yet. So, the atomic check path throws error for any non-plane property. This patch adds a diversion

Re: [Intel-gfx] [PATCH v2 06/10] drm: Avoid atomic commit path for CRTC property (Gamma)

2015-06-05 Thread Matt Roper
On Thu, Jun 04, 2015 at 07:12:37PM +0530, Kausal Malladi wrote: > From: Kausal Malladi > > The atomic CRTC set infrastructure is not available yet. So, the atomic > check path throws error for any non-plane property. > > This patch adds a diversion to avoid commit path for DRM atomic set Gamma >