Searched refs:MSM_DSI_VER_MAJOR_6G (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/msm/dsi/ |
D | dsi_cfg.c | 99 {MSM_DSI_VER_MAJOR_6G, MSM_DSI_6G_VER_MINOR_V1_0, 101 {MSM_DSI_VER_MAJOR_6G, MSM_DSI_6G_VER_MINOR_V1_1, 103 {MSM_DSI_VER_MAJOR_6G, MSM_DSI_6G_VER_MINOR_V1_1_1, 105 {MSM_DSI_VER_MAJOR_6G, MSM_DSI_6G_VER_MINOR_V1_2, 107 {MSM_DSI_VER_MAJOR_6G, MSM_DSI_6G_VER_MINOR_V1_3, &msm8994_dsi_cfg}, 108 {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 | 74 if (ver == MSM_DSI_VER_MAJOR_6G) { in dsi_get_version() 576 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) in dsi_link_clk_enable() 586 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) { in dsi_link_clk_disable() 817 if ((cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) && in dsi_ctrl_config() 987 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) { in dsi_tx_buf_alloc() 1069 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) { in dsi_cmd_dma_add() 1098 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) in dsi_cmd_dma_add() 1153 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) { in dsi_cmd_dma_tx() 1969 if ((cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) && in msm_dsi_host_cmd_rx()
|