summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-12-27drm: kselftest for drm_mm and evictionChris Wilson2-0/+338
2016-12-27drm: kselftest for drm_mm and alignmentChris Wilson2-0/+106
2016-12-27drm: kselftest for drm_mm_insert_node_in_range()Chris Wilson2-0/+270
2016-12-27drm: kselftest for drm_mm_replace_node()Chris Wilson2-6/+60
2016-12-27drm: kselftest for drm_mm_insert_node()Chris Wilson2-0/+235
2016-12-27drm: kselftest for drm_mm_reserve_node()Chris Wilson2-0/+276
2016-12-27drm: kselftest for drm_mm_debug()Chris Wilson2-0/+36
2016-12-27drm: kselftest for drm_mm_init()Chris Wilson2-0/+115
2016-12-27drm: Add some kselftests for the DRM range manager (struct drm_mm)Chris Wilson6-0/+232
2016-12-27drm: Add a simple generator of random permutationsChris Wilson4-0/+71
2016-12-27drm: Compile time enabling for asserts in drm_mmChris Wilson1-22/+23
2016-12-27drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mmChris Wilson1-4/+4
2016-12-27drm: Get atomic property value even if DRIVER_ATOMIC is not setDhinakaran Pandiyan1-1/+2
2016-12-27drm: Wrap the check for atomic_commit implementationDhinakaran Pandiyan4-9/+11
2016-12-19drm/i915: Add a cursor hack to allow converting legacy page flip to atomic, v3.Maarten Lankhorst3-18/+163
2016-12-19drm/atomic: Remove drm_atomic_helper_framebuffer_changed.Maarten Lankhorst1-35/+0
2016-12-19drm/atomic: Wait for vblank whenever a plane is added to state.Maarten Lankhorst1-5/+1
2016-12-19drm/atomic: Clean up wait_for_vblanks, v2.Maarten Lankhorst1-14/+14
2016-12-19drm/atomic: Unconditionally call prepare_fb.Maarten Lankhorst1-9/+0
2016-12-18drm/nouveau: use designated initializersKees Cook1-14/+14
2016-12-18drm/vmwgfx: use designated initializersKees Cook1-5/+5
2016-12-18drm/ttm: use designated initializersKees Cook1-5/+5
2016-12-18drm/ttm: use designated initializersKees Cook1-5/+5
2016-12-18drm: Tighten locking in drm_mode_getconnectorDaniel Vetter1-48/+44
2016-12-18drm: prevent double-(un)registration for connectorsDaniel Vetter1-5/+15
2016-12-18drm: Clean up connectors by unreferencing themDaniel Vetter1-4/+11
2016-12-18drm: Convert all helpers to drm_connector_list_iterDaniel Vetter6-33/+92
2016-12-18drm: locking&new iterators for connector_listDaniel Vetter4-41/+129
2016-12-18drm: Drop locking cargo-cult from drm_mode_config_initDaniel Vetter1-2/+0
2016-12-18drm/radeon|amdgpu: Remove redundant num_connectors checkDaniel Vetter2-12/+6
2016-12-18drm: Move atomic debugfs functions into drm_crtc_internal.hDaniel Vetter2-0/+7
2016-12-18drm/irq: drm_legacy_ prefix for legacy ioctlsDaniel Vetter3-32/+10
2016-12-18drm: bridge: Detach all bridges in a chain at encoder cleanup timeLaurent Pinchart1-2/+10
2016-12-18drm: bridge: Detach bridge from encoder at encoder cleanup timeLaurent Pinchart6-32/+8
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart24-109/+83
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart23-0/+25
2016-12-16drm/i915: Simplify i915_gtt_color_adjust()Chris Wilson1-4/+2
2016-12-16drm: Constify the drm_mm APIChris Wilson2-13/+13
2016-12-16drm: Add drm_mm_for_each_node_safe()Chris Wilson1-5/+4
2016-12-15drm: Fix kernel docs for drm_helper_mode_fill_fb_struct()Ville Syrjälä1-0/+1
2016-12-15drm/atomic: Delete wrong comment.Maarten Lankhorst1-4/+0
2016-12-15drm: Fix typo in drm_event_reserve_init() kerneldocThierry Reding1-1/+1
2016-12-15drm/cma: Fix compile fail due to fomat->format typoVille Syrjälä1-1/+1
2016-12-15drm: Eliminate the useless "non-RGB fb" debug messageVille Syrjälä1-12/+1
2016-12-15drm: Replace 'format->format' comparisons to just 'format' comparisonsVille Syrjälä6-9/+8
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä53-147/+145
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä43-94/+90
2016-12-15drm: Nuke fb->depthVille Syrjälä35-51/+56
2016-12-15drm/i915: Use drm_framebuffer_plane_{width,height}() where possibleVille Syrjälä1-3/+2
2016-12-15drm: Add drm_framebuffer_plane_{width,height}()Ville Syrjälä1-0/+44