Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/zte/
Dzx_vou.c129 enum vou_chn_type chn_type; member
239 bool is_main = zcrtc->chn_type == VOU_CHN_MAIN; in vou_inf_enable()
263 zcrtc->chn_type << id); in vou_inf_enable()
532 enum vou_chn_type chn_type) in zx_crtc_init() argument
544 zcrtc->chn_type = chn_type; in zx_crtc_init()
552 if (chn_type == VOU_CHN_MAIN) { in zx_crtc_init()
576 zcrtc->pixclk = devm_clk_get(dev, (chn_type == VOU_CHN_MAIN) ? in zx_crtc_init()
601 if (chn_type == VOU_CHN_MAIN) in zx_crtc_init()
616 if (zcrtc->chn_type == VOU_CHN_MAIN) { in zx_vou_layer_enable()