Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_modes.h552 enum drm_mode_status drm_mode_validate_driver(struct drm_device *dev,
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c1670 drm_mode_validate_driver(struct drm_device *dev, in drm_mode_validate_driver() function
1684 EXPORT_SYMBOL(drm_mode_validate_driver);
2694 out->status = drm_mode_validate_driver(dev, out); in drm_mode_convert_umode()
H A Ddrm_probe_helper.c464 mode->status = drm_mode_validate_driver(dev, mode); in __drm_helper_update_and_validate()