aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-10drm/nouveau: Grab payload lock in nv50_msto_payload()Lyude Paul1-0/+6
2019-01-10drm/nouveau: Stop unsetting mstc->port, use malloc refsLyude Paul1-13/+5
2019-01-10drm/nouveau: Keep malloc references to MST portsLyude Paul1-0/+6
2019-01-10drm/nouveau: Remove unnecessary VCPI checks in nv50_msto_cleanup()Lyude Paul1-6/+9
2019-01-10drm/nouveau: Remove bogus cleanup in nv50_mstm_add_connector()Lyude Paul1-4/+1
2019-01-10drm/amdgpu/display: Keep malloc ref to MST portLyude Paul1-4/+7
2019-01-10drm/i915: Keep malloc references to MST portsLyude Paul2-0/+5
2019-01-10drm/dp_mst: Fix payload deallocation on hotplugs using malloc refsLyude Paul1-24/+30
2019-01-10drm/dp_mst: Stop releasing VCPI when removing ports from topologyLyude Paul1-8/+0
2019-01-10drm/dp_mst: Restart last_connected_port_and_mstb() if topology ref failsLyude Paul1-10/+34
2019-01-10drm/dp_mst: Introduce new refcounting scheme for mstbs and portsLyude Paul6-69/+614
2019-01-10drm/dp_mst: Rename drm_dp_mst_get_validated_(port|mstb)_ref and friendsLyude Paul1-52/+62
2019-01-10drm/dp_mst: Fix some formatting in drm_dp_mst_deallocate_vcpi()Lyude Paul1-1/+2
2019-01-10drm/dp_mst: Fix some formatting in drm_dp_mst_allocate_vcpi()Lyude Paul1-3/+4
2019-01-10drm/dp_mst: Fix some formatting in drm_dp_payload_send_msg()Lyude Paul1-6/+8
2019-01-10drm/dp_mst: Fix some formatting in drm_dp_add_port()Lyude Paul1-6/+12
2019-01-11drm/rockchip: Add reflection propertiesDaniele Castagna3-0/+38
2019-01-11drm/rockchip: Separate RK3288 from RK3368 win01 registersEzequiel Garcia1-6/+25
2019-01-11drm/rockchip: Fix typo in VOP macros argumentEzequiel Garcia1-7/+7
2019-01-10drm/rockchip: Fix YUV buffers color renderingDaniele Castagna3-1/+88
2019-01-10drm/rockchip: update cursors asynchronously through atomic.Enric Balletbo i Serra4-36/+114
2019-01-10drm: msm: Cleanup drm_display_mode print strShayenne Moura9-72/+10
2019-01-10drm/fb-helper: Scale back depth to supported maximumLinus Walleij1-1/+54
2019-01-10drm/edid: Add display_info.rgb_quant_range_selectableVille Syrjälä9-68/+43
2019-01-10drm/radeon: Use drm_hdmi_avi_infoframe_quant_range()Ville Syrjälä1-8/+5
2019-01-10drm/i915: Use drm_hdmi_avi_infoframe_quant_range() for SDVO HDMI as wellVille Syrjälä1-9/+10
2019-01-10drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä27-66/+91
2019-01-10drm/crtc-helpers: WARN when used with atomic driversDaniel Vetter1-4/+14
2019-01-09drm: remove drmP.h from drm_gem_cma_helper.hSam Ravnborg1-1/+4
2019-01-09drm/tinydrm: do not reply on drmP.h from drm_gem_cma_helper.hSam Ravnborg10-0/+17
2019-01-09drm/arc: do not rely on drmP.h from drm_gem_cma_helper.hSam Ravnborg2-0/+8
2019-01-09drm: remove include of drmP.h from drm_encoder_slave.hSam Ravnborg1-1/+0
2019-01-09drm: remove include of drmP.h from bridge/dw_hdmi.hSam Ravnborg3-2/+9
2019-01-09drm/gem: Mark pinned pages as unevictableKuo-Hsin Yang1-3/+33
2019-01-09drm: make drm_framebuffer.h self containedSam Ravnborg1-3/+7
2019-01-09drm: move DRM_SWITCH_POWER defines to drm_device.hSam Ravnborg2-6/+28
2019-01-09drm: drm_device.h: update comments to kernel-doc styleSam Ravnborg1-65/+134
2019-01-09drm: i915: Cleanup drm_display_mode print strShayenne Moura1-8/+1
2019-01-09drm: sti: Cleanup drm_display_mode print strShayenne Moura1-12/+4
2019-01-09drm: meson: Cleanup on drm_display_mode print strShayenne Moura1-9/+3
2019-01-09drm: omapdrm: Cleanup drm_display_mode print strShayenne Moura2-13/+4
2019-01-10drm/msm: fix build warning for 64-bit seqnoDave Airlie1-1/+1
2019-01-09qxl: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+2
2019-01-09drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia6-122/+83
2019-01-08drm/fb-helper: fix leaks in error path of drm_fb_helper_fbdev_setupPeter Wu1-1/+1
2019-01-08drm/fb-helper: generic: Fix setup error pathNoralf Trønnes1-40/+58
2019-01-08drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann4-12/+5
2019-01-08drm/virtio: fix pageflip flushGerd Hoffmann1-5/+6
2019-01-08drm/virtio: log error responsesGerd Hoffmann1-2/+10
2019-01-08drm/virtio: Add missing virtqueue resetEzequiel Garcia1-0/+1