summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorFilesLines
2017-01-18drm: bridge: dw-hdmi: Remove unneeded arguments to bind/unbind functionsLaurent Pinchart1-3/+2
2017-01-12drm/atomic: Add target_vblank support in atomic helpers (v2)Andrey Grodzovsky2-0/+15
2017-01-10drm: Move drm_clflush prototypes to drm_cache header fileGabriel Krisman Bertazi2-5/+4
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie18-103/+216
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-4/+1
2017-01-09drm: remove useless parameters from drm_pick_cmdline_mode functionVincent Abriou1-2/+1
2017-01-06drm/i915: Use fixed-sized types for stolenChris Wilson1-2/+4
2017-01-06drm: allow to use mmuless SoCBenjamin Gaignard1-0/+17
2017-01-05drm: Add kernel-doc for drm_crtc_commit_get/putDaniel Vetter1-1/+20
2017-01-04drm/i915: more .is_mobile cleanups for BDWPaulo Zanoni1-6/+3
2017-01-04drm/i915: fix INTEL_BDW_IDS definitionPaulo Zanoni1-2/+0
2017-01-04Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter15-145/+340
2017-01-04Merge tag 'v4.10-rc2' into drm-intel-next-queuedDaniel Vetter3-3/+38
2017-01-04drm: reference count event->completionDaniel Vetter1-0/+1
2017-01-04drm: Document deprecated load/unload hookGabriel Krisman Bertazi1-0/+35
2017-01-03drm/i915: Update SKL SRV GT4 pci ids reference.Rodrigo Vivi1-3/+3
2017-01-02drm/bridge: Use recommened kerneldoc for struct member refsDaniel Vetter1-18/+24
2016-12-30drm/cma-helper: simplify setup for drivers with ->dirty callbacksDaniel Vetter1-4/+1
2016-12-30drm: Nuke connector_list locking assertDaniel Vetter2-19/+1
2016-12-30drm/doc: use preferred struct reference in kernel-docDaniel Vetter13-35/+35
2016-12-30drm/mm: Some doc polishDaniel Vetter1-18/+66
2016-12-30drm: add crtc helper drm_crtc_from_index()Shawn Guo1-0/+1
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter1-7/+2
2016-12-30drm/printer: add debug printerDaniel Vetter1-2/+18
2016-12-28drm: Use drm_mm_insert_node_in_range_generic() for everyoneChris Wilson1-34/+56
2016-12-28drm: Wrap drm_mm_node.hole_followsChris Wilson1-3/+19
2016-12-28drm: Apply tight eviction scanning to color_adjustChris Wilson1-0/+1
2016-12-28drm: Simplify drm_mm scan-list manipulationChris Wilson1-6/+1
2016-12-28drm: Optimise power-of-two alignments in drm_mm_scan_add_block()Chris Wilson1-0/+1
2016-12-28drm: Compute tight evictions for drm_mm_scanChris Wilson1-10/+12
2016-12-28drm: Unconditionally do the range check in drm_mm_scan_add_block()Chris Wilson1-6/+27
2016-12-27drm: Extract struct drm_mm_scan from struct drm_mmChris Wilson1-15/+28
2016-12-27drm: Simplify drm_mm_clean()Chris Wilson1-1/+13
2016-12-27drm: Fix kerneldoc for drm_mm_scan_remove_block()Chris Wilson1-6/+13
2016-12-27drm: Promote drm_mm alignment to u64Chris Wilson1-8/+8
2016-12-27drm: Compile time enabling for asserts in drm_mmChris Wilson1-1/+7
2016-12-27drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mmChris Wilson1-3/+15
2016-12-27drm: Wrap the check for atomic_commit implementationDhinakaran Pandiyan2-1/+13
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-19drm/atomic: Remove drm_atomic_helper_framebuffer_changed.Maarten Lankhorst1-3/+0
2016-12-19drm/atomic: Clean up wait_for_vblanks, v2.Maarten Lankhorst2-5/+1
2016-12-18drm: Fix spelling of clock in drm_connector.hPeter Meerwald-Stadler1-1/+1
2016-12-18drm: Tighten locking in drm_mode_getconnectorDaniel Vetter1-4/+19
2016-12-18drm: prevent double-(un)registration for connectorsDaniel Vetter1-1/+15
2016-12-18drm: locking&new iterators for connector_listDaniel Vetter2-2/+48
2016-12-18drm: Move atomic debugfs functions into drm_crtc_internal.hDaniel Vetter1-6/+0
2016-12-18drm: bridge: Detach bridge from encoder at encoder cleanup timeLaurent Pinchart2-3/+0
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart1-1/+2
2016-12-18drm: Fix compilation warning caused by static inline forward declarationLaurent Pinchart1-3/+1
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart4-3/+5