Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Pull drm amd fixes from Dave Airlie: "Been pretty quiet. This is an amdgpu fixes pull from AMD, a bunch of powerplay stability fixes, race fix, hibernate fix, and a possible circular locking fix" * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux: (21 commits) drm/amdgpu: fix issue with overlapping userptrs drm/radeon: hold reference to fences in radeon_sa_bo_new drm/amdgpu: remove unnecessary forward declaration drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2) drm/amdgpu: fix s4 resume drm/amdgpu/cz: plumb pg flags through to powerplay drm/amdgpu/tonga: plumb pg flags through to powerplay drma/dmgpu: move cg and pg flags into shared headers drm/amdgpu: remove unused cg defines drm/amdgpu: add a cgs interface to fetch cg and pg flags drm/amd/powerplay/tonga: disable vce pg drm/amd/powerplay/tonga: disable uvd pg drm/amd/powerplay/cz: disable vce pg drm/amd/powerplay/cz: disable uvd pg drm/amdgpu: be consistent with uvd cg flags drm/amdgpu: clean up vce pg flags for cz/st drm/amdgpu: handle vce pg flags properly drm/amdgpu: handle uvd pg flags properly drm/amdgpu/dpm/ci: switch over to the common pcie caps interface drm/amdgpu/cik: don't mess with aspm if gpu is root bus ...
Showing
- drivers/gpu/drm/amd/amdgpu/amdgpu.h 4 additions, 43 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu.h
- drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 6 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 91 additions, 69 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_device.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 8 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c 2 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_mn.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c 4 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_sa.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 19 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
- drivers/gpu/drm/amd/amdgpu/ci_dpm.c 5 additions, 6 deletionsdrivers/gpu/drm/amd/amdgpu/ci_dpm.c
- drivers/gpu/drm/amd/amdgpu/cik.c 80 additions, 77 deletionsdrivers/gpu/drm/amd/amdgpu/cik.c
- drivers/gpu/drm/amd/amdgpu/cik_sdma.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/cik_sdma.c
- drivers/gpu/drm/amd/amdgpu/cz_dpm.c 3 additions, 3 deletionsdrivers/gpu/drm/amd/amdgpu/cz_dpm.c
- drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 35 additions, 35 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
- drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 5 additions, 5 deletionsdrivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
- drivers/gpu/drm/amd/amdgpu/kv_dpm.c 4 additions, 4 deletionsdrivers/gpu/drm/amd/amdgpu/kv_dpm.c
- drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c 8 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/uvd_v4_2.c
- drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c 8 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/uvd_v5_0.c
- drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c 5 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
- drivers/gpu/drm/amd/amdgpu/vce_v2_0.c 4 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/vce_v2_0.c
- drivers/gpu/drm/amd/amdgpu/vce_v3_0.c 5 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/vce_v3_0.c
- drivers/gpu/drm/amd/amdgpu/vi.c 1 addition, 2 deletionsdrivers/gpu/drm/amd/amdgpu/vi.c
Loading
Please register or sign in to comment