[Intel-gfx] [PATCH v2 1/1] drm/i915: Enabling 128x128 and 256x256 ARGB Cursor Support
Damien Lespiau
damien.lespiau at intel.com
Mon Mar 24 17:30:02 CET 2014
On Mon, Feb 24, 2014 at 09:11:43PM +0530, sagar.a.kamble at intel.com wrote:
> From: Sagar Kamble <sagar.a.kamble at intel.com>
>
> With this patch we allow larger cursor planes of sizes 128x128
> and 256x256.
>
> v2: Added more precise check on size while setting cursor plane.
I've just noticed that we currently hardcode 64 pixels for the cursor WM
computation. The WM code needs to be updated to take into account that
the cursor plane can now have different sizes:
p->cur.horiz_pixels = 64;
--
Damien
More information about the Intel-gfx
mailing list