Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "Fixes built up over the past 1.5 weeks or so, it's two weeks of amdgpu, some core cleanups and some panfrost fixes. I also finally figured out why my desktop was slow to do a bunch of stuff (someone gave it an IPv6 address which can't reach anything!). core: - Some cleanups and fixes in the self-refresh helpers - Some cleanups and fixes in the atomic helpers amdgpu: - Fix a 64 bit divide - Prevent a memory leak in a failure case in dc - Load proper gfx firmware on navi14 variants - Add more navi12 and navi14 PCI ids - Misc fixes for renoir - Fix bandwidth issues with multiple displays on vega20 - Support for Dali - Fix a possible oops with KFD on hawaii - Fix for backlight level after resume on some APUs - Other misc fixes panfrost: - Multiple panfrost fixes for regulator support and page fault handling" * tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drm: (34 commits) drm/amd/display: prevent memory leak drm/amdgpu/gfx10: add support for wks firmware loading drm/amdgpu/display: include slab.h in dcn21_resource.c drm/amdgpu/display: fix 64 bit divide drm/panfrost: Prevent race when handling page fault drm/panfrost: Remove NULL checks for regulator drm/panfrost: Fix regulator_get_optional() misuse drm: Measure Self Refresh Entry/Exit times to avoid thrashing drm: Fix kerneldoc and remove unused struct member in self_refresh helper drm/atomic: Rename crtc_state->pageflip_flags to async_flip drm/atomic: Reject FLIP_ASYNC unconditionally drm/atomic: Take the atomic toys away from X drm/amdgpu: flag navi12 and 14 as experimental for 5.4 drm/kms: Duct-tape for mode object lifetime checks drm/amdgpu: add navi12 pci id drm/amdgpu: add navi14 PCI ID for work station SKU drm/amdkfd: Swap trap temporary registers in gfx10 trap handler drm/amd/powerplay: implement sysfs for getting dpm clock drm/amd/display: Restore backlight brightness after system resume drm/amd/display: Implement voltage limitation for dali ...
No related branches found
No related tags found
Showing
- drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 6 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 2 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 3 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 16 additions, 6 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 0 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 6 additions, 4 deletionsdrivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
- drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.c 9 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.c
- drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h 3 additions, 3 deletionsdrivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h
- drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx10.asm 5 additions, 5 deletionsdrivers/gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx10.asm
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 5 additions, 3 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
- drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c 4 additions, 0 deletionsdrivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c
- drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c 23 additions, 4 deletions...rs/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c
- drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c
- drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c
- drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c
- drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c 11 additions, 6 deletionsdrivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c
- drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c 9 additions, 3 deletionsdrivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c
- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
- drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c 2 additions, 0 deletionsdrivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c
Loading
Please register or sign in to comment