summaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)Author
2017-11-15drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1Liviu Dudau
2017-11-14drm: Fix kerneldocs for drm_plane modifiersVille Syrjälä
2017-11-14drm: Fix modifiers_property kernel docVille Syrjälä
2017-11-11drm/cma-helper: Remove drm_fb_cma_debugfs_show()Noralf Trønnes
2017-11-11drm/tinydrm: Use drm_gem_cma_print_info()Noralf Trønnes
2017-11-11drm/cma-helper: Add drm_gem_cma_print_info()Noralf Trønnes
2017-11-11drm/cma-helper: Turn to_drm_gem_cma_obj() into a macroNoralf Trønnes
2017-11-11drm/framebuffer: Add framebuffer debugfs fileNoralf Trønnes
2017-11-11drm/print: Add drm_printf_indent()Noralf Trønnes
2017-11-11drm/framebuffer: drm_framebuffer_read_refcount() constify argumentNoralf Trønnes
2017-11-11drm/vma-manager: drm_vma_node_start() constify argumentNoralf Trønnes
2017-11-09drm/syncobj: Mark up the fence as an RCU protected pointerChris Wilson
2017-11-09drm: Update docs for legacy kms stateDaniel Vetter
2017-11-07drm/edid: make drm_edid_to_eld() staticJani Nikula
2017-11-02drm/drm_mm.h: Fix the name of the referenced function in commentLiviu Dudau
2017-10-31drm/fb-helper: Add .last_close and .output_poll_changed helpersNoralf Trønnes
2017-10-31drm: Add drm_device->fb_helper pointerNoralf Trønnes
2017-10-27drm/dp: Bit definition for D3 power state that keeps AUX fully poweredDhinakaran Pandiyan
2017-10-20drm/print: Update old comment styleHaneen Mohammed
2017-10-20drm: Move debug macros out of drmP.hHaneen Mohammed
2017-10-13drm/drm_of: Move drm_of_panel_bridge_remove_function into header.Maarten Lankhorst
2017-10-11drm/bridge/sii8620: add remote control supportMaciej Purski
2017-10-10drm/drm_of: add drm_of_panel_bridge_remove functionbenjamin.gaignard@linaro.org
2017-10-06drm/atomic: Make atomic iterators less surprisingMaarten Lankhorst
2017-10-06drm/atomic: Remove unneeded null check for private objectsMaarten Lankhorst
2017-10-03Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-10-01drm/fb-cma-helper: Remove unused functionsNoralf Trønnes
2017-09-28Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2017-09-28Merge tag 'drm-intel-next-2017-09-07' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-09-28Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-09-26drm: introduce drm_dev_{get/put} functionsAishwarya Pant
2017-09-19drm: add backwards compatibility support for drm_kms_helper.edid_firmwareJani Nikula
2017-09-18drm/dp: DPCD register defines for link status within ESI fieldDhinakaran Pandiyan
2017-09-16drm/gem-fb-helper: Use debug message on gem lookup failureNoralf Trønnes
2017-09-13drm/atomic: Prepare drm_modeset_lock infrastructure for interruptible waiting...Maarten Lankhorst
2017-09-11drm/dp/mst: Sideband message transaction to power up/down nodesDhinakaran Pandiyan
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-08drm/atomic: Remove deprecated accessor macrosMaarten Lankhorst
2017-09-08drm/atomic: Make async plane update checks work as intended, v2.Maarten Lankhorst
2017-09-08drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3.Maarten Lankhorst
2017-09-08drm/atomic: Move drm_crtc_commit to drm_crtc_state, v4.Maarten Lankhorst
2017-09-08drm/atomic: Return commit in drm_crtc_commit_get for better annotationMaarten Lankhorst
2017-09-04Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula
2017-09-01drm/atomic: Fix typo in kerneldocThierry Reding
2017-09-01drm/vtables: Fix typoThierry Reding
2017-09-01drm/i915: add GT number to intel_device_infoLionel Landwerlin
2017-08-29drm/ttm: Remove needless 'extern' on functions in header.Tom St Denis
2017-08-29drm/ttm: Add helper functions to populate/map in one call (v2)Tom St Denis
2017-08-29drm/ttm: Add DMA map/unmap tracepoint (v3)Tom St Denis
2017-08-29drm/syncobj: Add a callback mechanism for replace_fence (v3)Jason Ekstrand