drm/rockchip: csi tx: define mipi csi tx raw format

Change-Id: Ib3e1202d91a46db88616edfe70be4ba46eb5a721
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
Sandy Huang
2018-10-09 11:15:16 +08:00
committed by Tao Huang
parent bb19e4692c
commit 670d74a8a5
2 changed files with 4 additions and 4 deletions

View File

@@ -152,8 +152,8 @@ enum CONFIG_DONE_MODE {
#define CSITX_DPHY_SCANOUT 0x00c8
#define CSITX_DPHY_BIST 0x00d0
#define MIPI_CSI_FMT_RAW8 0
#define MIPI_CSI_FMT_RAW10 1
#define MIPI_CSI_FMT_RAW8 0x10
#define MIPI_CSI_FMT_RAW10 0x11
#define PHY_STATUS_TIMEOUT_US 10000
#define CMD_PKT_STATUS_TIMEOUT_US 20000

View File

@@ -47,7 +47,7 @@
#define MIPI_DSI_FMT_RGB666_PACKED 2
#define MIPI_DSI_FMT_RGB565 3
#define MIPI_CSI_FMT_RAW8 0
#define MIPI_CSI_FMT_RAW10 1
#define MIPI_CSI_FMT_RAW8 0x10
#define MIPI_CSI_FMT_RAW10 0x11
#endif /* __DRM_MIPI_DSI__ */