aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-07drm/qxl: rewrite framebuffer supportGerd Hoffmann1-218/+57
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding1-6/+16
2014-09-24drm/qxl: use container_of to resolve qxl_fbdev from drm_fb_helperFabian Frederick1-1/+2
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-1/+4
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1
2013-11-04qxl: avoid an oops in the deferred io code.Dave Airlie1-1/+1
2013-07-24drm/qxl: add delayed fb operationsDave Airlie1-21/+163
2013-07-05qxl: add fb and ttm entry points for use by suspend/resume.Dave Airlie1-0/+10
2013-07-05drm/qxl: add support for > 1 outputDave Airlie1-1/+1
2013-06-17drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä1-4/+0
2013-04-16drm/qxl: make lots of things static.Dave Airlie1-1/+1
2013-04-12drm: add new QXL driver. (v1.4)Dave Airlie1-0/+567