Searched defs:set (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_sprite.c885 struct drm_intel_sprite_colorkey *set = data; local
895 if ((set->flags & (I915_SET_COLORKEY_DESTINATION | I915_SET_COLORKEY_SOURCE)) == (I915_SET_COLORKEY_DESTINATION | I915_SET_COLORKEY_SOURCE))
900 obj = drm_mode_object_find(dev, set->plane_id, DRM_MODE_OBJECT_PLANE);
908 ret = intel_plane->update_colorkey(plane, set);
H A Dintel_display.c450 * Returns whether the given set of divisors are valid for a given refclk with
495 * We haven't figured out how to reliably set up different
556 * We haven't figured out how to reliably set up different
782 /* Wait for vblank interrupt bit to set */
1533 /* Workaround: set timing override bit. */
2740 /* still set train pattern 1 */
2965 /* set transcoder timing */
3137 DRM_ERROR("mode set failed: pipe %c stuck\n", pipe_name(pipe));
3888 DRM_ERROR("encoder->connectors_active not set\n");
4341 * and set i
8602 is_crtc_connector_off(struct drm_mode_set *set) argument
8622 intel_set_config_compute_mode_changes(struct drm_mode_set *set, struct intel_set_config *config) argument
8657 intel_modeset_stage_output_state(struct drm_device *dev, struct drm_mode_set *set, struct intel_set_config *config) argument
8758 intel_crtc_set_config(struct drm_mode_set *set) argument
[all...]
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_crtc_helper.c95 * drm_helper_probe_connector_modes - get complete set of display modes
129 /* set all modes to the unverified state */
362 * drm_crtc_set_mode - set a mode
372 * Try to set @mode on @crtc. Give @crtc and its associated connectors a chance
373 * to fixup or reject the mode prior to trying to set it. This is an internal
382 * True if the mode was set successfully, or false otherwise.
465 DRM_DEBUG_KMS("[ENCODER:%d:%s] set [MODE:%d:%s]\n",
472 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
532 * drm_crtc_helper_set_config - set a new config from userspace
533 * @set
547 drm_crtc_helper_set_config(struct drm_mode_set *set) argument
[all...]
H A Ddrm_crtc.c350 * by other users. Which means by this point the fb _must_ be fully set up -
537 struct drm_mode_set set; local
563 (void) memset(&set, 0, sizeof(struct drm_mode_set));
564 set.crtc = crtc;
565 set.fb = NULL;
566 ret = drm_mode_set_config_internal(&set);
1277 * Construct a set of configuration description structures and return
1699 * Return an plane count and set of IDs.
1806 * drm_mode_setplane - set up or tear down an plane
1940 * @set
1945 drm_mode_set_config_internal(struct drm_mode_set *set) argument
2003 struct drm_mode_set set; local
[all...]

Completed in 41 milliseconds