[PATCH] drm/mgag200: Hardware cursor support

2013-06-17 Thread Dave Airlie
On Thu, Jun 13, 2013 at 3:17 AM, Christopher Harvey wrote: > On Wed, Jun 05 2013, Christopher Harvey wrote: >> G200 cards support, at best, 16 colour palleted images for the cursor >> so we do a conversion in the cursor_set function, and reject cursors >> with more than 16 colours, or cursors wi

Re: [PATCH] drm/mgag200: Hardware cursor support

2013-06-17 Thread Dave Airlie
On Thu, Jun 13, 2013 at 3:17 AM, Christopher Harvey wrote: > On Wed, Jun 05 2013, Christopher Harvey wrote: >> G200 cards support, at best, 16 colour palleted images for the cursor >> so we do a conversion in the cursor_set function, and reject cursors >> with more than 16 colours, or cursors wit

[PATCH] drm/mgag200: Hardware cursor support

2013-06-12 Thread Christopher Harvey
On Wed, Jun 05 2013, Christopher Harvey wrote: > G200 cards support, at best, 16 colour palleted images for the cursor > so we do a conversion in the cursor_set function, and reject cursors > with more than 16 colours, or cursors with partial transparency. Xorg > falls back gracefully to software

Re: [PATCH] drm/mgag200: Hardware cursor support

2013-06-12 Thread Christopher Harvey
On Wed, Jun 05 2013, Christopher Harvey wrote: > G200 cards support, at best, 16 colour palleted images for the cursor > so we do a conversion in the cursor_set function, and reject cursors > with more than 16 colours, or cursors with partial transparency. Xorg > falls back gracefully to software

[PATCH] drm/mgag200: Hardware cursor support

2013-06-05 Thread Christopher Harvey
G200 cards support, at best, 16 colour palleted images for the cursor so we do a conversion in the cursor_set function, and reject cursors with more than 16 colours, or cursors with partial transparency. Xorg falls back gracefully to software cursors in this case. We can't disable/enable the curso

[PATCH] drm/mgag200: Hardware cursor support

2013-06-05 Thread Christopher Harvey
G200 cards support, at best, 16 colour palleted images for the cursor so we do a conversion in the cursor_set function, and reject cursors with more than 16 colours, or cursors with partial transparency. Xorg falls back gracefully to software cursors in this case. We can't disable/enable the curso