Star64_linux/drivers/gpu/drm/vc4
Maxime Ripard 171a072b46
drm/vc4: gem: Add a managed action to cleanup the job queue
The job queue needs to be cleaned up using vc4_gem_destroy, but it's
not used consistently (vc4_drv's bind calls it in its error path, but
doesn't in unbind), and we can make that automatic through a managed
action. Let's remove the requirement to call vc4_gem_destroy.

Fixes: d5b1a78a77 ("drm/vc4: Add support for drawing 3D frames.")
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20201029190104.2181730-3-maxime@cerno.tech
2020-11-02 12:14:43 +01:00
..
Kconfig
Makefile
vc4_bo.c drm/vc4: bo: Add a managed action to cleanup the cache 2020-11-02 12:11:24 +01:00
vc4_crtc.c drm/vc4: crtc: Keep the previously assigned HVS FIFO 2020-09-25 16:56:21 +02:00
vc4_debugfs.c
vc4_dpi.c
vc4_drv.c drm/vc4: gem: Add a managed action to cleanup the job queue 2020-11-02 12:14:43 +01:00
vc4_drv.h drm/vc4: gem: Add a managed action to cleanup the job queue 2020-11-02 12:14:43 +01:00
vc4_dsi.c
vc4_fence.c
vc4_gem.c drm/vc4: gem: Add a managed action to cleanup the job queue 2020-11-02 12:14:43 +01:00
vc4_hdmi.c drm/vc4: hdmi: Add a name to the codec DAI component 2020-10-29 10:25:44 +01:00
vc4_hdmi.h
vc4_hdmi_phy.c
vc4_hdmi_regs.h
vc4_hvs.c
vc4_irq.c
vc4_kms.c drm/vc4: crtc: Keep the previously assigned HVS FIFO 2020-09-25 16:56:21 +02:00
vc4_packet.h
vc4_perfmon.c
vc4_plane.c
vc4_qpu_defines.h
vc4_regs.h
vc4_render_cl.c
vc4_trace.h
vc4_trace_points.c
vc4_txp.c
vc4_v3d.c
vc4_validate.c
vc4_validate_shaders.c
vc4_vec.c