Re: [PATCH 1/2] drm/amdgpu/virtual_dce: No need to pin the fb's bo

2019-01-02 Thread Christian König
Am 27.12.18 um 15:30 schrieb Michel Dänzer: On 2018-12-24 7:08 a.m., Emily Deng wrote: For virtual display, no need to pin the fb's bo. Signed-off-by: Emily Deng [...] diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c index

Re: [PATCH 1/2] drm/amdgpu/virtual_dce: No need to pin the fb's bo

2018-12-27 Thread Michel Dänzer
On 2018-12-24 7:08 a.m., Emily Deng wrote: > For virtual display, no need to pin the fb's bo. > > Signed-off-by: Emily Deng > > [...] > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c > index ea89c54..4e94473 100644 > ---

[PATCH 1/2] drm/amdgpu/virtual_dce: No need to pin the fb's bo

2018-12-23 Thread Emily Deng
For virtual display, no need to pin the fb's bo. Signed-off-by: Emily Deng --- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 20 drivers/gpu/drm/amd/amdgpu/dce_virtual.c| 17 +++-- 2 files changed, 15 insertions(+), 22 deletions(-) diff --git