disp: msm: dsi: remove custom upstream MSM DSI flags
Change removes the use of custom MSM DSI flags that will not be available as part of GKI.2.0 Change-Id: I2337a54b1d6346ebdc18e9e6c3c8e7a07f421bdd Signed-off-by: Satya Rama Aditya Pinapala <psraditya30@codeaurora.org>
This commit is contained in:
@@ -30,12 +30,14 @@
|
||||
#define DSI_MODE_MAX 32
|
||||
|
||||
/*
|
||||
* Defining custom dsi msg flag,
|
||||
* continued from drm_mipi_dsi.h
|
||||
* Override to use async transfer
|
||||
* Defining custom dsi msg flag.
|
||||
* Using upper byte of flag field for custom DSI flags.
|
||||
* Lower byte flags specified in drm_mipi_dsi.h.
|
||||
*/
|
||||
#define MIPI_DSI_MSG_ASYNC_OVERRIDE BIT(4)
|
||||
#define MIPI_DSI_MSG_CMD_DMA_SCHED BIT(5)
|
||||
#define MIPI_DSI_MSG_BATCH_COMMAND BIT(6)
|
||||
#define MIPI_DSI_MSG_UNICAST_COMMAND BIT(7)
|
||||
|
||||
enum dsi_panel_rotation {
|
||||
DSI_PANEL_ROTATE_NONE = 0,
|
||||
|
Reference in New Issue
Block a user