[PATCH 1/2] drm: add DRM_CAPs for cursor size

2014-02-14 Thread Rob Clark
On Wed, Feb 12, 2014 at 1:28 PM, Alex Deucher wrote: > Some hardware may not support standard 64x64 cursors. Add > a drm cap to query the cursor size from the kernel. Some examples > include radeon CIK parts (128x128 cursors) and armada (32x64 or 64x32). > This allows things like device specific

[PATCH 1/2] drm: add DRM_CAPs for cursor size

2014-02-13 Thread Alex Deucher
On Wed, Feb 12, 2014 at 8:37 PM, Michel D?nzer wrote: > On Mit, 2014-02-12 at 13:28 -0500, Alex Deucher wrote: >> Some hardware may not support standard 64x64 cursors. Add >> a drm cap to query the cursor size from the kernel. Some examples >> include radeon CIK parts (128x128 cursors) and armad

[PATCH 1/2] drm: add DRM_CAPs for cursor size

2014-02-13 Thread Michel Dänzer
On Mit, 2014-02-12 at 13:28 -0500, Alex Deucher wrote: > Some hardware may not support standard 64x64 cursors. Add > a drm cap to query the cursor size from the kernel. Some examples > include radeon CIK parts (128x128 cursors) and armada (32x64 or 64x32). > This allows things like device specifi

[PATCH 1/2] drm: add DRM_CAPs for cursor size

2014-02-12 Thread Alex Deucher
Some hardware may not support standard 64x64 cursors. Add a drm cap to query the cursor size from the kernel. Some examples include radeon CIK parts (128x128 cursors) and armada (32x64 or 64x32). This allows things like device specific ddxes to remove asics specific logic and also allows xf86-vid