Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-12 | use FB everywhere | Dave Airlie | |
2007-04-12 | allow framebuffer changes on the crtc setup | Dave Airlie | |
2007-04-12 | add getfb ioctl | Dave Airlie | |
2007-04-11 | add support for setting a framebuffer depth | David Airlie | |
2007-04-11 | add an fb count + id get to the get resources code path | David Airlie | |
2007-04-10 | export output name to userspace | David Airlie | |
2007-04-10 | fixup numerous issues with adding framebuffer support | David Airlie | |
This still isn't perfect but it fixes a few oopses and cleans up some of the tabs and bugs in the original fb limit code | |||
2007-04-10 | mode: fixup problems with framebuffer add function | David Airlie | |
2007-04-10 | add addfb/rmfb ioctls | Jakob Bornecrantz | |
Originally from Jakob, cleaned up by airlied. | |||
2007-04-05 | checkpoint commit: implement SetCrtc so modes can in theory be set from user | Dave Airlie | |
This hooks up the userspace mode set it "seems" to work. | |||
2007-04-05 | checkpoint commit: added getresources, crtc and output | Dave Airlie | |
This adds the user interfaces from Jakob and hooks them up for 3 ioctls GetResources, GetCrtc and GetOutput. I've made the ids for everything fbs, crtcs, outputs and modes go via idr as per krh's suggestion on irc as it make the code nice and consistent. |