Searched refs:drm_mode_set_config_internal (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc.h417 * by drm_mode_set_config_internal to implement correct refcounting. */
1001 extern int drm_mode_set_config_internal(struct drm_mode_set *set);
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c199 ret = drm_mode_set_config_internal(mode_set);
H A Ddrm_crtc.c566 ret = drm_mode_set_config_internal(&set);
1939 * drm_mode_set_config_internal - helper to call ->set_config
1945 int drm_mode_set_config_internal(struct drm_mode_set *set) function
2144 ret = drm_mode_set_config_internal(&set);

Completed in 93 milliseconds