summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Merge tag 'topic/mst-suspend-resume-reprobe-2019-10-29-2' of git://anongit.fr...Dave Airlie10-379/+988
2019-10-30Merge tag 'exynos-drm-next-for-v5.5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie1-2/+2
2019-10-30Merge tag 'drm-misc-next-2019-10-24-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie118-1742/+1624
2019-10-30Merge tag 'drm-next-5.5-2019-10-25' of git://people.freedesktop.org/~agd5f/li...Dave Airlie163-1034/+5791
2019-10-28drm/exynos: Move static keyword to the front of declarationKrzysztof Wilczynski1-2/+2
2019-10-25drm/amdgpu/powerplay: use local renoir array sizes for clock fetchingAlex Deucher1-4/+4
2019-10-25drm/amdgpu: call amdgpu_vm_prt_fini before deleting the root PDPelloux-prayer, Pierre-eric1-9/+10
2019-10-25drm/amdgpu/vi: silence an uninitialized variable warningDan Carpenter1-0/+1
2019-10-25drm/amdgpu/vce: make some functions staticAlex Deucher2-10/+10
2019-10-25drm/amdgpu/vce: fix allocation size in enc ring testAlex Deucher2-5/+16
2019-10-25drm/amdgpu/psp: declare PSP TA firmwarechen gong1-0/+3
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie248-4153/+11402
2019-10-24drm/dp_mst: Add topology ref history tracking for debuggingLyude Paul2-8/+240
2019-10-24drm/dp_mst: Add basic topology reprobing when resumingLyude Paul4-39/+154
2019-10-24drm/amdgpu/dm: Resume short HPD IRQs before resuming MST topologyLyude Paul1-3/+3
2019-10-24drm/amdgpu: Iterate through DRM connectors correctlyLyude Paul11-73/+195
2019-10-24drm/nouveau: Resume hotplug interrupts earlierLyude Paul1-8/+11
2019-10-24drm/nouveau: Don't grab runtime PM refs for HPD IRQsLyude Paul1-16/+17
2019-10-24drm/dp_mst: Lessen indenting in drm_dp_mst_topology_mgr_resume()Lyude Paul1-30/+29
2019-10-24drm/dp_mst: Don't forget to update port->input in drm_dp_mst_handle_conn_stat()Lyude Paul1-14/+36
2019-10-24drm/dp_mst: Protect drm_dp_mst_port members with lockingLyude Paul5-128/+214
2019-10-24drm/dp_mst: Add probe_lockLyude Paul1-10/+18
2019-10-24drm/dp_mst: Handle UP requests asynchronouslyLyude Paul1-40/+106
2019-10-24drm/dp_mst: Refactor pdt setup/teardown, add more lockingLyude Paul1-75/+106
2019-10-24drm/dp_mst: Remove PDT teardown in drm_dp_destroy_port() and refactorLyude Paul1-24/+16
2019-10-24drm/dp_mst: Destroy MSTBs asynchronouslyLyude Paul1-55/+109
2019-10-23drm/tegra: Move drm_dp_link helpers to Tegra DRMThierry Reding6-128/+162
2019-10-23drm/rockchip: Avoid drm_dp_link helpersThierry Reding3-17/+17
2019-10-23drm/msm: edp: Avoid drm_dp_link helpersThierry Reding1-21/+49
2019-10-23drm/bridge: tc358767: Use DP nomenclatureThierry Reding1-1/+1
2019-10-23drm/bridge: tc358767: Avoid drm_dp_link helpersThierry Reding1-22/+41
2019-10-23drm/bridge: analogix-anx78xx: Avoid drm_dp_link helpersThierry Reding1-17/+39
2019-10-23drm/dp: Add helper to get post-cursor adjustmentsThierry Reding1-0/+10
2019-10-23drm/dp: Do not busy-loop during link trainingThierry Reding1-12/+18
2019-10-23drm/dp: Remove a gratuituous blank lineThierry Reding1-1/+0
2019-10-23Merge drm/drm-next into drm-misc-nextSean Paul299-11155/+19955
2019-10-23Revert "drm/omap: add OMAP_BO flags to affect buffer allocation"Sean Paul1-52/+2
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter20-90/+119
2019-10-23drm/doc: Drop misleading comment on drm_mode_config_cleanupDaniel Vetter1-2/+0
2019-10-22drm/vc4: Use drm_hdmi_avi_infoframe_bars()Ville Syrjälä1-4/+1
2019-10-22drm/edid: Add drm_hdmi_avi_infoframe_bars()Ville Syrjälä1-0/+17
2019-10-22drm/mipi_dbi: Use simple right shift instead of double negationAndy Shevchenko1-1/+1
2019-10-22drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...Gerd Hoffmann3-14/+14
2019-10-22drm/virtio: print a single line with device featuresGerd Hoffmann1-5/+4
2019-10-22drm/qxl: allocate small objects top-downGerd Hoffmann1-1/+6
2019-10-22drm/qxl: use DEFINE_DRM_GEM_FOPS()Gerd Hoffmann1-9/+1
2019-10-22drm/qxl: drop verify_accessGerd Hoffmann1-9/+0
2019-10-22drm/qxl: switch qxl to &drm_gem_object_funcs.mmapGerd Hoffmann4-18/+2
2019-10-22drm/qxl: drop qxl_ttm_faultGerd Hoffmann1-26/+1
2019-10-22drm: remove unnecessary return variableWambui Karuga1-3/+2