Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c218 struct drm_property *allm_enable; member
2724 hdmi->allm_enable = prop; in dw_hdmi_rockchip_attach_properties()
2834 if (hdmi->allm_enable) { in dw_hdmi_rockchip_destroy_properties()
2835 drm_property_destroy(connector->dev, hdmi->allm_enable); in dw_hdmi_rockchip_destroy_properties()
2836 hdmi->allm_enable = NULL; in dw_hdmi_rockchip_destroy_properties()
2893 } else if (property == hdmi->allm_enable) { in dw_hdmi_rockchip_set_property()
2894 u64 allm_enable = hdmi->enable_allm; in dw_hdmi_rockchip_set_property() local
2897 if (allm_enable != hdmi->enable_allm) in dw_hdmi_rockchip_set_property()
2972 } else if (property == hdmi->allm_enable) { in dw_hdmi_rockchip_get_property()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c257 bool allm_enable; member
1426 if (hdmi->allm_enable && (link_cfg->add_func & SUPPORT_HDMI_ALLM)) { in hdmi_config_vendor_specific_infoframe()
2248 if (enable == hdmi->allm_enable) in dw_hdmi_qp_set_allm_enable()
2251 hdmi->allm_enable = enable; in dw_hdmi_qp_set_allm_enable()
2254 hdmi->allm_enable = false; in dw_hdmi_qp_set_allm_enable()
2322 hdmi->allm_enable = true; in dw_hdmi_attach_properties()
2324 hdmi->allm_enable = false; in dw_hdmi_attach_properties()
2338 hdmi->plat_data->phy_data, hdmi->allm_enable); in dw_hdmi_attach_properties()
3215 seq_printf(s, "ALLM: %d\n", hdmi->allm_enable); in dw_hdmi_status_show()