summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_mode_config.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-26drm: Manage drm_mode_config_init with drmm_Daniel Vetter1-3/+20
2020-03-18drm: Skip drm_mode_config_validate() for !modesetVille Syrjälä1-0/+3
2020-03-18drm: Validate encoder->possible_crtcsVille Syrjälä1-1/+26
2020-03-18drm: Validate encoder->possible_clonesVille Syrjälä1-0/+40
2020-03-18drm: Include the encoder itself in possible_clonesVille Syrjälä1-0/+19
2019-11-21drm/modeset: Prime modeset lock vs dma_resvDaniel Vetter1-0/+28
2019-10-23drm/doc: Drop misleading comment on drm_mode_config_cleanupDaniel Vetter1-2/+0
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-1/+5
2019-04-16drm: Expose "FB_DAMAGE_CLIPS" property to atomic aware user-space onlyDeepak Rawat1-2/+3
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-2/+3
2018-12-13drm: Rename crtc_idr as object_idr to KMS cleanupsShayenne da Luz Moura1-2/+2
2018-12-11drm/atomic: integrate modeset lock with private objectsRob Clark1-0/+1
2018-12-06Merge tag 'vmwgfx-next-2018-12-05' of git://people.freedesktop.org/~thomash/l...Dave Airlie1-0/+6
2018-12-05drm: Add a new plane property to send damage during plane updateLukasz Spintzyk1-0/+6
2018-11-28drm: Add vrr_enabled property to drm CRTCNicholas Kazlauskas1-0/+6
2018-09-14drm: Differentiate the lack of an interface from invalid parameterChris Wilson1-2/+1
2018-06-20drm: writeback: Add client capability for exposing writeback connectorsLiviu Dudau1-0/+5
2017-12-19BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie1-0/+5
2017-12-13drm: rework delayed connector cleanup in connector_iterDaniel Vetter1-1/+4
2017-12-07drm: More debug info for fb leaks in mode_config_cleanupDaniel Vetter1-0/+3
2017-12-06drm: safely free connectors from connector_iterDaniel Vetter1-0/+2
2017-10-25drm: Check mode object lease status in all master ioctl paths [v4]Keith Packard1-9/+13
2017-10-17drm/plane: drop num_overlay_planes (v3)Dave Airlie1-1/+0
2017-08-01drm: Create a format/modifier blobBen Widawsky1-0/+7
2017-02-28drm: Rename connector list iterator APIThierry Reding1-9/+9
2017-02-28drm: Introduce drm_property_blob_{get,put}()Thierry Reding1-1/+1
2017-02-28drm: Introduce drm_connector_{get,put}()Thierry Reding1-1/+1
2017-01-23drm: Show leaked connectors upon unloadChris Wilson1-1/+6
2016-12-18drm: Clean up connectors by unreferencing themDaniel Vetter1-4/+11
2016-12-18drm: locking&new iterators for connector_listDaniel Vetter1-19/+15
2016-12-18drm: Drop locking cargo-cult from drm_mode_config_initDaniel Vetter1-2/+0
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-12drm: Simplify GETRESOURCES ioctlDaniel Vetter1-72/+39
2016-11-16drm/fence: add out-fences supportGustavo Padovan1-0/+6
2016-11-16drm/fence: add in-fences supportGustavo Padovan1-0/+6
2016-11-15drm: Extract drm_mode_config.[hc]Daniel Vetter1-0/+482