commit | d240cd9eddd943dbe0267d081697195ff1e90b65 | [log] [tgz] |
---|---|---|
author | Marek Olšák <marek.olsak@amd.com> | Tue Apr 03 13:05:03 2018 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue May 15 13:43:32 2018 -0500 |
tree | ff9648c93738e223b8da42489f5d64aa8caa9895 | |
parent | 3f188453faf7ba5b59e8064df4afffbc946e25ec [diff] |
drm/amdgpu: optionally do a writeback but don't invalidate TC for IB fences There is a new IB flag that enables this new behavior. Full invalidation is unnecessary for RELEASE_MEM and doesn't make sense when draw calls from two adjacent gfx IBs run in parallel. This will be the new default for Mesa. v2: bump the version Signed-off-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>