OSDN Git Service

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)
commitca9db7d1e07237db81c81518d52241d33d72298f
treed6b0c344467a0d9827e6ee58229aeb3aa8eb93e4
parent0fa4246e8ebfb389142034ffcdf6e70de32dddf4
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