drm/amdgpu: put HQD EOP buffers into VRAM
authorMarek Olšák <marek.olsak@amd.com>
Fri, 5 Oct 2018 20:52:39 +0000 (16:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Nov 2018 19:21:04 +0000 (14:21 -0500)
commitb44da694a74a07071f9c8b50b4fcdfd47b52ae86
treeaea5ecbf3b73f8d9ae51a972fc32c00f8ab866b6
parent898c2cb5d94fc56d357f38ba7a05b1e0e23e44a3
drm/amdgpu: put HQD EOP buffers into VRAM

This increases performance of compute queues.
EOP events (PKT3_RELEASE_MEM) are stored into these buffers.

Signed-off-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c