WSL2-Linux-Kernel/drivers/gpu/host1x
Christophe JAILLET 025c6643a8 gpu: host1x: Fix a memory leak in 'host1x_remove()'
Add a missing 'host1x_channel_list_free()' call in the remove function,
as already done in the error handling path of the probe function.

Fixes: 8474b02531 ("gpu: host1x: Refactor channel allocation code")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2022-03-01 11:13:09 +01:00
..
hw gpu: host1x: Add initial runtime PM and OPP support 2021-12-16 14:07:07 +01:00
Kconfig gpu: host1x: select CONFIG_DMA_SHARED_BUFFER 2021-12-16 14:07:06 +01:00
Makefile
bus.c gpu: host1x: Add missing DMA API include 2021-12-16 14:07:07 +01:00
bus.h
cdma.c
cdma.h
channel.c gpu: host1x: Add host1x_channel_stop() 2021-12-16 14:07:07 +01:00
channel.h
debug.c gpu: host1x: Add initial runtime PM and OPP support 2021-12-16 14:07:07 +01:00
debug.h
dev.c gpu: host1x: Fix a memory leak in 'host1x_remove()' 2022-03-01 11:13:09 +01:00
dev.h gpu: host1x: Add initial runtime PM and OPP support 2021-12-16 14:07:07 +01:00
fence.c
fence.h
intr.c gpu: host1x: Add initial runtime PM and OPP support 2021-12-16 14:07:07 +01:00
intr.h
job.c drm/tegra: Implement buffer object cache 2021-12-16 14:07:06 +01:00
job.h drm/tegra: Implement correct DMA-BUF semantics 2021-12-16 14:07:06 +01:00
mipi.c
syncpt.c gpu: host1x: Always return syncpoint value when waiting 2022-02-16 17:20:53 +01:00
syncpt.h