[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

[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

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

2014-02-18 Thread sagar.a.kam...@intel.com
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-devel at lists.freedesktop.org Cc: linux-kernel at vger.kernel.or

[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.kamble at 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