index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_crtc.c
Age
Commit message (
Expand
)
Author
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-21
drm: check for modesetting on modeset ioctls
Dave Airlie
2011-02-07
drm: dumb scanout create/mmap for intel/radeon (v3)
Dave Airlie
2011-01-25
drm: Add an interface to reset the device
Chris Wilson
2010-12-09
drm/kms: remove spaces from connector names (v2)
Alex Deucher
2010-10-06
drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callback
Thomas Hellstrom
2010-08-10
drm: expand gamma_set
James Simmons
2010-08-10
drm: Propagate error code from fb_create()
Chris Wilson
2010-07-21
drm: Return EBUSY if the framebuffer is unbound when flipping.
Chris Wilson
2010-07-21
drm: add "auto" dithering method
Ben Skeggs
2010-07-16
drm: unify crtc,connector,encoder,fb debug printing
Jerome Glisse
2010-06-08
drm/drm_crtc: return -EFAULT on copy_to_user errors
Dan Carpenter
2010-04-20
Merge branch 'drm-fbdev-cleanup' into drm-core-next
Dave Airlie
2010-04-20
Merge branch 'drm-edid-fixes' into drm-core-next
Dave Airlie
2010-04-07
drm/kms/fb: separate fbdev connector list from core drm connectors
Dave Airlie
2010-04-07
drm/fb: fix fbdev object model + cleanup properly.
Dave Airlie
2010-04-06
drm/edid: Remove arbitrary EDID extension limit
Adam Jackson
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-01-11
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2010-01-08
drm: Add eDP connector type
Alex Deucher
2009-12-10
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2009-12-08
Merge remote branch 'anholt/drm-intel-next' into drm-linus
Dave Airlie
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
drm: Add dirty ioctl and property
Jakob Bornecrantz
2009-12-01
drm: use page flip event to signal flip completion
Jesse Barnes
2009-12-01
Merge remote branch 'airlied/drm-next' into drm-intel-next
Eric Anholt
2009-11-18
drm/kms: add page flipping ioctl
Kristian Høgsberg
2009-11-05
drm: make drm_mode_object_find typesafe
Daniel Vetter
2009-10-05
drm: Delete the DRM_DEBUG_KMS in drm_mode_cursor_ioctl
Zhao Yakui
2009-09-25
drm/kms: start adding command line interface using fb.
Dave Airlie
2009-09-07
drm: split crtc/fb helpers into a separate module
Dave Airlie
2009-08-20
Merge Linus master to drm-next
Dave Airlie
2009-08-19
drm: clarify scaling property names
Jesse Barnes
2009-08-19
drm/kms: teardown crtc correctly when fb is destroyed.
Dave Airlie
2009-08-13
drm: Add more standard TV properties.
Francisco Jerez
2009-08-04
drm: Define some new standard TV properties.
Francisco Jerez
2009-08-04
drm: Define DRM_MODE_SUBCONNECTOR_SCART
Francisco Jerez
2009-08-04
drm: Define DRM_MODE_CONNECTOR_TV
Francisco Jerez
2009-08-04
drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMS
Zhao Yakui
2009-08-04
drm: Small logic fix in drm_mode_setcrtc
Jakob Bornecrantz
2009-06-04
drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...
Keith Packard
2009-02-20
drm: Release user fbs in drm_release
Kristian Høgsberg
2009-01-22
drm: create mode_config idr lock
Jesse Barnes
2009-01-07
trivial: replace last usages of __FUNCTION__ in kernel
Harvey Harrison
2008-12-29
drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.
Kristian H�gsberg
2008-12-29
drm: sanitise drm modesetting API + remove unused hotplug
Jakob Bornecrantz
2008-12-29
DRM: add mode setting support
Dave Airlie