summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Pandiyan6-10/+24
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 Lankhorst2-38/+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 Lankhorst3-19/+15
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/hisilicon: Fix spelling of clock in hisi-ade.txtPeter Meerwald-Stadler1-1/+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 Vetter2-52/+63
2016-12-18drm: prevent double-(un)registration for connectorsDaniel Vetter2-6/+30
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 Vetter6-43/+177
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 Vetter3-6/+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 Pinchart8-35/+8
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart25-110/+85
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 Pinchart27-3/+30
2016-12-16drm/i915: Simplify i915_gtt_color_adjust()Chris Wilson1-4/+2
2016-12-16drm: Constify the drm_mm APIChris Wilson3-27/+26
2016-12-16drm: Add drm_mm_for_each_node_safe()Chris Wilson2-8/+20
2016-12-16kref: prefer atomic_inc_not_zero to atomic_add_unlessJason A. Donenfeld1-1/+1
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ä54-151/+145
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä44-101/+90
2016-12-15drm: Nuke fb->depthVille Syrjälä36-57/+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ä2-0/+50
2016-12-15drm/i915: Store a pointer to the pixel format info for fbcVille Syrjälä2-9/+9
2016-12-15drm/nouveau: Use fb->format rather than drm_format_info()Ville Syrjälä1-7/+5
2016-12-15drm/fb_cma_helper: Replace drm_format_info() with fb->formatVille Syrjälä1-4/+1
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä15-46/+45
2016-12-15drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm codeVille Syrjälä1-8/+15
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä13-20/+20
2016-12-15drm: Reject fbs w/o format info in drm_framebuffer_init()Ville Syrjälä1-1/+1
2016-12-15drm/i915: Populate fb->format early for inherited fbsVille Syrjälä1-0/+3