summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl
AgeCommit message (Expand)AuthorFilesLines
2014-11-21drm/gem: create drm_gem_dumb_destroyDaniel Vetter3-9/+1
2014-11-21drm/gem: convert to new unified vma managerDavid Herrmann1-8/+5
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-1/+5
2013-05-01udl: bind the framebuffer to the correct device.Dave Airlie1-1/+1
2013-05-01drm: prime: fix refcounting on the dmabuf import error pathImre Deak1-0/+4
2013-04-12udl: handle EDID failure properly.Dave Airlie1-0/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-45/+81
2013-02-22new helper: file_inode(file)Al Viro1-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 Airlie3-24/+72
2013-02-08drm/udl: disable fb_defio by defaultDave Airlie1-2/+2
2013-02-08drm/udl: Inline memcmp() for RLE compression of xferChris Wilson1-18/+28
2013-02-07drm/udl: make usage as a console saferDave Airlie2-4/+42
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
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman1-2/+15
2013-01-14udldrmfb: udl_get_edid: drop unneeded i--Hans de Goede1-1/+0
2013-01-14udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stackHans de Goede1-1/+7
2013-01-14udldrmfb: Fix EDID not working with monitors with EDID extension blocksHans de Goede1-0/+8
2013-01-11drivers/gpu/drm/udl: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-11-30drm/udl: drm_connector_property -> drm_object_propertyRob Clark1-1/+1
2012-11-20drm/udl: Add missing static storage class specifiers in udl_connector.cSachin Kamat1-5/+7
2012-11-02drm/udl: fix stride issues scanning out stride != width*bppDave Airlie3-8/+11
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 Torvalds7-25/+30
2012-10-03Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie1-0/+7
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells8-19/+19
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-10-02drm/udl: Make udl_crtc_init() staticSachin Kamat1-1/+1
2012-10-02drm/udl: Make udl_enc_destroy() staticSachin Kamat1-1/+1
2012-10-02drm/udl: Use NULL instead of 0 for pointersSachin Kamat1-4/+4
2012-09-26drm/udl: limit modes to the sku pixel limits.Dave Airlie1-0/+7
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter1-0/+3
2012-09-13drm: use %*ph to dump small buffersAndy Shevchenko1-5/+2
2012-09-06drm: use drm_compat_ioctl for 32-bit appsKeith Packard1-0/+3
2012-09-03Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2-9/+20
2012-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2-2/+2
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula1-3/+0
2012-08-22Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+1
2012-08-22drm/udl: dpms off the crtc when disabled.Dave Airlie1-2/+1
2012-08-20Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2012-08-20gpu/mfd/usb: Fix USB randconfig problemsGuenter Roeck1-0/+1
2012-08-17drm/udl: call begin/end cpu access at more appropriate timeDave Airlie2-9/+20
2012-08-09drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer1-1/+1
2012-07-20Merge tag 'v3.5-rc7' into drm-nextDave Airlie1-1/+1
2012-07-19drm/udl: port over blanking code from udlfb.Dave Airlie1-7/+37