Re: [PATCH v2 3/7] qfw: Spawn ramfb device if its file is present

2023-08-28 Thread Alper Nebi Yasak
On 2023-08-22 21:56 +03:00, Simon Glass wrote: > Hi Alper, > > On Tue, 22 Aug 2023 at 06:10, Alper Nebi Yasak > wrote: >> >> From: Alexander Graf >> >> Now that we have a ramfb device driver, let's add the necessary glueing >> magic to also spawn it when we find its qfw file node. > > So then

Re: [PATCH v2 3/7] qfw: Spawn ramfb device if its file is present

2023-08-22 Thread Simon Glass
Hi Alper, On Tue, 22 Aug 2023 at 06:10, Alper Nebi Yasak wrote: > > From: Alexander Graf > > Now that we have a ramfb device driver, let's add the necessary glueing > magic to also spawn it when we find its qfw file node. So then how do we select which video driver is used? I think we should

[PATCH v2 3/7] qfw: Spawn ramfb device if its file is present

2023-08-22 Thread Alper Nebi Yasak
From: Alexander Graf Now that we have a ramfb device driver, let's add the necessary glueing magic to also spawn it when we find its qfw file node. Signed-off-by: Alexander Graf [Alper: Use if IS_ENABLED() instead of #ifdef] Signed-off-by: Alper Nebi Yasak --- Changes in v2: - Use if