Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drm
Pull more drm fixes from Dave Airlie: "As expected, more fixes did turn up in the latter part of the week. The drm_local_map build regression fix is here, along with temporary disabling of the hugepage work due to some amdgpu related crashes. Otherwise it's just a bunch of i915, and amdgpu fixes. legacy: - fix drm_local_map.offset type ttm: - temporarily disable hugepages to debug amdgpu problems. prime: - fix sg extraction amdgpu: - Various Renoir fixes - Fix gfx clockgating sequence on gfx10 - RAS fixes - Avoid MST property creation after registration - Various cursor/viewport fixes - Fix a confusing log message about optional firmwares i915: - Flush all the reloc_gpu batch (Chris) - Ignore readonly failures when updating relocs (Chris) - Fill all the unused space in the GGTT (Chris) - Return the right vswing table (Jose) - Don't enable DDI IO power on a TypeC port in TBT mode for ICL+ (Imre) analogix_dp: - probe fix virtio: - oob fix in object create" * tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drm: (34 commits) drm/ttm: Temporarily disable the huge_fault() callback drm/bridge: analogix_dp: Split bind() into probe() and real bind() drm/legacy: Fix type for drm_local_map.offset drm/amdgpu/display: fix warning when compiling without debugfs drm/amdgpu: unify fw_write_wait for new gfx9 asics drm/amd/powerplay: error out on forcing clock setting not supported drm/amdgpu: fix gfx hang during suspend with video playback (v2) drm/amd/display: Check for null fclk voltage when parsing clock table drm/amd/display: Acknowledge wm_optimized_required drm/amd/display: Make cursor source translation adjustment optional drm/amd/display: Calculate scaling ratios on every medium/full update drm/amd/display: Program viewport when source pos changes for DCN20 hw seq drm/amd/display: Fix incorrect cursor pos on scaled primary plane drm/amd/display: change default pipe_split policy for DCN1 drm/amd/display: Translate cursor position by source rect drm/amd/display: Update stream adjust in dc_stream_adjust_vmin_vmax drm/amd/display: Avoid create MST prop after registration drm/amdgpu/psp: dont warn on missing optional TA's drm/amdgpu: update RAS related dmesg print drm/amdgpu: resolve mGPU RAS query instability ...
No related branches found
No related tags found
Showing
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 3 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_device.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 2 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 3 additions, 3 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 15 additions, 5 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 16 additions, 9 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 2 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
- drivers/gpu/drm/amd/amdgpu/gfx_v9_4.c 4 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v9_4.c
- drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c 8 additions, 5 deletionsdrivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 7 additions, 10 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c 8 additions, 0 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
- drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c 1 addition, 1 deletiondrivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c
- drivers/gpu/drm/amd/display/dc/core/dc.c 17 additions, 3 deletionsdrivers/gpu/drm/amd/display/dc/core/dc.c
- drivers/gpu/drm/amd/display/dc/dc_hw_types.h 2 additions, 0 deletionsdrivers/gpu/drm/amd/display/dc/dc_hw_types.h
- drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 17 additions, 0 deletionsdrivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 39 additions, 1 deletiondrivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 1 addition, 1 deletiondrivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
- drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c
- drivers/gpu/drm/amd/display/include/dal_asic_id.h 4 additions, 2 deletionsdrivers/gpu/drm/amd/display/include/dal_asic_id.h
- drivers/gpu/drm/amd/powerplay/amd_powerplay.c 2 additions, 1 deletiondrivers/gpu/drm/amd/powerplay/amd_powerplay.c
- drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 46 additions, 1 deletiondrivers/gpu/drm/amd/powerplay/arcturus_ppt.c
Loading
Please register or sign in to comment