aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-95/+273
* samsung update 1codeworkx2012-06-021-188/+877
* drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang2011-12-091-0/+4
* drm/kms: allow drm_mode_group with no objectsBen Skeggs2011-07-071-3/+0
* drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctlSascha Hauer2011-06-091-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* drm: check for modesetting on modeset ioctlsDave Airlie2011-03-211-0/+51
* drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie2011-02-071-0/+33
* drm: Add an interface to reset the deviceChris Wilson2011-01-251-0/+20
* drm/kms: remove spaces from connector names (v2)Alex Deucher2010-12-091-5/+5
* drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom2010-10-061-1/+2
* drm: expand gamma_setJames Simmons2010-08-101-1/+1
* drm: Propagate error code from fb_create()Chris Wilson2010-08-101-2/+2
* drm: Return EBUSY if the framebuffer is unbound when flipping.Chris Wilson2010-07-211-0/+9
* drm: add "auto" dithering methodBen Skeggs2010-07-211-0/+1
* drm: unify crtc,connector,encoder,fb debug printingJerome Glisse2010-07-161-7/+13
* drm/drm_crtc: return -EFAULT on copy_to_user errorsDan Carpenter2010-06-081-1/+3
* Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie2010-04-201-2/+0
|\
| * drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie2010-04-071-1/+0
| * drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-071-1/+0
* | Merge branch 'drm-edid-fixes' into drm-core-nextDave Airlie2010-04-201-2/+5
|\ \
| * | drm/edid: Remove arbitrary EDID extension limitAdam Jackson2010-04-061-2/+5
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-111-0/+1
|\
| * drm: Add eDP connector typeAlex Deucher2010-01-081-0/+1
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-101-1/+175
|\ \ | |/
| * Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-081-2/+3
| |\
| | * drm: use page flip event to signal flip completionJesse Barnes2009-12-011-1/+1
| | * Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt2009-12-011-0/+69
| | |\
| | * | drm: make drm_mode_object_find typesafeDaniel Vetter2009-11-051-1/+2
| * | | drm: Add dirty ioctl and propertyJakob Bornecrantz2009-12-041-0/+104
| | |/ | |/|
| * | drm/kms: add page flipping ioctlKristian Høgsberg2009-11-181-0/+69
| |/
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-2/+2
|/
* drm: Delete the DRM_DEBUG_KMS in drm_mode_cursor_ioctlZhao Yakui2009-10-051-2/+0
* drm/kms: start adding command line interface using fb.Dave Airlie2009-09-251-0/+1
* drm: split crtc/fb helpers into a separate moduleDave Airlie2009-09-071-0/+1
* Merge Linus master to drm-nextDave Airlie2009-08-201-29/+13
|\
| * drm/kms: teardown crtc correctly when fb is destroyed.Dave Airlie2009-08-191-28/+12
| * drm: Small logic fix in drm_mode_setcrtcJakob Bornecrantz2009-08-041-1/+1
* | drm: clarify scaling property namesJesse Barnes2009-08-191-4/+4
* | drm: Add more standard TV properties.Francisco Jerez2009-08-131-0/+18
* | drm: Define some new standard TV properties.Francisco Jerez2009-08-041-0/+18
* | drm: Define DRM_MODE_SUBCONNECTOR_SCARTFrancisco Jerez2009-08-041-0/+2
* | drm: Define DRM_MODE_CONNECTOR_TVFrancisco Jerez2009-08-041-0/+1
* | drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMSZhao Yakui2009-08-041-13/+16
|/
* drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard2009-06-041-1/+6
* drm: Release user fbs in drm_releaseKristian Høgsberg2009-02-201-2/+1
* drm: create mode_config idr lockJesse Barnes2009-01-221-5/+9
* trivial: replace last usages of __FUNCTION__ in kernelHarvey Harrison2009-01-071-1/+1
* drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg2008-12-291-40/+0