summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl
AgeCommit message (Expand)AuthorLines
2013-01-14udldrmfb: udl_get_edid: drop unneeded i--Hans de Goede-1/+0
2013-01-14udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stackHans de Goede-1/+7
2013-01-14udldrmfb: Fix EDID not working with monitors with EDID extension blocksHans de Goede-0/+8
2012-11-30drm/udl: drm_connector_property -> drm_object_propertyRob Clark-1/+1
2012-11-20drm/udl: Add missing static storage class specifiers in udl_connector.cSachin Kamat-5/+7
2012-11-02drm/udl: fix stride issues scanning out stride != width*bppDave Airlie-8/+11
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov-1/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-25/+30
2012-10-03Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie-0/+7
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells-19/+19
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells-1/+0
2012-10-02drm/udl: Add missing static storage class specifiers in udl_fb.cSachin Kamat-2/+2
2012-10-02drm/udl: Make udl_crtc_init() staticSachin Kamat-1/+1
2012-10-02drm/udl: Make udl_enc_destroy() staticSachin Kamat-1/+1
2012-10-02drm/udl: Use NULL instead of 0 for pointersSachin Kamat-4/+4
2012-09-26drm/udl: limit modes to the sku pixel limits.Dave Airlie-0/+7
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter-0/+3
2012-09-13drm: use %*ph to dump small buffersAndy Shevchenko-5/+2
2012-09-06drm: use drm_compat_ioctl for 32-bit appsKeith Packard-0/+3
2012-09-03Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie-9/+20
2012-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie-2/+2
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula-3/+0
2012-08-22Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-2/+1
2012-08-22drm/udl: dpms off the crtc when disabled.Dave Airlie-2/+1
2012-08-20Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-0/+1
2012-08-20gpu/mfd/usb: Fix USB randconfig problemsGuenter Roeck-0/+1
2012-08-17drm/udl: call begin/end cpu access at more appropriate timeDave Airlie-9/+20
2012-08-09drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer-1/+1
2012-07-20Merge tag 'v3.5-rc7' into drm-nextDave Airlie-1/+1
2012-07-19drm/udl: port over blanking code from udlfb.Dave Airlie-7/+37
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart-2/+2
2012-06-25drm/udl: Make sure to get correct endian keys from vendor descriptorDave Airlie-1/+1
2012-06-16drm/udl: only bind to the video devices on the hub.Dave Airlie-1/+14
2012-05-31udl: support vmapping imported dma-bufsDave Airlie-5/+33
2012-05-29drm/udl: remove unused variables.Dave Airlie-2/+0
2012-05-29drm/udl: unlock before returning in udl_gem_mmap()Dan Carpenter-1/+1
2012-05-23udl: add prime fd->handle support.Dave Airlie-1/+92
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart-1/+1
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart-1/+1
2012-04-02mm, drm/udl: fixup vma flags on mmapKonstantin Khlebnikov-1/+16
2012-03-20drm/usb: move usb support into a separate moduleDave Airlie-1/+1
2012-03-15drm/udl: initial UDL driver (v4)Dave Airlie-0/+2322