Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Ddw_hdmi.h156 bool dsc_mode; member
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_dw_hdmi_qp.c561 hdmi->link_cfg.dsc_mode = false; in hdmi_select_link_config()
583 hdmi->link_cfg.dsc_mode = true; in hdmi_select_link_config()
587 hdmi->link_cfg.dsc_mode = false; in hdmi_select_link_config()
1223 if (hdmi->link_cfg.dsc_mode) in dw_hdmi_qp_select_output()
1309 if (hdmi->link_cfg.dsc_mode) { in rk3588_set_link_mode()
1387 if (hdmi->link_cfg.dsc_mode) in rk3588_set_color_format()
H A Ddw_hdmi_qp.c848 if (!link_cfg->dsc_mode) { in hdmi_config_CVTEM()