Home
last modified time | relevance | path

Searched refs:crtc_hdisplay (Results 1 – 22 of 22) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/gma500/
Dmdfld_intel_display.c933 | (min(mode->crtc_hdisplay, adjusted_mode->crtc_hdisplay) - 1)); in mdfld_crtc_mode_set()
935 REG_WRITE(pipesrc_reg, ((mode->crtc_hdisplay - 1) << 16) in mdfld_crtc_mode_set()
940 (mode->crtc_hdisplay - 1)); in mdfld_crtc_mode_set()
942 ((mode->crtc_hdisplay - 1) << 16) | in mdfld_crtc_mode_set()
959 offsetX = (adjusted_mode->crtc_hdisplay - in mdfld_crtc_mode_set()
960 mode->crtc_hdisplay) / 2; in mdfld_crtc_mode_set()
964 REG_WRITE(htot_reg, (mode->crtc_hdisplay - 1) | in mdfld_crtc_mode_set()
981 REG_WRITE(htot_reg, (adjusted_mode->crtc_hdisplay - 1) | in mdfld_crtc_mode_set()
Doaktrail_crtc.c354 ((mode->crtc_hdisplay - 1) << 16) | in oaktrail_crtc_mode_set()
367 offsetX = (adjusted_mode->crtc_hdisplay - in oaktrail_crtc_mode_set()
368 mode->crtc_hdisplay) / 2; in oaktrail_crtc_mode_set()
372 REG_WRITE(htot_reg, (mode->crtc_hdisplay - 1) | in oaktrail_crtc_mode_set()
389 REG_WRITE(htot_reg, (adjusted_mode->crtc_hdisplay - 1) | in oaktrail_crtc_mode_set()
Doaktrail_lvds.c145 (mode->hdisplay != adjusted_mode->crtc_hdisplay)) { in oaktrail_lvds_mode_set()
146 if ((adjusted_mode->crtc_hdisplay * mode->vdisplay) == in oaktrail_lvds_mode_set()
149 else if ((adjusted_mode->crtc_hdisplay * in oaktrail_lvds_mode_set()
Dcdv_intel_display.c867 REG_WRITE(htot_reg, (adjusted_mode->crtc_hdisplay - 1) | in cdv_intel_crtc_mode_set()
Dpsb_intel_display.c763 REG_WRITE(htot_reg, (adjusted_mode->crtc_hdisplay - 1) | in psb_intel_crtc_mode_set()
Dpsb_intel_sdvo.c723 width = mode->crtc_hdisplay; in psb_intel_sdvo_get_dtd_from_mode()
/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_encoders.c293 adjusted_mode->crtc_hdisplay = native_mode->hdisplay; in radeon_panel_mode_fixup()
297 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank; in radeon_panel_mode_fixup()
298 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hdisplay + hover; in radeon_panel_mode_fixup()
Datombios_crtc.c53 args.usOverscanLeft = cpu_to_le16((adjusted_mode->crtc_hdisplay - mode->crtc_hdisplay) / 2); in atombios_overscan_setup()
54 args.usOverscanRight = cpu_to_le16((adjusted_mode->crtc_hdisplay - mode->crtc_hdisplay) / 2); in atombios_overscan_setup()
57 a1 = mode->crtc_vdisplay * adjusted_mode->crtc_hdisplay; in atombios_overscan_setup()
58 a2 = adjusted_mode->crtc_vdisplay * mode->crtc_hdisplay; in atombios_overscan_setup()
61 …args.usOverscanLeft = cpu_to_le16((adjusted_mode->crtc_hdisplay - (a2 / mode->crtc_vdisplay)) / 2); in atombios_overscan_setup()
62 …args.usOverscanRight = cpu_to_le16((adjusted_mode->crtc_hdisplay - (a2 / mode->crtc_vdisplay)) / 2… in atombios_overscan_setup()
64 … args.usOverscanTop = cpu_to_le16((adjusted_mode->crtc_vdisplay - (a1 / mode->crtc_hdisplay)) / 2); in atombios_overscan_setup()
65 …args.usOverscanBottom = cpu_to_le16((adjusted_mode->crtc_vdisplay - (a1 / mode->crtc_hdisplay)) / … in atombios_overscan_setup()
296 args.usH_Size = cpu_to_le16(mode->crtc_hdisplay - (radeon_crtc->h_border * 2)); in atombios_set_crtc_dtd_timing()
298 cpu_to_le16(mode->crtc_hblank_end - mode->crtc_hdisplay + (radeon_crtc->h_border * 2)); in atombios_set_crtc_dtd_timing()
[all …]
Drs690.c247 b.full = dfixed_const(mode->crtc_hdisplay); in rs690_crtc_bandwidth_compute()
297 b.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rs690_crtc_bandwidth_compute()
378 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rs690_crtc_bandwidth_compute()
385 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) { in rs690_crtc_bandwidth_compute()
Dradeon_legacy_crtc.c81 | ((((mode->crtc_hdisplay / 8) - 1) & 0x1ff) << 16)); in radeon_legacy_rmx_mode_set()
164 | ((((mode->crtc_hdisplay / 8) - 1) & 0x1ff) << 16)); in radeon_legacy_rmx_mode_set()
617 | ((((mode->crtc_hdisplay / 8) - 1) & 0x1ff) << 16)); in radeon_set_crtc_timing()
Drv515.c823 b.full = dfixed_const(mode->crtc_hdisplay); in rv515_crtc_bandwidth_compute()
873 b.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rv515_crtc_bandwidth_compute()
927 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rv515_crtc_bandwidth_compute()
934 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) { in rv515_crtc_bandwidth_compute()
Dradeon_cursor.c257 frame_end = crtc->x + crtc->mode.crtc_hdisplay; in radeon_crtc_cursor_move()
Dradeon_atombios.c1704 mode->crtc_hdisplay = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_Disp); in radeon_atom_get_tv_timings()
1744 mode->crtc_hdisplay = le16_to_cpu(dtd_timings->usHActive); in radeon_atom_get_tv_timings()
Dsi.c773 wm.src_width = mode->crtc_hdisplay; in dce6_program_watermarks()
774 wm.active_time = mode->crtc_hdisplay * pixel_period; in dce6_program_watermarks()
Devergreen.c892 wm.src_width = mode->crtc_hdisplay; in evergreen_program_watermarks()
893 wm.active_time = mode->crtc_hdisplay * pixel_period; in evergreen_program_watermarks()
/linux-3.4.99/drivers/gpu/drm/udl/
Dudl_modeset.c159 xde = xds + mode->crtc_hdisplay; in udl_set_vid_cmds()
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv04_crtc.c234 int horizDisplay = (mode->crtc_hdisplay >> 3) - 1; in nv_crtc_mode_set_vga()
238 int horizBlankStart = (mode->crtc_hdisplay >> 3) - 1; in nv_crtc_mode_set_vga()
383 regp->CRTC[NV_CIO_CRE_RPC1_INDEX] = mode->crtc_hdisplay < 1280 ? in nv_crtc_mode_set_vga()
/linux-3.4.99/drivers/gpu/drm/
Ddrm_modes.c672 p->crtc_hdisplay = p->hdisplay; in drm_mode_set_crtcinfo()
707 p->crtc_hblank_start = min(p->crtc_hsync_start, p->crtc_hdisplay); in drm_mode_set_crtcinfo()
/linux-3.4.99/include/drm/
Ddrm_crtc.h147 int crtc_hdisplay; member
/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_lvds.c184 mode->crtc_hdisplay = width; in centre_horizontally()
Dintel_sdvo.c736 width = mode->crtc_hdisplay; in intel_sdvo_get_dtd_from_mode()
Dintel_display.c5460 (adjusted_mode->crtc_hdisplay - 1) | in i9xx_crtc_mode_set()
6055 (adjusted_mode->crtc_hdisplay - 1) | in ironlake_crtc_mode_set()