Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_connector.c633 drm_connector_attach_max_bpc_property(connector, 8, max_bpc); in drmm_connector_hdmi_init()
2873 int drm_connector_attach_max_bpc_property(struct drm_connector *connector, in drm_connector_attach_max_bpc_property() function
2894 EXPORT_SYMBOL(drm_connector_attach_max_bpc_property);
/linux/include/drm/
H A Ddrm_connector.h2707 int drm_connector_attach_max_bpc_property(struct drm_connector *connector,
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c1742 drm_connector_attach_max_bpc_property(&connector->base, 6, 12); in mst_topology_add_connector_properties()
H A Dintel_dp.c6934 drm_connector_attach_max_bpc_property(&connector->base, 6, 10); in intel_dp_add_properties()
6936 drm_connector_attach_max_bpc_property(&connector->base, 6, 12); in intel_dp_add_properties()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_connector.c3270 drm_connector_attach_max_bpc_property(&aconnector->base, 8, 16); in amdgpu_dm_connector_init_helper()