Hi Dave, Some additional fixes for 4.4: - Warning fix - More fence cleanup - oops fix - Fiji fixes
The following changes since commit 6ef68c17d40e1e7e291ca513627a0d2a13ae095f: drm/amdgpu: remove amdgpu_fence_ref/unref (2015-10-30 01:58:22 -0400) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-next-4.4 for you to fetch changes up to a95e264254dca5b6bfb331d5902930d0787bd7e1: drm/amdgpu: group together common fence implementation (2015-11-04 12:29:23 -0500) ---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu: don't VT switch on suspend Christian König (5): drm/amdgpu: fix stoping the scheduler timeout drm/amdgpu: fix fence fallback check drm/amdgpu: remove now unused fence functions drm/amdgpu: remove AMDGPU_FENCE_OWNER_MOVE drm/amdgpu: group together common fence implementation Dan Carpenter (1): drm/amdgpu: cleanup on error in amdgpu_cs_ioctl() Dave Airlie (2): drm/amdgpu: don't oops on failure to load (v2) drm/amd/scheduler: don't oops on failure to load Flora Cui (3): drm/amdgpu: extract common code in vi_common_early_init drm/amdgpu: update Fiji's rev id drm/amdgpu: update Fiji's Golden setting Harry Wentland (1): drm/amdgpu: Make amdgpu_mn functions inline drivers/gpu/drm/amd/amdgpu/amdgpu.h | 44 +----- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 3 + drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 206 ++++++++++++++------------ drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 22 ++- drivers/gpu/drm/amd/amdgpu/vi.c | 14 +- drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 5 +- 10 files changed, 149 insertions(+), 158 deletions(-)