Re: [PATCH RESEND] drm/imagination: Use pvr_vm_context_get()

2024-09-02 Thread Frank Binns
On Fri, 2024-08-30 at 15:06 +, Matt Coster wrote: > I missed this open-coded kref_get() while trying to debug a refcount > bug, so let's use the helper function here to avoid that waste of time > again in the future. > Reviewed-by: Frank Binns > Signed-off-by: Matt Coster > Fixes: ff5f643d

[PATCH RESEND] drm/imagination: Use pvr_vm_context_get()

2024-08-30 Thread Matt Coster
I missed this open-coded kref_get() while trying to debug a refcount bug, so let's use the helper function here to avoid that waste of time again in the future. Signed-off-by: Matt Coster Fixes: ff5f643de0bf ("drm/imagination: Add GEM and VM related code") --- drivers/gpu/drm/imagination/pvr_vm.