aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-26drm: introduce drm_dev_{get/put} functionsAishwarya Pant1-2/+3
2017-09-21drm/i915/kbl: Change a KBL pci id to GT2 from GT1.5Anuj Phogat1-1/+1
2017-09-19drm: add backwards compatibility support for drm_kms_helper.edid_firmwareJani Nikula1-0/+2
2017-09-18drm/dp: DPCD register defines for link status within ESI fieldDhinakaran Pandiyan1-0/+5
2017-09-16drm/gem-fb-helper: Use debug message on gem lookup failureNoralf Trønnes1-1/+1
2017-09-13drm/atomic: Prepare drm_modeset_lock infrastructure for interruptible waiting, v2.Maarten Lankhorst1-4/+8
2017-09-11drm/dp/mst: Sideband message transaction to power up/down nodesDhinakaran Pandiyan1-0/+2
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-1/+1
2017-09-08drm/atomic: Remove deprecated accessor macrosMaarten Lankhorst4-85/+9
2017-09-08drm/atomic: Make async plane update checks work as intended, v2.Maarten Lankhorst1-2/+3
2017-09-08drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3.Maarten Lankhorst3-0/+26
2017-09-08drm/atomic: Move drm_crtc_commit to drm_crtc_state, v4.Maarten Lankhorst2-5/+19
2017-09-08drm/atomic: Return commit in drm_crtc_commit_get for better annotationMaarten Lankhorst1-1/+5
2017-09-04Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula9-200/+314
2017-09-01drm/atomic: Fix typo in kerneldocThierry Reding1-1/+1
2017-09-01drm/vtables: Fix typoThierry Reding1-1/+1
2017-09-01drm/i915: add GT number to intel_device_infoLionel Landwerlin1-57/+95
2017-08-29drm/ttm: Remove needless 'extern' on functions in header.Tom St Denis1-6/+6
2017-08-29drm/ttm: Add helper functions to populate/map in one call (v2)Tom St Denis1-0/+21
2017-08-29drm/ttm: Add DMA map/unmap tracepoint (v3)Tom St Denis1-0/+31
2017-08-29drm/syncobj: Add a callback mechanism for replace_fence (v3)Jason Ekstrand1-0/+39
2017-08-29drm/syncobj: Add a race-free drm_syncobj_fence_get helper (v2)Jason Ekstrand1-0/+12
2017-08-29drm/syncobj: Rename fence_get to find_fenceJason Ekstrand1-3/+3
2017-08-22drm/dp: Add defines for DP SDP typesVille Syrjälä1-0/+12
2017-08-21drm/bridge: change return type of drm_bridge_add functionInki Dae1-1/+1
2017-08-21Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-2/+3
2017-08-18Merge airlied/drm-next into drm-misc-nextSean Paul1-0/+17
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König1-2/+3
2017-08-17Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie5-195/+213
2017-08-16drm: Add GEM backed framebuffer libraryNoralf Trønnes2-0/+44
2017-08-16drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset()Noralf Trønnes1-5/+0
2017-08-11drm: Document device unplug infrastructureDaniel Vetter2-15/+20
2017-08-11drm: Extract drm_device.hDaniel Vetter2-174/+191
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie15-133/+93
2017-08-09drm/tinydrm: Generalize tinydrm_xrgb8888_to_gray8()David Lechner1-1/+2
2017-08-08drm: Nuke drm_atomic_legacy_backoffDaniel Vetter1-2/+0
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-2/+0
2017-08-08drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter2-6/+0
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2-6/+0
2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter1-3/+0
2017-08-08drm: Handle properties in the core for atomic driversDaniel Vetter3-14/+8
2017-08-07drm: remove unused and redundant callbacksPeter Rosin3-56/+0
2017-08-04drm/tinydrm: remove call to mipi_dbi_init() from mipi_dbi_spi_init()David Lechner1-5/+1
2017-08-02Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+17
2017-08-01drm: Create a format/modifier blobBen Widawsky1-0/+6
2017-08-01drm: Plumb modifiers through plane initBen Widawsky2-1/+22
2017-07-31drm: Add a few missing descriptions in drm_driver docsSean Paul1-6/+46
2017-07-31drm: Fix warning when building docs for scdc_helperSean Paul1-25/+0
2017-07-31drm: Fix kerneldoc for atomic_async_updateDaniel Vetter1-3/+3
2017-07-31drm/atomic: Update comment to match the codeThierry Reding1-1/+1