[PATCH 1/9] drm/ttm: initialize the system domain with defaults v2

2020-07-30 Thread Christian König
Instead of repeating that in each driver. v2: keep the caching limitation for VMWGFX for now. Signed-off-by: Christian König Reviewed-by: Daniel Vetter Reviewed-by: Alex Deucher Reviewed-by: Thomas Zimmermann --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 3 ---

Re: [PATCH 1/9] drm/ttm: initialize the system domain with defaults

2020-07-29 Thread Christian König
Am 29.07.20 um 08:23 schrieb Dave Airlie: On Wed, 29 Jul 2020 at 16:21, Dave Airlie wrote: On Fri, 24 Jul 2020 at 16:43, Thomas Zimmermann wrote: Am 23.07.20 um 17:17 schrieb Christian König: Instead of repeating that in each driver. Signed-off-by: Christian König Reviewed-by: Thomas

Re: [PATCH 1/9] drm/ttm: initialize the system domain with defaults

2020-07-29 Thread Dave Airlie
On Wed, 29 Jul 2020 at 16:21, Dave Airlie wrote: > > On Fri, 24 Jul 2020 at 16:43, Thomas Zimmermann wrote: > > > > > > > > Am 23.07.20 um 17:17 schrieb Christian König: > > > Instead of repeating that in each driver. > > > > > > Signed-off-by: Christian König > > > > Reviewed-by: Thomas

Re: [PATCH 1/9] drm/ttm: initialize the system domain with defaults

2020-07-29 Thread Dave Airlie
On Fri, 24 Jul 2020 at 16:43, Thomas Zimmermann wrote: > > > > Am 23.07.20 um 17:17 schrieb Christian König: > > Instead of repeating that in each driver. > > > > Signed-off-by: Christian König > > Reviewed-by: Thomas Zimmermann I'm not sure what happened but the patchwork copies of this

Re: [PATCH 1/9] drm/ttm: initialize the system domain with defaults

2020-07-27 Thread Hellstrom, Thomas
On Mon, 2020-07-27 at 14:23 +0200, Christian König wrote: > Am 27.07.20 um 12:50 schrieb Hellstrom, Thomas: > > On Mon, 2020-07-27 at 12:39 +0200, Christian König wrote: > > > Am 27.07.20 um 11:42 schrieb dan...@ffwll.ch: > > > > On Thu, Jul 23, 2020 at 05:16:13PM +0200, Christian König > > > >

Re: [PATCH 1/9] drm/ttm: initialize the system domain with defaults

2020-07-27 Thread Christian König
Am 27.07.20 um 12:50 schrieb Hellstrom, Thomas: On Mon, 2020-07-27 at 12:39 +0200, Christian König wrote: Am 27.07.20 um 11:42 schrieb dan...@ffwll.ch: On Thu, Jul 23, 2020 at 05:16:13PM +0200, Christian König wrote: Instead of repeating that in each driver. Signed-off-by: Christian König

Re: [PATCH 1/9] drm/ttm: initialize the system domain with defaults

2020-07-27 Thread Hellstrom, Thomas
On Mon, 2020-07-27 at 12:39 +0200, Christian König wrote: > Am 27.07.20 um 11:42 schrieb dan...@ffwll.ch: > > On Thu, Jul 23, 2020 at 05:16:13PM +0200, Christian König wrote: > > > Instead of repeating that in each driver. > > > > > > Signed-off-by: Christian König > > > --- > > >

Re: [PATCH 1/9] drm/ttm: initialize the system domain with defaults

2020-07-27 Thread Christian König
Am 27.07.20 um 11:42 schrieb dan...@ffwll.ch: On Thu, Jul 23, 2020 at 05:16:13PM +0200, Christian König wrote: Instead of repeating that in each driver. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 3 --- drivers/gpu/drm/drm_gem_vram_helper.c | 3 ---

Re: [PATCH 1/9] drm/ttm: initialize the system domain with defaults

2020-07-27 Thread daniel
On Thu, Jul 23, 2020 at 05:16:13PM +0200, Christian König wrote: > Instead of repeating that in each driver. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 3 --- > drivers/gpu/drm/drm_gem_vram_helper.c | 3 --- >

Re: [PATCH 1/9] drm/ttm: initialize the system domain with defaults

2020-07-24 Thread Thomas Zimmermann
Am 23.07.20 um 17:17 schrieb Christian König: > Instead of repeating that in each driver. > > Signed-off-by: Christian König Reviewed-by: Thomas Zimmermann > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 3 --- > drivers/gpu/drm/drm_gem_vram_helper.c | 3 --- >

[PATCH 1/9] drm/ttm: initialize the system domain with defaults

2020-07-23 Thread Christian König
Instead of repeating that in each driver. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 3 --- drivers/gpu/drm/drm_gem_vram_helper.c | 3 --- drivers/gpu/drm/nouveau/nouveau_bo.c | 3 --- drivers/gpu/drm/qxl/qxl_ttm.c | 3 ---

[PATCH 1/9] drm/ttm: initialize the system domain with defaults

2020-07-23 Thread Christian König
Instead of repeating that in each driver. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 3 --- drivers/gpu/drm/drm_gem_vram_helper.c | 3 --- drivers/gpu/drm/nouveau/nouveau_bo.c | 3 --- drivers/gpu/drm/qxl/qxl_ttm.c | 3 ---