Searched refs:drm_mode_create_tv_properties_legacy (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/gud/ |
D | gud_connector.c | 403 ret = drm_mode_create_tv_properties_legacy(connector->dev, num_modes, modes); in gud_connector_add_tv_mode() 542 ret = drm_mode_create_tv_properties_legacy(drm, 0, NULL); in gud_connector_add_properties()
|
/linux-6.6.21/include/drm/ |
D | drm_connector.h | 1994 int drm_mode_create_tv_properties_legacy(struct drm_device *dev,
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_connector.c | 1793 int drm_mode_create_tv_properties_legacy(struct drm_device *dev, in drm_mode_create_tv_properties_legacy() function 1877 EXPORT_SYMBOL(drm_mode_create_tv_properties_legacy); 1916 return drm_mode_create_tv_properties_legacy(dev, 0, NULL); in drm_mode_create_tv_properties()
|
/linux-6.6.21/drivers/gpu/drm/i2c/ |
D | ch7006_drv.c | 255 drm_mode_create_tv_properties_legacy(dev, NUM_TV_NORMS, ch7006_tv_norm_names); in ch7006_encoder_create_resources()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv17.c | 657 drm_mode_create_tv_properties_legacy(dev, num_tv_norms, nv17_tv_norm_names); in nv17_tv_create_resources()
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_tv.c | 1915 drm_mode_create_tv_properties_legacy(&i915->drm, i, tv_format_names); in intel_tv_add_properties()
|