Home
last modified time | relevance | path

Searched refs:mode_ptr (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/drm2/i915/
HDintel_tv.c1297 struct drm_display_mode *mode_ptr) in intel_tv_chose_preferred_modes() argument
1302 if (tv_mode->nbr_end < 480 && mode_ptr->vdisplay == 480) in intel_tv_chose_preferred_modes()
1303 mode_ptr->type |= DRM_MODE_TYPE_PREFERRED; in intel_tv_chose_preferred_modes()
1306 if (mode_ptr->vdisplay == 720) in intel_tv_chose_preferred_modes()
1307 mode_ptr->type |= DRM_MODE_TYPE_PREFERRED; in intel_tv_chose_preferred_modes()
1308 } else if (mode_ptr->vdisplay == 1080) in intel_tv_chose_preferred_modes()
1309 mode_ptr->type |= DRM_MODE_TYPE_PREFERRED; in intel_tv_chose_preferred_modes()
1323 struct drm_display_mode *mode_ptr; in intel_tv_get_modes() local
1342 mode_ptr = drm_mode_create(connector->dev); in intel_tv_get_modes()
1343 if (!mode_ptr) in intel_tv_get_modes()
[all …]
/NextBSD/sys/dev/aic7xxx/
HDaic79xx_inline.h123 ahd_mode_state mode_ptr; in ahd_update_modes() local
127 mode_ptr = ahd_inb(ahd, MODE_PTR); in ahd_update_modes()
130 printf("Reading mode 0x%x\n", mode_ptr); in ahd_update_modes()
132 ahd_extract_mode_state(ahd, mode_ptr, &src, &dst); in ahd_update_modes()
/NextBSD/sys/dev/aic7xxx/aicasm/
HDaicasm_gram.y73 static symbol_ref_t mode_ptr; variable
534 if (mode_ptr.symbol != NULL) {
539 mode_ptr.symbol = cur_symbol;
1632 else if (dest->symbol == mode_ptr.symbol) { in format_1_instr()
1644 else if (src->symbol == mode_ptr.symbol) in format_1_instr()
/NextBSD/sys/dev/drm2/
HDdrm_crtc.c1472 struct drm_mode_modeinfo __user *mode_ptr; in drm_mode_getconnector() local
1530 mode_ptr = (struct drm_mode_modeinfo __user *)(unsigned long)out_resp->modes_ptr; in drm_mode_getconnector()
1533 if (copy_to_user(mode_ptr + copied, in drm_mode_getconnector()