]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'drm-next-4.3' of git://people.freedesktop.org/~agd5f/linux into drm...
authorDave Airlie <airlied@gmail.com>
Fri, 4 Sep 2015 21:46:09 +0000 (07:46 +1000)
committerDave Airlie <airlied@gmail.com>
Fri, 4 Sep 2015 21:46:09 +0000 (07:46 +1000)
commit02d2005b0e83a3d48c878ede97dc2baa4d60f51f
tree3499903ffa867506f32eb36a5d46aa747c729f94
parenteb52141fe387e5c1b921e6a449e165d24979000d
parentceb62b4f0d7a1a80cd08bd67bf31e1edc65440bb
Merge branch 'drm-next-4.3' of git://people.freedesktop.org/~agd5f/linux into drm-next

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

* 'drm-next-4.3' of git://people.freedesktop.org/~agd5f/linux:
  drm/amdgpu: rename gmc_v8_0_init_compute_vmid
  drm/amdgpu: fix vce3 instance handling
  drm/amdgpu: remove ib test for the second VCE Ring
  drm/amdgpu: properly enable VM fault interrupts
  drm/amdgpu: fix warning in scheduler
  drm/amdgpu: fix buffer placement under memory pressure
  drm/amdgpu/cz: fix cz_dpm_update_low_memory_pstate logic
  drm/amdgpu: fix typo in dce11 watermark setup
  drm/amdgpu: fix typo in dce10 watermark setup
  drm/amdgpu: use top down allocation for non-CPU accessible vram
  drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)