Searched refs:drm_mode_create_tv_properties (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/gud/ |
D | gud_connector.c | 403 ret = drm_mode_create_tv_properties(connector->dev, num_modes, modes); in gud_connector_add_tv_mode() 542 ret = drm_mode_create_tv_properties(drm, 0, NULL); in gud_connector_add_properties()
|
/Linux-v6.1/include/drm/ |
D | drm_connector.h | 1800 int drm_mode_create_tv_properties(struct drm_device *dev,
|
/Linux-v6.1/drivers/gpu/drm/vc4/ |
D | vc4_vec.c | 517 ret = drm_mode_create_tv_properties(drm, ARRAY_SIZE(tv_mode_names), in vc4_vec_bind()
|
/Linux-v6.1/drivers/gpu/drm/i2c/ |
D | ch7006_drv.c | 253 drm_mode_create_tv_properties(dev, NUM_TV_NORMS, ch7006_tv_norm_names); in ch7006_encoder_create_resources()
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_connector.c | 1651 int drm_mode_create_tv_properties(struct drm_device *dev, in drm_mode_create_tv_properties() function 1733 EXPORT_SYMBOL(drm_mode_create_tv_properties);
|
/Linux-v6.1/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv17.c | 656 drm_mode_create_tv_properties(dev, num_tv_norms, nv17_tv_norm_names); in nv17_tv_create_resources()
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_tv.c | 1998 drm_mode_create_tv_properties(dev, i, tv_format_names); in intel_tv_init()
|