summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include
diff options
context:
space:
mode:
authorBen Goz2014-12-09 11:00:09 +0100
committerOded Gabbay2014-12-09 11:00:09 +0100
commitb64b8afcca9dea38cfde090af76ea935627ce1d5 (patch)
tree62214ec7f2b7af581bfe7c2595b7e35069964a0d /drivers/gpu/drm/amd/include
parentMerge tag 'amdkfd-fixes-2014-12-30' of git://people.freedesktop.org/~gabbayo/... (diff)
downloadkernel-qcow2-linux-b64b8afcca9dea38cfde090af76ea935627ce1d5.tar.gz
kernel-qcow2-linux-b64b8afcca9dea38cfde090af76ea935627ce1d5.tar.xz
kernel-qcow2-linux-b64b8afcca9dea38cfde090af76ea935627ce1d5.zip
drm/amd: Fixing typos in kfd<->kgd interface
Signed-off-by: Ben Goz <ben.goz@amd.com> Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include')
-rw-r--r--drivers/gpu/drm/amd/include/kgd_kfd_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/kgd_kfd_interface.h b/drivers/gpu/drm/amd/include/kgd_kfd_interface.h
index 47b551970a14..96a512208fad 100644
--- a/drivers/gpu/drm/amd/include/kgd_kfd_interface.h
+++ b/drivers/gpu/drm/amd/include/kgd_kfd_interface.h
@@ -183,7 +183,7 @@ struct kfd2kgd_calls {
int (*hqd_load)(struct kgd_dev *kgd, void *mqd, uint32_t pipe_id,
uint32_t queue_id, uint32_t __user *wptr);
- bool (*hqd_is_occupies)(struct kgd_dev *kgd, uint64_t queue_address,
+ bool (*hqd_is_occupied)(struct kgd_dev *kgd, uint64_t queue_address,
uint32_t pipe_id, uint32_t queue_id);
int (*hqd_destroy)(struct kgd_dev *kgd, uint32_t reset_type,