]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/amdgpu: pad gfx and compute rings to 256 dw
authorChristian König <christian.koenig@amd.com>
Wed, 5 Oct 2016 10:38:21 +0000 (12:38 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Oct 2016 18:38:34 +0000 (14:38 -0400)
commit66f3b2d527154bd258a57c8815004b5964aa1cf5
tree3605fdfd84c58177b7195f5f6677e25b5cf0fa02
parentec9aaaff66668217c0c5634d062b350429d8cfd2
drm/amdgpu: pad gfx and compute rings to 256 dw

The same as on windows to avoid further problems with CE/DE
command submission overlaps.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c