Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux into drm-next
A few more fixes for 4.16, nothing major. A few more fixes for 4.16. This is on top of the pull request from last week. Most notable change here is a fix to the link order for the now separate from amdgpu GPU scheduler to fix crashes when the modules are build into the kernel rather than as modules. * 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux: drm: fix gpu scheduler link order drm/amd/display: Demote error print to debug print when ATOM impl missing drm/amdgpu: Avoid leaking PM domain on driver unbind (v2) drm/amd/amdgpu: Add Polaris version check drm/amdgpu: Reenable manual GPU reset from sysfs drm/amdgpu: disable MMHUB power gating on raven drm/ttm: Don't unreserve swapped BOs that were previously reserved drm/ttm: Don't add swapped BOs to swap-LRU list drm/amdgpu: only check for ECC on Vega10 drm/amd/powerplay: Fix smu_table_entry.handle type drm/ttm: add VADDR_FLAG_UPDATED_COUNT to correctly update dma_page global count drm/radeon: fill in rb backend map on evergreen/ni. drm/amdgpu/gfx9: fix ngg enablement to clear gds reserved memory (v2) drm/ttm: only free pages rather than update global memory count together drm/amdgpu: fix CPU based VM updates drm/amdgpu: fix typo in amdgpu_vce_validate_bo drm/amdgpu: fix amdgpu_vm_pasid_fault_credit drm/ttm: check the return value of register_shrinker drm/radeon: fix sparse warning: Should it be static?
No related branches found
No related tags found
Showing
- drivers/gpu/drm/Makefile 1 addition, 1 deletiondrivers/gpu/drm/Makefile
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 1 addition, 3 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_device.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 16 additions, 8 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 5 additions, 4 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 10 additions, 8 deletionsdrivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
- drivers/gpu/drm/amd/amdgpu/soc15.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/soc15.c
- drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c 15 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
- drivers/gpu/drm/amd/display/dc/bios/command_table.c 11 additions, 11 deletionsdrivers/gpu/drm/amd/display/dc/bios/command_table.c
- drivers/gpu/drm/amd/display/dc/bios/command_table2.c 8 additions, 8 deletionsdrivers/gpu/drm/amd/display/dc/bios/command_table2.c
- drivers/gpu/drm/amd/powerplay/smumgr/rv_smumgr.h 1 addition, 1 deletiondrivers/gpu/drm/amd/powerplay/smumgr/rv_smumgr.h
- drivers/gpu/drm/radeon/evergreen.c 1 addition, 0 deletionsdrivers/gpu/drm/radeon/evergreen.c
- drivers/gpu/drm/radeon/ni.c 1 addition, 0 deletionsdrivers/gpu/drm/radeon/ni.c
- drivers/gpu/drm/radeon/radeon_dp_mst.c 1 addition, 1 deletiondrivers/gpu/drm/radeon/radeon_dp_mst.c
- drivers/gpu/drm/ttm/ttm_bo.c 4 additions, 3 deletionsdrivers/gpu/drm/ttm/ttm_bo.c
- drivers/gpu/drm/ttm/ttm_page_alloc.c 16 additions, 11 deletionsdrivers/gpu/drm/ttm/ttm_page_alloc.c
- drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 43 additions, 36 deletionsdrivers/gpu/drm/ttm/ttm_page_alloc_dma.c
Loading
Please register or sign in to comment