/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_panel.c | 43 adjusted_mode->hdisplay = fixed_mode->hdisplay; 71 if (adjusted_mode->hdisplay == mode->hdisplay && 77 width = mode->hdisplay; 79 x = (adjusted_mode->hdisplay - width + 1)/2; 86 u32 scaled_width = adjusted_mode->hdisplay * mode->vdisplay; 87 u32 scaled_height = mode->hdisplay * adjusted_mode->vdisplay; 92 x = (adjusted_mode->hdisplay - width + 1) / 2; 96 height = scaled_width / mode->hdisplay; [all...] |
H A D | dvo_ivch.c | 357 if (mode->hdisplay != adjusted_mode->hdisplay || 363 x_ratio = (((mode->hdisplay - 1) << 16) / 364 (adjusted_mode->hdisplay - 1)) >> 2;
|
H A D | dvo_ns2501.c | 287 ("%s: is mode valid (hdisplay=%d,htotal=%d,vdisplay=%d,vtotal=%d)\n", 288 __FUNCTION__, mode->hdisplay, mode->htotal, mode->vdisplay, 297 if ((mode->hdisplay == 800 && mode->vdisplay == 600) || 298 (mode->hdisplay == 640 && mode->vdisplay == 480) || 299 (mode->hdisplay == 1024 && mode->vdisplay == 768)) { 315 ("%s: set mode (hdisplay=%d,htotal=%d,vdisplay=%d,vtotal=%d).\n", 316 __FUNCTION__, mode->hdisplay, mode->htotal, mode->vdisplay, 328 if (mode->hdisplay == 800 && mode->vdisplay == 600) { 393 } else if (mode->hdisplay == 640 && mode->vdisplay == 480) { 458 } else if (mode->hdisplay [all...] |
H A D | dvo_ch7017.c | 309 horizontal_active_pixel_input = mode->hdisplay & 0x00ff; 312 horizontal_active_pixel_output = mode->hdisplay & 0x00ff; 314 active_input_line_output = ((mode->hdisplay & 0x0700) >> 8) | 318 (mode->hdisplay & 0x0700) >> 8;
|
H A D | intel_dvo.c | 239 if (mode->hdisplay > intel_dvo->panel_fixed_mode->hdisplay) 261 C(hdisplay); 324 (adjusted_mode->hdisplay << DVO_SRCDIM_HORIZONTAL_SHIFT) | 327 (adjusted_mode->hdisplay << DVO_SRCDIM_HORIZONTAL_SHIFT) |
|
H A D | intel_bios.c | 83 panel_fixed_mode->hdisplay = (dvo_timing->hactive_hi << 8) | 85 panel_fixed_mode->hsync_start = panel_fixed_mode->hdisplay + 89 panel_fixed_mode->htotal = panel_fixed_mode->hdisplay + 281 if (fp_timing->x_res == panel_fixed_mode->hdisplay &&
|
H A D | intel_pm.c | 535 if ((crtc->mode.hdisplay > max_hdisplay) || 1172 int htotal, hdisplay, clock, pixel_size; local 1184 hdisplay = crtc->mode.hdisplay; 1190 tlb_miss = display->fifo_size*display->cacheline_size - hdisplay * 8; 1202 tlb_miss = cursor->fifo_size*cursor->cacheline_size - hdisplay * 8; 1256 int hdisplay, htotal, pixel_size, clock; local 1268 hdisplay = crtc->mode.hdisplay; 1275 line_size = hdisplay * pixel_siz 1496 int hdisplay = crtc->mode.hdisplay; local 1615 int hdisplay = enabled->mode.hdisplay; local 1751 int hdisplay, htotal, pixel_size, clock; local [all...] |
H A D | intel_sdvo.c | 758 (intel_sdvo->sdvo_lvds_fixed_mode->hdisplay != width || 789 width = mode->hdisplay; 793 h_blank_len = mode->htotal - mode->hdisplay; 799 h_sync_offset = mode->hsync_start - mode->hdisplay; 839 mode->hdisplay = dtd->part1.h_active; 840 mode->hdisplay += ((dtd->part1.h_high >> 4) & 0x0f) << 8; 841 mode->hsync_start = mode->hdisplay + dtd->part2.h_sync_off; 845 mode->htotal = mode->hdisplay + dtd->part1.h_blank; 1040 mode->hdisplay, 1518 if (mode->hdisplay > intel_sdv [all...] |
H A D | intel_lvds.c | 247 if (mode->hdisplay > fixed_mode->hdisplay) 745 if (scan->hdisplay == fixed_mode->hdisplay &&
|
H A D | intel_overlay.c | 866 if (rec->dst_x < mode->hdisplay && 867 rec->dst_x + rec->dst_width <= mode->hdisplay && 1104 if (mode->hdisplay > 1024 &&
|
H A D | intel_tv.c | 1151 .hdisplay = 1280, 1412 mode_ptr->hdisplay = hactive_s;
|
H A D | intel_display.c | 3763 master_priv->sarea_priv->pipeA_w = enabled ? crtc->mode.hdisplay : 0; 3767 master_priv->sarea_priv->pipeB_w = enabled ? crtc->mode.hdisplay : 0; 4089 adjusted_mode->hsync_start == adjusted_mode->hdisplay) 4740 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1)); 4779 pipe_config->requested_mode.hdisplay = ((tmp >> 16) & 0xffff) + 1; 4945 (mode->hdisplay - 1)); 6745 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp); 6764 mode_cmd.width = mode->hdisplay; 6789 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay, 7048 mode->hdisplay [all...] |
H A D | intel_sprite.c | 639 .x2 = crtc->mode.hdisplay,
|
H A D | intel_dp.c | 136 if (mode->hdisplay > fixed_mode->hdisplay)
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_modes.c | 57 mode->hdisplay, mode->hsync_start, 66 * @hdisplay: hdisplay size 78 * according to the hdisplay, vdisplay, vrefresh. 87 struct drm_display_mode *drm_cvt_mode(struct drm_device *dev, int hdisplay, argument 124 hdisplay_rnd = hdisplay - (hdisplay % CVT_H_GRANULARITY); 133 drm_mode->hdisplay = hdisplay_rnd + 2 * hmargin; 155 if (!(vdisplay % 3) && ((vdisplay * 4 / 3) == hdisplay)) 157 else if (!(vdisplay % 9) && ((vdisplay * 16 / 9) == hdisplay)) 303 drm_gtf_mode_complex(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool interlaced, int margins, int GTF_M, int GTF_2C, int GTF_K, int GTF_2J) argument 503 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool lace, int margins) argument [all...] |
H A D | drm_edid.c | 1196 #define MODE_SIZE(m) ((m)->hdisplay * (m)->vdisplay) 1248 return (mode->htotal - mode->hdisplay == 160) && 1249 (mode->hsync_end - mode->hdisplay == 80) && 1273 if (hsize != ptr->hdisplay) 1466 /* According to the EDID spec, the hdisplay = hsize * 8 + 248 */ 1498 if (m->hdisplay == hsize && m->vdisplay == vsize && 1506 mode->hdisplay = 1366; 1586 if ((mode->hdisplay == cea_interlaced[i].w) && 1661 mode->hdisplay = hactive; 1662 mode->hsync_start = mode->hdisplay 2958 drm_add_modes_noedid(struct drm_connector *connector, int hdisplay, int vdisplay) argument [all...] |
H A D | drm_fb_helper.c | 379 if (desired_mode->hdisplay < sizes.fb_width) 380 sizes.fb_width = desired_mode->hdisplay; 383 if (desired_mode->hdisplay > sizes.surface_width) 384 sizes.surface_width = desired_mode->hdisplay; 483 if (mode->hdisplay != cmdline_mode->xres ||
|
H A D | drm_crtc.c | 1209 if (in->hdisplay > USHRT_MAX || in->hsync_start > USHRT_MAX || 1217 out->hdisplay = in->hdisplay; 1250 out->hdisplay = in->hdisplay; 2027 int hdisplay, vdisplay; local 2064 hdisplay = mode->hdisplay; 2068 swap(hdisplay, vdisplay); 2070 if (hdisplay > f 3472 int hdisplay, vdisplay; local [all...] |
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_crtc.h | 121 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \ 141 int hdisplay; member in struct:drm_display_mode 1033 int hdisplay, int vdisplay, int vrefresh, 1036 int hdisplay, int vdisplay, int vrefresh, 1039 int hdisplay, int vdisplay, int vrefresh, 1043 int hdisplay, int vdisplay);
|
H A D | drm_mode.h | 90 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_mode.h | 90 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
|