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

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc.h320 * @set_config: apply a new CRTC configuration
354 int (*set_config)(struct drm_mode_set *set); member in struct:drm_crtc_funcs
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c1939 * drm_mode_set_config_internal - helper to call ->set_config
1942 * This is a little helper to wrap internal calls to the ->set_config driver
1953 * NOTE: ->set_config can also disable other crtcs (if we steal all
1961 ret = crtc->funcs->set_config(set);
1963 /* crtc->fb must be updated by ->set_config, enforces this. */
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c8843 .set_config = intel_crtc_set_config,

Completed in 90 milliseconds