[PATCH 2/3] drm/amdkfd: Remove unused field from struct qcm_process_device
Alex Deucher
alexdeucher at gmail.com
Fri Mar 6 06:08:50 PST 2015
On Thu, Mar 5, 2015 at 5:14 AM, Oded Gabbay <oded.gabbay at amd.com> wrote:
> Signed-off-by: Oded Gabbay <oded.gabbay at amd.com>
> Reviewed-by: Ben Goz <ben.goz at amd.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
> index 5a44f2f..b7bd7af 100644
> --- 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;
> --
> 2.1.0
>
> _______________________________________________
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
More information about the dri-devel
mailing list