Hi Dave,
A few more fixes for 4.15.
The following changes since commit bf6eb600e5b835a96d676b2b9df603362a1e714c:
Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-next (2017-11-03 09:17:08 +1000)
are available in the git repository at:
git://people.freedesktop.org/~agd5f/linux drm-next-4.15
for you to fetch changes up to 767601d100a53e653233aebca7c262ce0addfa99:
drm/ttm: Downgrade pr_err to pr_debug for memory allocation failures (2017-11-04 09:48:28 -0400)
---------------------------------------------------------------- Akshu Agrawal (1): drm/amd/amdgpu: Enabling ACP clock in hw_init (v2)
Arnd Bergmann (1): drm/amdgpu/virt: don't dereference undefined 'module' struct
Michel Dänzer (2): drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_list drm/ttm: Downgrade pr_err to pr_debug for memory allocation failures
drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c | 159 ++++++++++++++++++++++++------- drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 2 + drivers/gpu/drm/ttm/ttm_bo.c | 16 +--- drivers/gpu/drm/ttm/ttm_page_alloc.c | 13 ++- drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 12 +-- 5 files changed, 142 insertions(+), 60 deletions(-)
dri-devel@lists.freedesktop.org