[PATCH 06/18] drm: Add color correction blobs in CRTC state

2015-08-22 Thread Sharma, Shashank
Regards Shashank On 8/22/2015 4:10 AM, Matt Roper wrote: > On Thu, Aug 06, 2015 at 10:08:15PM +0530, Shashank Sharma wrote: >> From: Kausal Malladi >> >> This patch adds new variables in CRTC state, to hold respective color >> correction blobs. These blobs will be required during the atomic

[PATCH 06/18] drm: Add color correction blobs in CRTC state

2015-08-21 Thread Matt Roper
On Thu, Aug 06, 2015 at 10:08:15PM +0530, Shashank Sharma wrote: > From: Kausal Malladi > > This patch adds new variables in CRTC state, to hold respective color > correction blobs. These blobs will be required during the atomic commit > for writing the color correction values in correction

[PATCH 06/18] drm: Add color correction blobs in CRTC state

2015-08-06 Thread Shashank Sharma
From: Kausal Malladi This patch adds new variables in CRTC state, to hold respective color correction blobs. These blobs will be required during the atomic commit for writing the color correction values in correction registers. Signed-off-by: Shashank Sharma