]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/amdgpu: Add missing select_me_pipe_q() for gfx10
authorTom St Denis <tom.stdenis@amd.com>
Fri, 12 Jul 2019 13:41:32 +0000 (09:41 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Jul 2019 18:08:44 +0000 (13:08 -0500)
commit4130aaea4b019ada68e7c1664eb8eb2f0088ca14
treed6b0c344467a0d9827e6ee58229aeb3aa8eb93e4
parentcfb1550e18c6e2905fa57808f2a8e58015843d89
drm/amd/amdgpu: Add missing select_me_pipe_q() for gfx10

The ability to select GFX GRBM me/pipe/queue/vmid was missing from
the gfx10 driver.  This patch adds it.  Used by the debugfs register
interface to select GFX resources when read/writing registers.

Signed-off-by: Tom St Denis <tom.stdenis@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_v10_0.c