Searched defs:mode_ptr (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_mode_list.h43 XF86ConfModeLinePtr mode_ptr; /* ModeLine / Mode-EndMode entry */ member in struct:fbc_mode_elem_st
H A Dfbc_mode_list.c56 XF86ConfModeLinePtr mode_ptr; /* ModeLine / Mode-EndMode entry */ local
90 mode_ptr = mode_elem->mode_ptr;
95 if (new_mode_ptr->ml_hdisplay > mode_ptr->ml_hdisplay) {
98 if (new_mode_ptr->ml_hdisplay < mode_ptr->ml_hdisplay) {
102 if (new_mode_ptr->ml_vdisplay > mode_ptr->ml_vdisplay) {
105 if (new_mode_ptr->ml_vdisplay < mode_ptr->ml_vdisplay) {
109 total = (long)mode_ptr->ml_htotal * mode_ptr->ml_vtotal;
110 frequency = (long)mode_ptr
233 fbc_append_mode_list_to_list( fbc_mode_elem_t *mode_list, XF86ConfModeLinePtr mode_ptr) argument
[all...]
H A Dfbc_Modes.c175 XF86ConfModeLinePtr modes, ptr, next_mode_ptr, mode_ptr; local
184 mode_ptr = NULL;
189 mode_ptr = ptr;
198 modes_sectn_ptr->mon_modeline_lst = mode_ptr;
199 if (mode_ptr) {
200 mode_ptr->list.next = NULL;
H A Dsun_edid.c1215 sun_edid_mode_t *mode_ptr; /* Ptr to video mode within list */ local
1227 for (mode_ptr = edid_modes; mode_ptr->name != NULL; mode_ptr += 1) {
1228 if ((strcmp(mode_name, mode_ptr->name) == 0) &&
1229 (width == mode_ptr->width) &&
1230 (height == mode_ptr->height) &&
1231 (frequency == mode_ptr->frequency)) {
1449 XF86ConfModeLinePtr mode_ptr; /* ModeLine / Mode-EndMode entry */ local
1455 mode_ptr
1674 XF86ConfModeLinePtr mode_ptr; /* ModeLine / Mode-EndMode entry */ local
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_tv.c1357 struct drm_display_mode *mode_ptr)
1363 mode_ptr->type |= DRM_MODE_TYPE_BUILTIN;
1364 else if (tv_mode->nbr_end < 480 && mode_ptr->vdisplay == 480)
1365 mode_ptr->type |= DRM_MODE_TYPE_PREFERRED;
1368 if (mode_ptr->vdisplay == 720)
1369 mode_ptr->type |= DRM_MODE_TYPE_PREFERRED;
1370 } else if (mode_ptr->vdisplay == 1080)
1371 mode_ptr->type |= DRM_MODE_TYPE_PREFERRED;
1385 struct drm_display_mode *mode_ptr; local
1407 mode_ptr
1356 intel_tv_chose_preferred_modes(struct drm_connector *connector, struct drm_display_mode *mode_ptr) argument
[all...]
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c1545 struct drm_mode_modeinfo __user *mode_ptr; local
1603 mode_ptr = (struct drm_mode_modeinfo *)(unsigned long)out_resp->modes_ptr;
1606 if (DRM_COPY_TO_USER(mode_ptr + copied,

Completed in 45 milliseconds