aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-11Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+11
2014-12-10drm: Zero out DRM object memory upon cleanupThierry Reding1-1/+10
2014-12-09drm: fix a word repetition in a commentMartin Peres1-1/+1
2014-12-09drm/tile: expose the tile property to userspace (v3)Dave Airlie1-0/+51
2014-12-09drm/connector: store tile information from displayid (v3)Dave Airlie1-0/+5
2014-12-09drm: add tile_group support. (v3)Dave Airlie1-0/+99
2014-11-27drm: Handle atomic state properly in kms getfoo ioctlDaniel Vetter1-3/+46
2014-11-27drm: use mode_object_find helpersRob Clark1-9/+4
2014-11-25drm: Free atomic state during cleanupThierry Reding1-0/+13
2014-11-20drm: s/enum_blob_list/enum_list/ in drm_propertyDaniel Vetter1-36/+17
2014-11-20drm/crtc: Polish kerneldocDaniel Vetter1-38/+41
2014-11-20drm/atomic: Ensure that drm_connector_index is stableDaniel Vetter1-0/+5
2014-11-15Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-nextDave Airlie1-0/+10
2014-11-15drm: add properties for suggested x/y offset for connectors. (v2)Dave Airlie1-0/+24
2014-11-15drm: Simplify return value handling in drm_crtc.cDaniel Vetter1-17/+9
2014-11-15Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-nextDave Airlie1-10/+13
2014-11-13drm: Sanitize DRM_IOCTL_MODE_CREATE_DUMB inputThierry Reding1-0/+10
2014-11-13drm: Make drm_mode_create_tv_properties() signature consistentThierry Reding1-3/+4
2014-11-13drm: Use const data when creating blob propertiesThierry Reding1-3/+3
2014-11-13drm: Use size_t for blob property sizesThierry Reding1-5/+7
2014-11-12drm: More specific locking for get* ioctlsDaniel Vetter1-35/+23
2014-11-12drm: Per-plane lockingDaniel Vetter1-5/+4
2014-11-10drm/mode: document path property and function to set it. (v1.1)Dave Airlie1-0/+13
2014-10-31drm: Add a note to drm_property_create() about property lifetimeDamien Lespiau1-0/+4
2014-10-23gpu: drm: Fix warning caused by a parameter description in drm_crtc.cMasanari Iida1-1/+0
2014-10-22drm/crtc: Remove duplicated ioctl codeChuck Ebbert1-23/+6
2014-10-22drm/crtc: Fix two typosChuck Ebbert1-2/+2
2014-10-21gpu:drm: Fix typo in Documentation/DocBook/drm.xmlMasanari Iida1-1/+1
2014-09-25drm: Drop grab fpriv->fbs_lock in drm_fb_releaseDaniel Vetter1-2/+10
2014-09-24drm: Fixup locking for universal cursor planesDaniel Vetter1-17/+34
2014-09-16drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie1-1/+2
2014-09-15Merge tag 'topic/core-stuff-2014-09-15' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-5/+0
2014-09-15drm: Drop modeset locking from crtc init functionDaniel Vetter1-5/+0
2014-09-12drm: Move piles of functions from drmP.h to drm_internal.hDaniel Vetter1-0/+1
2014-09-03Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-5/+20
2014-08-28drm: fix division-by-zero on dumb_create()David Herrmann1-1/+2
2014-08-20drm: fix plane rotation when restoring fbdev configurationThomas Wood1-5/+20
2014-08-14drm: Docbook fixesDaniel Vetter1-2/+3
2014-08-11drm: Add a plane->reset hookDaniel Vetter1-0/+5
2014-08-08drm: Move ->old_fb from crtc to planeDaniel Vetter1-22/+24
2014-08-08drm: Handle legacy per-crtc locking with full acquire ctxDaniel Vetter1-4/+4
2014-08-08drm: Move modeset_lock_all helpers to drm_modeset_lock.[hc]Daniel Vetter1-95/+0
2014-08-08drm: Add drm_plane/connector_indexDaniel Vetter1-0/+46
2014-08-08Revert "drm: drop redundant drm_file->is_master"Dave Airlie1-1/+1
2014-08-06drm: Perform cmdline mode parsing during connector initialisationChris Wilson1-0/+55
2014-08-06drm: Don't grab an fb reference for the idrDaniel Vetter1-18/+28
2014-08-06Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-nextDave Airlie1-1/+1
2014-08-05drm: drop redundant drm_file->is_masterDavid Herrmann1-1/+1
2014-08-05drm: Fix race when checking for fb in the generic kms obj lookupDaniel Vetter1-5/+6
2014-08-04Merge tag 'drm-intel-next-2014-07-25-merged' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-4/+94