Searched refs:MSM_DSI_VER_MAJOR_6G (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/msm/dsi/ |
D | dsi_cfg.c | 65 {MSM_DSI_VER_MAJOR_6G, MSM_DSI_6G_VER_MINOR_V1_0, 67 {MSM_DSI_VER_MAJOR_6G, MSM_DSI_6G_VER_MINOR_V1_1, 69 {MSM_DSI_VER_MAJOR_6G, MSM_DSI_6G_VER_MINOR_V1_1_1, 71 {MSM_DSI_VER_MAJOR_6G, MSM_DSI_6G_VER_MINOR_V1_2, 73 {MSM_DSI_VER_MAJOR_6G, MSM_DSI_6G_VER_MINOR_V1_3, &msm8994_dsi_cfg}, 74 {MSM_DSI_VER_MAJOR_6G, MSM_DSI_6G_VER_MINOR_V1_3_1, &msm8916_dsi_cfg},
|
D | dsi_cfg.h | 20 #define MSM_DSI_VER_MAJOR_6G 0x03 macro
|
D | dsi_host.c | 61 if (ver == MSM_DSI_VER_MAJOR_6G) { in dsi_get_version() 665 if ((cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) && in dsi_ctrl_config() 1666 if ((cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) && in msm_dsi_host_cmd_rx()
|