Home
last modified time | relevance | path

Searched refs:__drm_atomic_helper_set_config (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_crtc_internal.h249 int __drm_atomic_helper_set_config(struct drm_mode_set *set,
H A Ddrm_atomic.c1644 int __drm_atomic_helper_set_config(struct drm_mode_set *set, in __drm_atomic_helper_set_config() function
1717 EXPORT_SYMBOL(__drm_atomic_helper_set_config);
H A Ddrm_client_modeset.c1051 ret = __drm_atomic_helper_set_config(mode_set, state); in drm_client_modeset_commit_atomic()
H A Ddrm_atomic_helper.c3265 ret = __drm_atomic_helper_set_config(set, state); in drm_atomic_helper_set_config()