summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)AuthorFilesLines
2014-11-21drm/gem: create drm_gem_dumb_destroyDaniel Vetter3-11/+1
2014-07-28drm/qxl: return IRQ_NONE if it was not our irqJason Wang1-0/+3
2014-05-30drm/qxl: unset a pointer in sync_obj_unrefMaarten Lankhorst1-0/+1
2013-12-04qxl: avoid an oops in the deferred io code.Dave Airlie1-1/+1
2013-06-28drm/qxl: add missing access check for execbuffer ioctlDave Airlie1-0/+5
2013-05-31drm/qxl: fix build warnings on 32-bitDave Airlie2-6/+7
2013-05-28qxl: fix Kconfig deps - select FB_DEFERRED_IOAndrew Jones1-0/+1
2013-05-17qxl: fix bug with object eviction and update areaDave Airlie1-0/+1
2013-05-17drm/qxl: drop active_user_framebuffer as its unneededDave Airlie2-18/+4
2013-05-17qxl: drop unused variable.Dave Airlie2-2/+0
2013-05-17drm/qxl: fix ioport interactions for kernel submitted commands.Dave Airlie1-10/+19
2013-05-03qxl: update to new idr interfaces.Dave Airlie2-24/+16
2013-04-30drivers, drm: fix qxl build error when debugfs is disabledDavid Rientjes1-0/+6
2013-04-18drm/qxl: fix build with debugfs turned off.Dave Airlie1-0/+4
2013-04-16drm/qxl: fix smatch warningsDave Airlie3-4/+5
2013-04-16drm/qxl: make lots of things static.Dave Airlie9-77/+31
2013-04-12drm: add new QXL driver. (v1.4)Dave Airlie21-0/+7104