Re: [PATCH 1/4] drm/ttm: set the tt caching state at creation time

2020-10-12 Thread Christian König
Am 12.10.20 um 16:14 schrieb Daniel Vetter: On Mon, Oct 12, 2020 at 10:57:57AM +0200, Christian König wrote: Ping? Anybody any more comments on this? Otherwise I'm going to push it to drm-misc-next by tomorrow or so. tbh the entire coherency/caching topic is imo a giantic mess in drivers/gpu

Re: [PATCH 1/4] drm/ttm: set the tt caching state at creation time

2020-10-12 Thread Daniel Vetter
On Mon, Oct 12, 2020 at 10:57:57AM +0200, Christian König wrote: > Ping? Anybody any more comments on this? > > Otherwise I'm going to push it to drm-misc-next by tomorrow or so. tbh the entire coherency/caching topic is imo a giantic mess in drivers/gpu (mostly because we're half-fighting

Re: [PATCH 1/4] drm/ttm: set the tt caching state at creation time

2020-10-12 Thread Christian König
Ping? Anybody any more comments on this? Otherwise I'm going to push it to drm-misc-next by tomorrow or so. Thanks, Christian. Am 08.10.20 um 11:31 schrieb Christian König: All drivers can determine the tt caching state at creation time, no need to do this on the fly during every validation.

[PATCH 1/4] drm/ttm: set the tt caching state at creation time

2020-10-08 Thread Christian König
All drivers can determine the tt caching state at creation time, no need to do this on the fly during every validation. Signed-off-by: Christian König Reviewed-by: Michael J. Ruhl --- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c| 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 11 +--