aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-04drm: close race in connector registration (v2)Dave Airlie1-13/+35
2014-07-29Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter1-4/+86
2014-07-23drm/crtc: Add property for aspect ratioVandana Kannan1-0/+33
2014-07-18drm: Fix function names in kerneldocThierry Reding1-3/+3
2014-07-11drm: Add drm_rotation_simplify()Ville Syrjälä1-0/+30
2014-07-11drm: Add drm_mode_create_rotation_property()Ville Syrjälä1-0/+18
2014-07-11drm: Add support_bits parameter to drm_property_create_bitmask()Ville Syrjälä1-4/+13
2014-07-09Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-102/+255
2014-07-08drm: add a path blob propertyDave Airlie1-0/+26
2014-07-08drm/crtc: add interface to reinitialise the legacy mode groupDave Airlie1-0/+9
2014-06-19drm/debugfs: add an "edid_override" file per connectorThomas Wood1-0/+4
2014-06-19drm/debugfs: add a "force" file per connectorThomas Wood1-1/+16
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-1/+29
2014-06-13drm: Allow drivers to register cursor planes with crtcMatt Roper1-1/+4
2014-06-13drm: Avoid NULL deference when disabling a plane from userspaceChris Wilson1-5/+5
2014-06-13drm: Support legacy cursor ioctls via universal planes when possible (v4)Matt Roper1-0/+107
2014-06-13drm: Refactor setplane to allow internal use (v3)Matt Roper1-74/+102
2014-06-13drm: Refactor framebuffer creation to allow internal use (v2)Matt Roper1-27/+42
2014-06-05drm: Fix getconnector connection_mutex lockingDaniel Vetter1-2/+2
2014-06-05drm: Check CRTC compatibility in setplaneMatt Roper1-0/+7
2014-06-05drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark1-22/+63
2014-06-04drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter1-0/+8
2014-06-04drm: spiff out FB refcnting tracesRob Clark1-3/+3
2014-06-04drm: add signed-range property typeRob Clark1-12/+33
2014-06-04drm: add object property typeRob Clark1-7/+54
2014-06-04drm: add extended property typesRob Clark1-9/+17
2014-06-04drm: helpers to find mode objectsRob Clark1-62/+28
2014-06-04drm: drop drm_get_connector_name() and drm_get_encoder_name()Jani Nikula1-20/+0