Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interfacing with standard DRM? #6

Open
Jookia opened this issue Sep 6, 2023 · 2 comments
Open

Interfacing with standard DRM? #6

Jookia opened this issue Sep 6, 2023 · 2 comments

Comments

@Jookia
Copy link

Jookia commented Sep 6, 2023

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?

@notro
Copy link
Owner

notro commented Sep 7, 2023

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.

@Jookia
Copy link
Author

Jookia commented Sep 7, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants