Home
last modified time | relevance | path

Searched refs:vp_bus_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/tidss/ !
Dtidss_dispc.h80 const enum dispc_vp_bus_type vp_bus_type[TIDSS_MAX_PORTS]; member
Dtidss_dispc.c99 .vp_bus_type = { DISPC_VP_DPI },
174 .vp_bus_type = { DISPC_VP_OLDI, DISPC_VP_DPI },
264 .vp_bus_type = { DISPC_VP_INTERNAL, DISPC_VP_DPI,
854 if (dispc->feat->vp_bus_type[hw_videoport] != DISPC_VP_OLDI && in dispc_vp_bus_check()
958 if (dispc->feat->vp_bus_type[hw_videoport] == DISPC_VP_OLDI) { in dispc_vp_prepare()
1017 if (dispc->feat->vp_bus_type[hw_videoport] == DISPC_VP_OLDI) in dispc_vp_enable()
1043 if (dispc->feat->vp_bus_type[hw_videoport] == DISPC_VP_OLDI) { in dispc_vp_unprepare()
1122 bus_type = dispc->feat->vp_bus_type[hw_videoport]; in dispc_vp_mode_valid()
Dtidss_kms.c153 switch (feat->vp_bus_type[i]) { in tidss_dispc_modeset_init()