Searched defs:config (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c59 #include <xorg-config.h>
98 #include "fbc_line_er.h" /* External Representation of config lines */
125 static char *configPath; /* path to config file */
282 * Read next Token from the config file. Handle the global variable
626 * %X default config file name ("xorg.conf")
628 * %E config file environment ($XORGCONFIG) as an absolute path
629 * %F config file environment ($XORGCONFIG) as a relative path
630 * %G config file environment ($XORGCONFIG) as a safe path
837 * This function takes a config file search path (optional), a command-line
839 * locates and opens a config fil
1023 xf86setBuiltinConfig(const char *config[]) argument
[all...]
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c47 #include "config.h"
456 void efb_set_position(xf86CrtcConfigPtr config, BOOL swap, argument
480 output = config->output[o];
494 void EFBPreInitOutputConfiguration(ScrnInfoPtr pScrn, xf86CrtcConfigPtr config) argument
577 efb_set_position(config, swap, 0, 0, position, 0);
588 efb_set_position(config, swap, 0, 0, 0, position);
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c754 /* taking the mode config mutex ends up in a clash with sysfs */
1705 struct drm_mode_config *config; local
1714 config = &dev->mode_config;
1720 if (config->num_plane &&
1721 (plane_resp->count_planes >= config->num_plane)) {
1724 list_for_each_entry(plane, struct drm_plane, &config->plane_list, head) {
1732 plane_resp->count_planes = config->num_plane;
1940 * @set: modeset config to set
1996 struct drm_mode_config *config = &dev->mode_config; local
2100 if (crtc_req->count_connectors > config
2279 struct drm_mode_config *config = &dev->mode_config; local
2455 struct drm_mode_config *config = &dev->mode_config; local
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_drv.h125 * pre-filled the pipe config. Note that intel_encoder->base.crtc must
305 struct intel_crtc_config config; member in struct:intel_crtc
H A Dintel_display.c734 return intel_crtc->config.cpu_transcoder;
913 if (crtc->config.shared_dpll < 0)
916 return &dev_priv->shared_dplls[crtc->config.shared_dpll];
2266 return intel_crtc->base.enabled && intel_crtc->config.has_pch_encoder;
2323 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config.fdi_lanes);
2421 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config.fdi_lanes);
2556 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config.fdi_lanes);
2658 temp |= FDI_DP_PORT_WIDTH(intel_crtc->config.fdi_lanes);
2898 enum transcoder cpu_transcoder = crtc->config.cpu_transcoder;
2958 if (intel_crtc->config
8532 intel_set_config_free(struct drm_device *dev, struct intel_set_config *config) argument
8542 intel_set_config_save_state(struct drm_device *dev, struct intel_set_config *config) argument
8578 intel_set_config_restore_state(struct drm_device *dev, struct intel_set_config *config) argument
8619 intel_set_config_compute_mode_changes(struct drm_mode_set *set, struct intel_set_config *config) argument
8654 intel_modeset_stage_output_state(struct drm_device *dev, struct drm_mode_set *set, struct intel_set_config *config) argument
8759 struct intel_set_config *config; local
[all...]

Completed in 46 milliseconds