Home
last modified time | relevance | path

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

/Linux-v5.10/include/drm/
Ddrm_modes.h487 enum drm_mode_status drm_mode_validate_driver(struct drm_device *dev,
/Linux-v5.10/drivers/gpu/drm/
Ddrm_modes.c1120 drm_mode_validate_driver(struct drm_device *dev, in drm_mode_validate_driver() function
1134 EXPORT_SYMBOL(drm_mode_validate_driver);
2010 out->status = drm_mode_validate_driver(dev, out); in drm_mode_convert_umode()
Ddrm_probe_helper.c537 mode->status = drm_mode_validate_driver(dev, mode); in drm_helper_probe_single_connector_modes()