Re: [PATCH 1/1] drm/i915: Enabling 128x128 and 256x256 ARGB Cursor Support

2014-02-25 Thread Ville Syrjälä
On Tue, Feb 25, 2014 at 12:35:21PM +0100, Thierry Reding wrote: > On Tue, Feb 18, 2014 at 03:13:33PM +0200, Ville Syrjälä wrote: > [...] > > Once we have drm_planes for cursors, I was thinking we might add some kind > > of enum property that lists all the supported sizes for the plane. > > This co

Re: [PATCH 1/1] drm/i915: Enabling 128x128 and 256x256 ARGB Cursor Support

2014-02-25 Thread Thierry Reding
On Tue, Feb 18, 2014 at 03:13:33PM +0200, Ville Syrjälä wrote: [...] > Once we have drm_planes for cursors, I was thinking we might add some kind > of enum property that lists all the supported sizes for the plane. This comment was intriguing, so I was wondering whether you could elaborate a littl

Re: [PATCH 1/1] drm/i915: Enabling 128x128 and 256x256 ARGB Cursor Support

2014-02-18 Thread Ville Syrjälä
On Tue, Feb 18, 2014 at 03:39:46PM +0530, sagar.a.kam...@intel.com wrote: > From: Sagar Kamble > > With this patch we allow larger cursor planes of sizes 128x128 > and 256x256. Planning to extend kms_cursor_crc test for verifying > these larger planes. > > Cc: Daniel Vetter > Cc: Jani Nikula >

[PATCH 1/1] drm/i915: Enabling 128x128 and 256x256 ARGB Cursor Support

2014-02-18 Thread sagar . a . kamble
From: Sagar Kamble With this patch we allow larger cursor planes of sizes 128x128 and 256x256. Planning to extend kms_cursor_crc test for verifying these larger planes. Cc: Daniel Vetter Cc: Jani Nikula Cc: David Airlie Cc: dri-de...@lists.freedesktop.org Cc: linux-kernel@vger.kernel.org Sign