summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
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
2016-12-16drm: Constify the drm_mm APIChris Wilson-14/+13
2016-12-16drm: Add drm_mm_for_each_node_safe()Chris Wilson-3/+16
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä-4/+0
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä-7/+0
2016-12-15drm: Nuke fb->depthVille Syrjälä-6/+0
2016-12-15drm: Add drm_framebuffer_plane_{width,height}()Ville Syrjälä-0/+6
2016-12-15drm: Store a pointer to drm_format_info under drm_framebufferVille Syrjälä-0/+4
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä-1/+2
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux into...Daniel Vetter-2/+34
2016-12-13drm: Protect master->unique with dev->master_mutexDaniel Vetter-4/+13
2016-12-13Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into d...Dave Airlie-0/+32