linux/drivers/gpu/host1x
Christophe JAILLET 6bb107332d gpu: host1x: Fix a memory leak in 'host1x_remove()'
[ Upstream commit 025c6643a8 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-04-08 14:40:18 +02:00
..
hw gpu: host1x: debug: Dump push buffer state 2020-07-17 16:06:14 +02:00
bus.c gpu: host1x: Split up client initalization and registration 2021-06-18 10:00:04 +02:00
bus.h
cdma.c
cdma.h
channel.c
channel.h
debug.c gpu: host1x: debug: Fix multiple channels emitting messages simultaneously 2020-07-17 16:06:14 +02:00
debug.h
dev.c gpu: host1x: Fix a memory leak in 'host1x_remove()' 2022-04-08 14:40:18 +02:00
dev.h
intr.c
intr.h
job.c drm: host1x: fix common struct sg_table related issues 2020-09-10 08:18:35 +02:00
job.h
Kconfig
Makefile
mipi.c media: gpu: host1x: mipi: Keep MIPI clock enabled and mutex locked till calibration done 2020-08-28 15:12:38 +02:00
syncpt.c
syncpt.h