Hi Dave,
Radeon and amdgpu fixes for 4.4. A bit more the usual since I missed last week. Misc fixes all over the place. The big changes are the tiling configuration fixes for Fiji.
The following changes since commit 5bad7d29a7bcffb2dbc28ea2728eeb3af13784f2:
Revert "drm/rockchip: Convert the probe function to the generic drm_of_component_probe()" (2015-11-13 09:59:46 +1000)
are available in the git repository at:
git://people.freedesktop.org/~agd5f/linux drm-fixes-4.4
for you to fetch changes up to 49b02b180a541d6fb31031aaffe75496e9238942:
drm/amdgpu: reserve/unreserve objects out of map/unmap operations (2015-11-18 11:41:20 -0500)
---------------------------------------------------------------- Alex Deucher (1): drm/radeon: unconditionally set sysfs_initialized
Arnd Bergmann (1): drm/amdgpu: fix seq_printf format string
Christian König (16): drm/amdgpu: remove fence trace points drm/amdgpu: use a timer for fence fallback drm/amdgpu: use fence_is_later() for vm_flush as well v2 drm/amdgpu: use common fence for amdgpu_vm_fence drm/amdgpu: fix leaking the IBs on error drm/amdgpu: cleanup amdgpu_cs_parser handling drm/amdgpu: cleanup scheduler fence get/put dance drm/amdgpu: fix incorrect mutex usage v3 drm/amdgpu: fix handling order in scheduler CS drm/amdgpu: wait interruptible when semaphores are disabled v2 drm/amdgpu: fix typo in firmware name drm/amdgpu: cleanup scheduler command submission drm/amdgpu: remove unused VM manager field drm/amdgpu: cleanup VM coding style drm/amdgpu: move VM manager clean into the VM code again drm/amdgpu: keep the owner for VMIDs
Chunming Zhou (7): drm/amdgpu: add kmem cache for amdgpu fence drm/amd: add kmem cache for sched fence drm/amdgpu: add command submission workflow tracepoint drm/amdgpu: update pd while updating vm as well drm/amdgpu: add lock for interval tree in vm drm/amdgpu: move bo_reserve out of amdgpu_vm_clear_bo drm/amdgpu: reserve/unreserve objects out of map/unmap operations
Flora Cui (3): drm/amdgpu: update Fiji's mmPA_SC_RASTER_CONFIG value drm/amdgpu: update fiji_mgcg_cgcg_init table drm/amdgpu: update Fiji's tiling mode table
Jay Cornwall (1): drm/amdgpu: Fix default page access routing
Junwei Zhang (1): drm/amdgpu: remove the unnecessary parameter adev for amdgpu_sa_bo_new()
Maxim Sheviakov (1): drm/radeon: fix quirk for MSI R7 370 Armor 2X
Michel Dänzer (3): drm/radeon: Disable uncacheable CPU mappings of GTT with RV6xx drm/radeon: Always disable RADEON_GEM_GTT_UC along with RADEON_GEM_GTT_WC drm/radeon: Only prompt for enabling PAT when we'd allow write-combining
Rex Zhu (1): drm/amdgpu: fix bug that can't enter thermal interrupt for bonaire.
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 120 +++++----- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 177 ++++++-------- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 101 ++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 24 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 7 +- drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c | 30 +-- drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c | 10 +- drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h | 94 ++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 138 ++++++----- drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 8 +- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 302 +++++++++++++++++++++++- drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 11 +- drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 9 +- drivers/gpu/drm/amd/scheduler/gpu_sched_trace.h | 24 +- drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 24 +- drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 6 +- drivers/gpu/drm/amd/scheduler/sched_fence.c | 10 +- drivers/gpu/drm/radeon/radeon_object.c | 15 +- drivers/gpu/drm/radeon/radeon_pm.c | 3 +- drivers/gpu/drm/radeon/si_dpm.c | 2 +- 24 files changed, 729 insertions(+), 401 deletions(-)
dri-devel@lists.freedesktop.org