[PATCH 2/2] drm/amdgpu: remove detect_hw_virtualization interface

2017-01-07 Thread Xiangliang Yu
Don't use the interface anymore, remove it. Signed-off-by: Xiangliang Yu --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 -- drivers/gpu/drm/amd/amdgpu/cik.c| 7 --- drivers/gpu/drm/amd/amdgpu/si.c | 7 --- 3 files changed, 16 deletions(-) diff --git

Re: Is there any public git repo with DAL?

2017-01-07 Thread Yurii Kolesnykov
I have tried to search fo public DAL code git repo but found only mailing lists and kernel.org's patchwork. It maybe useful to people to have git repo which they can clone, build and test this ongoing work. It's very hard fo those unfimilar with linux git develpment and mailing list to apply

Re: [PATCH] drm/amdgpu/virt: rename fieldes of virtualization structure

2017-01-07 Thread Alex Deucher
On Sat, Jan 7, 2017 at 4:49 AM, Xiangliang Yu wrote: > Use acronym to rename fields to make easy to spell out. > > Signed-off-by: Xiangliang Yu Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu.h

Re: [PATCH xf86-video-amdgpu] Pass pitch from drmmode_crtc_scanout_allocate to drmmode_create_bo_pixmap

2017-01-07 Thread Alex Deucher
On Sat, Jan 7, 2017 at 1:36 AM, Michel Dänzer wrote: > From: Michel Dänzer > > Mostly to align with radeon commit > ea30d856ba5e7274c8ea499293b8b0e721b8e082, but also gets rid of a > gbm_bo_get_stride call. > > Signed-off-by: Michel Dänzer

[PATCH] drm/amdgpu/virt: rename fieldes of virtualization structure

2017-01-07 Thread Xiangliang Yu
Use acronym to rename fields to make easy to spell out. Signed-off-by: Xiangliang Yu --- drivers/gpu/drm/amd/amdgpu/amdgpu.h| 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | 14 +++---