Searched refs:modes (Results 1 - 15 of 15) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolpolicy.c311 Mask modes; local
396 modes = (DixManageAccess|DixSetAttrAccess);
397 if (check_mode & modes) {
402 check_mode &= ~modes;
411 modes = (DixAddAccess|DixRemoveAccess|DixReadAccess|DixGetAttrAccess|
414 if (rtype == RT_WINDOW && check_mode & modes) {
417 check_mode &= ~modes;
432 modes = (DixReadAccess|DixGetAttrAccess|
435 if (check_mode & modes) {
440 check_mode &= ~modes;
507 Mask modes; local
604 Mask modes; local
691 Mask modes; local
755 Mask modes; local
[all...]
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c366 // display modes have precedence
368 if (pScrn->display->modes[0] != NULL) {
370 char *modes; local
373 for (mm = 0; pScrn->display->modes[mm] != NULL && !found; mm++) {
374 modes = pScrn->display->modes[mm];
375 if (!strcasecmp(modes, "Auto") || !strcasecmp(modes, "None")) {
381 if (!strcmp(modes, dModes->name)) {
532 if (pScrn->display->modes[
534 char *modes; local
[all...]
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c447 list_for_each_entry(mode, struct drm_display_mode, &fb_connector->connector->modes, head) {
475 /* attempt to find a matching mode in the list of modes
481 list_for_each_entry(mode, struct drm_display_mode, &fb_helper_conn->connector->modes, head) {
503 list_add(&mode->head, &fb_helper_conn->connector->modes,
545 struct drm_display_mode **modes,
573 modes[i] = drm_pick_cmdline_mode(fb_helper_conn, width, height);
574 if (!modes[i]) {
581 if (!drm_mode_equal(modes[j], modes[i]))
601 list_for_each_entry(mode, struct drm_display_mode, &fb_helper_conn->connector->modes, hea
544 drm_target_cloned(struct drm_fb_helper *fb_helper, struct drm_display_mode **modes, bool *enabled, int width, int height) argument
617 drm_target_preferred(struct drm_fb_helper *fb_helper, struct drm_display_mode **modes, bool *enabled, int width, int height) argument
652 drm_pick_crtcs(struct drm_fb_helper *fb_helper, struct drm_fb_helper_crtc **best_crtcs, struct drm_display_mode **modes, int n, int width, int height) argument
739 struct drm_display_mode **modes; local
[all...]
H A Ddrm_edid.c70 /* Force reduced-blanking timings for detailed modes */
78 int modes; member in struct:detailed_mode_closure
133 * This table is copied from xfree86/modes/xf86EdidModes.c.
585 * This table is converted from xorg's hw/xfree86/modes/xf86EdidModes.c.
1200 * edid_fixup_preferred - set preferred modes based on quirk list
1205 * on existing modes and setting it anew for the right mode ala @quirks.
1558 * EDID is delightfully ambiguous about how interlaced modes are to be
1625 /* ignore tiny modes */
1807 int i, modes = 0; local
1817 modes
1842 int i, modes = 0; local
1870 int i, modes = 0; local
1950 int i, j, m, modes = 0; local
2000 int i, modes = 0; local
2058 int i, modes = 0; local
2087 int i, j, modes = 0; local
2307 int modes = 0; local
2367 int modes = 0; local
2425 int modes = 0; local
[all...]
H A Ddrm_crtc_helper.c82 list_for_each_entry(mode, struct drm_display_mode, &connector->modes, head) {
95 * drm_helper_probe_connector_modes - get complete set of display modes
97 * @maxX: max width for modes
98 * @maxY: max height for modes
104 * modes on them. Modes will first be added to the connector's probed_modes
106 * put into the normal modes list.
114 * Number of modes found on @connector.
129 /* set all modes to the unverified state */
130 list_for_each_entry(mode, struct drm_display_mode, &connector->modes, head)
171 drm_mode_validate_size(dev, &connector->modes, max
[all...]
H A Ddrm_modes.c83 * And it is copied from xf86CVTmode in xserver/hw/xfree86/modes/xf86cvt.c.
491 * And it is copied from the file of xserver/hw/xfree86/modes/xf86gtf.c.
554 * read from DT. To get multiple modes start with of_get_display_timings and
597 * drm_mode_list_concat - move modes from one list to another
604 * Move all the modes from @head to @new.
661 * Return @modes's hsync rate in kHz, rounded to the nearest int.
805 * a pointer to it. Used to create new instances of established modes.
822 * drm_mode_equal - test modes for equality
832 * True if the modes are equal, false otherwise.
836 /* do clock check convert to PICOS so fb modes ge
[all...]
H A Ddrm_crtc.c261 * for tracking modes, CRTCs and connectors.
704 INIT_LIST_HEAD(&connector->modes);
740 list_for_each_entry_safe(mode, t, struct drm_display_mode, &connector->modes, head)
1004 * @num_modes: number of different TV formats (modes) supported
1005 * @modes: array of pointers to strings containing name of each format
1013 char *modes[])
1039 * Other, TV specific properties: margins & TV modes.
1058 i, modes[i]);
1581 /* delayed so we get modes regardless of pre-fill_modes state */
1582 list_for_each_entry(mode, struct drm_display_mode, &connector->modes, hea
1012 drm_mode_create_tv_properties(struct drm_device *dev, int num_modes, char *modes[]) argument
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_Modes.c163 * remove all the modes in the SunModes section except the one specified in -res
175 XF86ConfModeLinePtr modes, ptr, next_mode_ptr, mode_ptr; local
182 modes = modes_sectn_ptr->mon_modeline_lst;
183 ptr = modes;
H A Dfbc_write_config.c122 XF86ConfModeLinePtr modes, mode; local
129 modes = modes_sectn_ptr->mon_modeline_lst;
131 if (modes != NULL) {
137 mode = modes;
145 if (modes != NULL) {
333 * file, preserving the original file name, modes, and ownership.
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_agpsupport.c179 drm_agp_mode_t modes; local
188 DRM_COPYFROM_WITH_RETURN(&modes, (void *)data, sizeof (modes));
190 dev->agp->mode = modes.mode;
191 setup.agps_mode = (uint32_t)modes.mode;
193 DRM_DEBUG("drm_agp_enable: dev->agp->mode=%lx", modes.mode);
/solaris-x11-s11/open-src/driver/efb/
H A DMakefile46 no-modes.patch,-p1 \
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_fb_helper.h75 struct drm_display_mode **modes,
H A Ddrm_crtc.h462 * below allow the core DRM code to control connectors, enumerate available modes,
558 * @interlace_allowed: can this connector handle interlaced modes?
560 * @modes: modes available on this connector (from fill_modes() + user)
562 * @probed_modes: list of modes derived directly from the display
598 struct list_head modes; /* list of modes on this connector */ member in struct:drm_connector
602 /* these are modes added by probing with DDC or the BIOS */
700 * This is used to set modes.
781 struct idr crtc_idr; /* use this idr for all IDs, fb, crtc, connector, modes
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DMonitor.c714 /* add to the end of the list of modes sections
1385 XF86ConfModesPtr modes; local
1391 modes = xf86findModes (modeslnk->ml_modes_str, p->conf_modes_lst);
1392 if (!modes)
1399 modeslnk->ml_modes = modes;
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c409 XRRModeInfo *mode = &res->modes[m];
436 fatal ("Output %s is not disconnected but has no modes\n",
1174 if (new_res->modes[i].id != res->modes[i].id) {
1417 XRRModeInfo *rmode = find_mode_by_xid (output_info->modes[j]);
1426 /* Sort the modes */

Completed in 52 milliseconds