Home
last modified time | relevance | path

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

/Linux-v5.10/include/drm/
Ddrm_connector.h1614 int drm_mode_create_tv_margin_properties(struct drm_device *dev);
/Linux-v5.10/drivers/gpu/drm/
Ddrm_connector.c1464 int drm_mode_create_tv_margin_properties(struct drm_device *dev) in drm_mode_create_tv_margin_properties() function
1491 EXPORT_SYMBOL(drm_mode_create_tv_margin_properties);
1539 if (drm_mode_create_tv_margin_properties(dev)) in drm_mode_create_tv_properties()
/Linux-v5.10/drivers/gpu/drm/vc4/
Dvc4_hdmi.c204 ret = drm_mode_create_tv_margin_properties(dev); in vc4_hdmi_connector_init()