/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_edit_config.c | 57 * Find the active/target sections in the configuration that are 81 XF86ConfScrnMonitorEntryPtr mon_ptr; /* Ptr to active Monitor entry */ 85 fbvar->active.screen_sectn = NULL; 86 fbvar->active.display_subsectn = NULL; 87 fbvar->active.monitor_sectn = NULL; 97 fbvar->active.device_sectn = 100 if (fbvar->active.device_sectn == NULL) { 109 &fbvar->active.device_sectn); 123 fbvar->active.screen_sectn = 126 fbvar->active 242 fbc_find_active_mode( sectn_mask_t modify_config, xf86_active_t *active) argument 282 fbc_edit_active_sections( XF86ConfigPtr configIR, xf86_active_t *active, xf86_ent_mod_t *xf86_entry_mods) argument [all...] |
H A D | fbc_Device.c | 63 * Device section is considered active if it is referenced by an 64 * active Screen section." This reflects a top-down analysis of 69 * We can't know whether a given Device section will become active 71 * section and Screen section are likely to be active, the -screen 148 * No active sections have been recorded yet, so it's early 149 * to be inserting a "Device" Option into the active Device 158 xf86_active_t active; /* Active config sections for device */ local 162 active.device_sectn = blank_dev_sectn_ptr; 163 fbc_set_Option_value(&active,
|
H A D | fbc_Option.c | 41 * specified active configuration (sub)section. Also return a 49 xf86_active_t *active, /* Active config sections for device */ 62 if (active->screen_sectn != NULL) { 63 *end_line_er = active->screen_sectn->scrn_end_line_er; 64 return (&active->screen_sectn->scrn_option_lst); 68 if (active->display_subsectn != NULL) { 70 active->display_subsectn->disp_end_line_er; 71 return (&active->display_subsectn->disp_option_lst); 75 if (active->monitor_sectn != NULL) { 76 *end_line_er = active 48 fbc_get_Option_list( xf86_active_t *active, sectn_mask_t section, void **end_line_er) argument 105 fbc_set_Option_value( xf86_active_t *active, sectn_mask_t section, const char *option_name, const char *option_value) argument 169 fbc_get_Option_string_value( xf86_active_t *active, sectn_mask_t section, const char *option_name, const char *option_not_found, const char *option_value_empty) argument 212 fbc_get_Option_keywd_value( xf86_active_t *active, sectn_mask_t section, const char *option_name, int option_not_found, int option_value_bad, const fbc_Optkeywd_t *keywd_table) argument 272 fbc_get_Option_bool_value( xf86_active_t *active, sectn_mask_t section, const char *option_name) argument 382 fbc_edit_Options( xf86_active_t *active, xf86_opt_mod_t Option_mods[]) argument [all...] |
H A D | fbc_properties.h | 97 xf86_active_t active; /* Active config sections for device */ member in struct:fbc_varient_st
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_ringbuffer.h | 73 enum intel_ring_hangcheck_action { wait, active, kick, hung }; enumerator in enum:intel_ring_hangcheck_action
|
H A D | intel_overlay.c | 183 int active; member in struct:intel_overlay 247 BUG_ON(overlay->active); 248 overlay->active = 1; 276 BUG_ON(!overlay->active); 320 overlay->active = 0; 332 BUG_ON(!overlay->active); 706 if (!overlay->active) { 802 if (!overlay->active) 826 if (!crtc->active) 1286 if (overlay->active) { [all...] |
H A D | intel_drv.h | 120 * the encoder is active. If the encoder is enabled it also set the pipe 152 * and active (i.e. dpms ON state). */ 281 * Whether the crtc and the connected output pipeline is active. Implies 285 bool active; member in struct:intel_crtc
|
H A D | intel_pm.c | 55 return to_intel_crtc(crtc)->active && crtc->fb && crtc->mode.clock; 480 * - more than one pipe is active 489 DRM_DEBUG_KMS("more than one pipe active, disabling compression\n"); 558 /* If the kernel debugger is active, always disable compression */ 603 DRM_DEBUG_KMS("disabling active FBC for update\n"); 2162 bool active; member in struct:hsw_pipe_wm_parameters 2211 if (!params->active) 2236 if (!params->active || !params->sprite_enabled) 2254 if (!params->active) 2269 if (!params->active) [all...] |
H A D | intel_display.c | 1005 DRM_ERROR("FDI TX PLL assertion failure, should be active but is disabled\n"); 1017 DRM_ERROR("FDI RX PLL assertion failure, should be active but is disabled\n"); 1087 DRM_ERROR("plane %c assertion failure, should be active but is disabled\n", 1119 DRM_ERROR("plane %c assertion failure, should be off on pipe %c but is still active\n", 1136 DRM_ERROR("sprite %c assertion failure, should be off on pipe %c but is still active\n", 1143 DRM_ERROR("sprite %c assertion failure, should be off on pipe %c but is still active\n", 1149 DRM_ERROR("sprite %c assertion failure, should be off on pipe %c but is still active\n", 1168 DRM_ERROR("PCH refclk assertion failure, should be active but is disabled\n"); 1182 DRM_ERROR("transcoder assertion failed, should be off on pipe %c but is still active\n", 1413 DRM_DEBUG_KMS("enable %s (active 8230 bool active = false; local 8290 bool active = false; local 8359 bool active; local [all...] |
H A D | i915_drv.h | 151 int active; /* count of number of active CRTCs (i.e. DPMS on) */ member in struct:intel_shared_dpll 152 bool on; /* is the PLL actually active? Disabled during modeset */ 372 /* Returns the active state of the crtc, and if the crtc is active, 520 /* This context had batch active when hang was declared */ 543 FBC_MULTIPLE_PIPES, /* more than one pipe active */ 1240 /** This object's place on the active/flushing/inactive lists */ 1247 * This is set if the object is on the active or flushing lists 1251 unsigned int active; member in struct:drm_i915_gem_object [all...] |