aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2021-02-09 13:44:38 +0100
committerAlex Deucher <alexander.deucher@amd.com>2021-03-23 23:28:04 -0400
commitdc1794f0713ea9d9de925cd53298662660bc296e (patch)
tree1e0387deb2401d9cd7448bfaa81e0cc3468eeb5b /drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c
parent58df0d7143ea4c8443bcb0fbf60aeca030a48008 (diff)
downloadlinux-dc1794f0713ea9d9de925cd53298662660bc296e.tar.gz
linux-dc1794f0713ea9d9de925cd53298662660bc296e.tar.bz2
linux-dc1794f0713ea9d9de925cd53298662660bc296e.zip
drm/amdgpu: Remove in_interrupt() usage in gfx_v9_0_kiq_read_clock()
gfx_v9_0_get_gpu_clock_counter() acquires a mutex_t lock and is the only caller of gfx_v9_0_kiq_read_clock(). If it safe to acquire a mutex_t then gfx_v9_0_get_gpu_clock_counter() is always invoked from preemptible context. Remove in_interrupt() because it superfluous as it will always return false. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c')
0 files changed, 0 insertions, 0 deletions