Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c208 struct drm_property *color_depth_property; member
2659 if (!hdmi->color_depth_property && !hdmi->unsupported_deep_color) { in dw_hdmi_rockchip_attach_properties()
2665 hdmi->color_depth_property = prop; in dw_hdmi_rockchip_attach_properties()
2774 if (hdmi->color_depth_property) { in dw_hdmi_rockchip_destroy_properties()
2776 hdmi->color_depth_property); in dw_hdmi_rockchip_destroy_properties()
2777 hdmi->color_depth_property = NULL; in dw_hdmi_rockchip_destroy_properties()
2850 if (property == hdmi->color_depth_property) { in dw_hdmi_rockchip_set_property()
2919 if (property == hdmi->color_depth_property) { in dw_hdmi_rockchip_get_property()
H A Ddw-dp.c388 struct drm_property *color_depth_property; member
1104 if (property == dp->color_depth_property) { in dw_dp_atomic_connector_get_property()
1157 if (property == dp->color_depth_property) { in dw_dp_atomic_connector_set_property()
2862 dp->color_depth_property = prop; in dw_dp_connector_init()