-
- Downloads
drm/panfrost: Remove unnecessary hwaccess_lock spin_lock
With the introduction of the as_lock to serialize address space registers, the hwaccess_lock is only used within the job code and is not protecting anything. panfrost_job_hw_submit() only accesses registers for 1 job slot and it's already serialized by drm_sched. Fixes: 7282f764 ("drm/panfrost: Implement per FD address spaces") Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com> Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Signed-off-by:Rob Herring <robh@kernel.org> Acked-by:
Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by:
Steven Price <steven.price@arm.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190826223317.28509-9-robh@kernel.org
Showing
- drivers/gpu/drm/panfrost/panfrost_device.c 0 additions, 1 deletiondrivers/gpu/drm/panfrost/panfrost_device.c
- drivers/gpu/drm/panfrost/panfrost_device.h 0 additions, 2 deletionsdrivers/gpu/drm/panfrost/panfrost_device.h
- drivers/gpu/drm/panfrost/panfrost_job.c 0 additions, 4 deletionsdrivers/gpu/drm/panfrost/panfrost_job.c
Loading
Please register or sign in to comment