[pull] amdgpu drm-next-4.3
Alex Deucher
alexdeucher at gmail.com
Fri Sep 4 14:17:03 PDT 2015
Hi Dave,
A few more fixes for amdgpu from the last few days:
- Fix several copy paste typos
- Resume from suspend fixes for VCE
- Fix the GPU scheduler warning in kfifo_out
- Re-enable GPUVM fault interrupts which were inadvertently disabled
- GPUVM page table hang fix when paging
The following changes since commit bddf8026386927985ef6d0d11c3ba78f70b76bad:
drm/amdgpu: set MEC doorbell range for Fiji (2015-09-02 12:35:52 -0400)
are available in the git repository at:
git://people.freedesktop.org/~agd5f/linux drm-next-4.3
for you to fetch changes up to 35c7a9526af75040fac744babd0fafe18b8fe0a1:
drm/amdgpu: rename gmc_v8_0_init_compute_vmid (2015-09-04 16:36:28 -0400)
----------------------------------------------------------------
Alex Deucher (8):
drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)
drm/amdgpu: use top down allocation for non-CPU accessible vram
drm/amdgpu: fix typo in dce10 watermark setup
drm/amdgpu: fix typo in dce11 watermark setup
drm/amdgpu/cz: fix cz_dpm_update_low_memory_pstate logic
drm/amdgpu: fix warning in scheduler
drm/amdgpu: fix vce3 instance handling
drm/amdgpu: rename gmc_v8_0_init_compute_vmid
Christian König (2):
drm/amdgpu: fix buffer placement under memory pressure
drm/amdgpu: properly enable VM fault interrupts
Leo Liu (1):
drm/amdgpu: remove ib test for the second VCE Ring
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 4 +--
drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 12 +++++--
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 8 ++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 7 ++--
drivers/gpu/drm/amd/amdgpu/cz_dpm.c | 4 +--
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 8 +++--
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 12 +++++--
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 6 ++--
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 16 +++++----
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 17 +++++-----
drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 ++-
drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 8 +++--
drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 48 +++++++++++++++++++++++----
drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 5 +--
22 files changed, 127 insertions(+), 52 deletions(-)
More information about the dri-devel
mailing list