Skip to content
Snippets Groups Projects
Commit 019d96cb authored by Dave Airlie's avatar Dave Airlie
Browse files

drm: add some caps for userspace to discover more info for dumb KMS driver (v2)


For the simple KMS driver case we need some more info about what the preferred
depth and if a shadow framebuffer is preferred.

I've only added this for intel/radeon which support the dumb ioctls so far.

If you need something really fancy you should be writing a real X.org driver.

v2: drop cursor information, just return an error from the cursor ioctls
and we can make userspace fallback to sw cursor in that case, cursor
info was getting too messy, best to start smaller.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 466e69b8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment