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
The current mipi_dsi drivers using MIPI_DSI_MSG_USE_LPM flags to control whether a MIPI DSI LP message should be send by a mipi_dsi_transfer call. But the implementation of these APIs doesn't provide the input param meter to pass it for mipi_dsi_transfer:
mipi_dsi_generic_read
mipi_dsi_generic_write
mipi_dsi_dcs_read
mipi_dsi_dcs_write
This therefore prevents LP MIPI devices from using these APIs.
Problem description
Proposed change
Detailed RFC
Proposed change (Detailed)
Add additional parameters to message flag input for mipi_dsi* as in #86403 :
Introduction
The current mipi_dsi drivers using MIPI_DSI_MSG_USE_LPM flags to control whether a MIPI DSI LP message should be send by a mipi_dsi_transfer call. But the implementation of these APIs doesn't provide the input param meter to pass it for mipi_dsi_transfer:
This therefore prevents LP MIPI devices from using these APIs.
Problem description
Proposed change
Detailed RFC
Proposed change (Detailed)
Add additional parameters to message flag input for mipi_dsi* as in #86403 :
Dependencies
Concerns and Unresolved Questions
Alternatives
The text was updated successfully, but these errors were encountered: