summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
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
2016-12-09drm: Add TV connector states to drm_connector_stateBoris Brezillon-0/+32
2016-12-09Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie-0/+3
2016-12-08drm: fix possible_crtc's typeTomi Valkeinen-2/+2
2016-12-06Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter-2/+3
2016-12-05Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter-11/+54
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart-0/+3
2016-12-01drm/i915/glk: Add Geminilake PCI IDsAnder Conselvan de Oliveira-0/+4
2016-11-30Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie-10/+51
2016-11-30Merge tag 'drm-intel-next-2016-11-21' of git://anongit.freedesktop.org/git/dr...Dave Airlie-1/+0
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie-1/+3
2016-11-29drm: Introduce drm_framebuffer_assign()Chris Wilson-0/+18
2016-11-28drm/atomic: Constify drm_atomic_crtc_needs_modeset()Ville Syrjälä-1/+1
2016-11-28drm: Fix conflicting macro parameter in drm_mm_for_each_node_in_range()Chris Wilson-8/+8
2016-11-25drm: Fixup kernel doc for driver->gem_create_objectChris Wilson-0/+2
2016-11-24drm: Define drm_mm_for_each_node_in_range()Chris Wilson-3/+19
2016-11-22drm/atomic: Unconfuse the old_state mess in commmit_tailDaniel Vetter-4/+8
2016-11-21drm/atomic: cleanup debugfs entries on un-registering the driver.Liviu Dudau-0/+1
2016-11-17Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter-1008/+1478