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