mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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
|
||||
|
||||
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user