acrn-kernel/drivers/gpu/host1x
Christophe JAILLET 2e1bfb314c gpu: host1x: Use the bitmap API to allocate bitmaps
Use bitmap_zalloc()/bitmap_free() instead of hand-writing them.

It is less verbose and it improves the semantic.

While at it, remove a useless bitmap_zero() call. The bitmap is already
zero'ed when allocated.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2022-07-08 17:38:34 +02:00
..
hw gpu: host1x: Initialize syncval in channel_submit() 2022-07-08 17:35:19 +02:00
Kconfig
Makefile
bus.c
bus.h
cdma.c gpu: host1x: Generalize host1x_cdma_push_wide() 2022-07-08 17:36:26 +02:00
cdma.h
channel.c gpu: host1x: Use the bitmap API to allocate bitmaps 2022-07-08 17:38:34 +02:00
channel.h
context.c
context.h
context_bus.c gpu: host1x: Register context bus unconditionally 2022-07-08 16:31:24 +02:00
debug.c
debug.h
dev.c
dev.h
fence.c
fence.h
intr.c
intr.h
job.c
job.h
mipi.c
syncpt.c
syncpt.h