aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device.c
diff options
context:
space:
mode:
authorOak Zeng <Oak.Zeng@amd.com>2021-07-15 14:57:16 -0500
committerAlex Deucher <alexander.deucher@amd.com>2021-07-23 10:07:59 -0400
commit9af5379c85087a0a0cbab8a4e39454a66b5f0b18 (patch)
treea2f8f4e3d7a2073573941f7296f40ec4f38bc948 /drivers/gpu/drm/amd/amdkfd/kfd_device.c
parentdrm/amdgpu: Change a few function names (diff)
downloadlinux-dev-9af5379c85087a0a0cbab8a4e39454a66b5f0b18.tar.xz
linux-dev-9af5379c85087a0a0cbab8a4e39454a66b5f0b18.zip
drm/amdkfd: Renaming dqm->packets to dqm->packet_mgr
Renaming packets to packet_mgr to reflect the real meaning of this variable. Signed-off-by: Oak Zeng <Oak.Zeng@amd.com> Acked-by: Christian Konig <christian.koenig@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/kfd_device.c')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device.c b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
index 6b57dfd2cd2a..73132c90791b 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_device.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
@@ -1389,7 +1389,7 @@ int kfd_debugfs_hang_hws(struct kfd_dev *dev)
return -EINVAL;
}
- r = pm_debugfs_hang_hws(&dev->dqm->packets);
+ r = pm_debugfs_hang_hws(&dev->dqm->packet_mgr);
if (!r)
r = dqm_debugfs_execute_queues(dev->dqm);