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