]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit998a79d57aa901cf95f7b417bbe32fc6c1a41bd7
treeaea5ecbf3b73f8d9ae51a972fc32c00f8ab866b6
parent694f94949107c3373dafc8aa8cfd35252308a4a4
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