projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9243ed
)
drm/amdkfd: Remove unused field from struct qcm_process_device
author
Oded Gabbay
<oded.gabbay@amd.com>
Wed, 25 Feb 2015 12:15:24 +0000
(14:15 +0200)
committer
Oded Gabbay
<oded.gabbay@amd.com>
Wed, 25 Mar 2015 12:02:05 +0000
(14:02 +0200)
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
Reviewed-by: Ben Goz <ben.goz@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
index 5a44f2fecf3826b7b90e18cf3d22b7f64c113a26..b7bd7afd6fcf993f1582ea283a4545762751eb04 100644
(file)
--- a/
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
+++ b/
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
@@
-378,8
+378,6
@@
struct qcm_process_device {
/* The Device Queue Manager that owns this data */
struct device_queue_manager *dqm;
struct process_queue_manager *pqm;
- /* Device Queue Manager lock */
- struct mutex *lock;
/* Queues list */
struct list_head queues_list;
struct list_head priv_queue_list;