[PATCH v10 05/11] drm/etnaviv: Allow bypass component framework

2023-06-21 Thread Sui Jingfeng
From: Sui Jingfeng Originally, component frameworks were used to bind multiple GPU cores to a virtual master. But there are chips that have only one GPU core integrated. The component framework can be avoided under some circumstances, Another reason is that usperspace programs such as X server an

Re: [PATCH v10 05/11] drm/etnaviv: Allow bypass component framework

2023-06-21 Thread Sui Jingfeng
Hi, On 2023/6/21 17:29, Lucas Stach wrote: Am Dienstag, dem 20.06.2023 um 17:47 +0800 schrieb Sui Jingfeng: From: Sui Jingfeng Originally, component frameworks were used to bind multiple GPU cores to a virtual master. But there are chips that have only one GPU core integrated. The component f

Re: [PATCH v10 05/11] drm/etnaviv: Allow bypass component framework

2023-06-21 Thread Lucas Stach
Am Dienstag, dem 20.06.2023 um 17:47 +0800 schrieb Sui Jingfeng: > From: Sui Jingfeng > > Originally, component frameworks were used to bind multiple GPU cores to a > virtual master. But there are chips that have only one GPU core integrated. > The component framework can be avoided under some ci

[PATCH v10 05/11] drm/etnaviv: Allow bypass component framework

2023-06-20 Thread Sui Jingfeng
Originally, component frameworks were used to bind multiple GPU cores to a virtual master. But there are chips that have only one GPU core integrated. The component framework can be avoided under some circumstances, Another reason is that usperspace programs such as X server and Mesa will try to fi