Searched refs:mdp_cfg (Results 1 – 3 of 3) sorted by relevance
29 return ctx->comp->mdp_dev->mdp_data->mdp_cfg; in __get_plat_cfg()34 const struct mdp_platform_config *mdp_cfg = __get_plat_cfg(ctx); in get_comp_flag() local36 if (mdp_cfg && mdp_cfg->rdma_rsz1_sram_sharing) in get_comp_flag()45 const struct mdp_platform_config *mdp_cfg = __get_plat_cfg(ctx); in init_rdma() local49 if (mdp_cfg && mdp_cfg->rdma_support_10bit) { in init_rdma()70 const struct mdp_platform_config *mdp_cfg = __get_plat_cfg(ctx); in config_rdma_frame() local77 if (mdp_cfg && mdp_cfg->rdma_support_10bit) { in config_rdma_frame()96 if (mdp_cfg) in config_rdma_frame()97 if (mdp_cfg->rdma_support_10bit && en_ufo) { in config_rdma_frame()145 const struct mdp_platform_config *mdp_cfg = __get_plat_cfg(ctx); in config_rdma_subfrm() local[all …]
55 const struct mdp_platform_config *mdp_cfg; member
45 .mdp_cfg = &mt8183_plat_cfg,