genodelabs / genode-imx

i.MX SoC family support for the Genode OS framework
Other
8 stars 11 forks source link

imx8mq_gpu_drv: enable multi-client support #8

Closed cnuke closed 6 months ago

cnuke commented 8 months ago

The following commits add support for executing multiple clients concurrently and gets rid of the explicit I/O signal handling (cf genodelabs/genode#2777). In contrast to the other GPU drivers multiple contexts are still handled implicitly (i.e. there is only one Gpu session used by each client), which will be addressed at a later date.

cnuke commented 8 months ago

Addressed by commit 030380b, d6ee25a and d856618

skalk commented 8 months ago

@cnuke thanks! I've pushed them to staging