Re: [PATCH 1/3] drm/amdgpu/display: set gpu vm flag for all asics which support it

2020-01-09 Thread Alex Deucher
On Thu, Jan 9, 2020 at 12:36 AM Huang Rui wrote: > > On Wed, Jan 08, 2020 at 05:49:08PM -0500, Alex Deucher wrote: > > It won't get used unless the driver allows the gtt domain for > > display buffers which is controlled elsewhere. > > > > Signed-off-by: Alex Deucher > > Series are Acked-by:

Re: [PATCH 1/3] drm/amdgpu/display: set gpu vm flag for all asics which support it

2020-01-09 Thread Christian König
Am 08.01.20 um 23:49 schrieb Alex Deucher: It won't get used unless the driver allows the gtt domain for display buffers which is controlled elsewhere. Signed-off-by: Alex Deucher Acked-by: Christian König --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 14 -- 1

Re: [PATCH 1/3] drm/amdgpu/display: set gpu vm flag for all asics which support it

2020-01-08 Thread Huang Rui
On Wed, Jan 08, 2020 at 05:49:08PM -0500, Alex Deucher wrote: > It won't get used unless the driver allows the gtt domain for > display buffers which is controlled elsewhere. > > Signed-off-by: Alex Deucher Series are Acked-by: Huang Rui Any suggestion for testing, I would like to give a try

[PATCH 1/3] drm/amdgpu/display: set gpu vm flag for all asics which support it

2020-01-08 Thread Alex Deucher
It won't get used unless the driver allows the gtt domain for display buffers which is controlled elsewhere. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git