You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to use this to create a panel used for an Allwinner LCD controller but found it didn't make the calls to the drm subsystem to register the panel. The panel takes commands over SPI but data over an RGB signal.
Is this an intentional design choice or lacking feature?
The text was updated successfully, but these errors were encountered:
This driver does only work with MIPI DBI controllers that receives the pixels over the SPI bus. Someone would have to write similar drivers for MIPI DPI(RGB)/DSI in order to support those pixel buses.
On Thu, Sep 07, 2023 at 05:03:03AM -0700, Noralf Trønnes wrote:
This driver does only work with MIPI DBI controllers that receives the pixels over the SPI bus. Someone would have to write similar drivers for MIPI DPI(RGB)/DSI in order to support those pixel buses.
--
Reply to this email directly or view it on GitHub:
#6 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
I attempted to use this to create a panel used for an Allwinner LCD controller but found it didn't make the calls to the drm subsystem to register the panel. The panel takes commands over SPI but data over an RGB signal.
Is this an intentional design choice or lacking feature?
The text was updated successfully, but these errors were encountered: