aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/udl_fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-24drm/udl: use container_of to resolve udl_fbdev from drm_fb_helperFabian Frederick1-1/+2
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-1/+2
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1
2014-03-16drm/udl: fix error-path when damage-req failsDavid Herrmann1-1/+1
2013-12-18drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä1-3/+9
2013-06-17drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä1-15/+0
2013-05-01udl: bind the framebuffer to the correct device.Dave Airlie1-1/+1
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter1-19/+3
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter1-0/+4
2013-02-08Merge branch 'udl-fixes' into drm-nextDave Airlie1-6/+42
2013-02-08drm/udl: disable fb_defio by defaultDave Airlie1-2/+2
2013-02-07drm/udl: make usage as a console saferDave Airlie1-4/+40
2013-01-20drm: revamp framebuffer cleanup interfacesDaniel Vetter1-0/+1
2013-01-20drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter1-1/+0
2013-01-20drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter1-1/+1
2012-11-02drm/udl: fix stride issues scanning out stride != width*bppDave Airlie1-5/+7
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+22
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-4/+4
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-10-02drm/udl: Add missing static storage class specifiers in udl_fb.cSachin Kamat1-2/+2
2012-08-17drm/udl: call begin/end cpu access at more appropriate timeDave Airlie1-2/+20
2012-05-31udl: support vmapping imported dma-bufsDave Airlie1-2/+11
2012-05-23udl: add prime fd->handle support.Dave Airlie1-0/+9
2012-03-15drm/udl: initial UDL driver (v4)Dave Airlie1-0/+611