Home
last modified time | relevance | path

Searched refs:crtc_htotal (Results 1 – 18 of 18) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/udl/
Dudl_modeset.c156 xds = mode->crtc_htotal - mode->crtc_hsync_start; in udl_set_vid_cmds()
171 mode->crtc_htotal - 1); in udl_set_vid_cmds()
/linux-3.4.99/drivers/gpu/drm/gma500/
Doaktrail_crtc.c373 ((adjusted_mode->crtc_htotal - 1) << 16)); in oaktrail_crtc_mode_set()
390 ((adjusted_mode->crtc_htotal - 1) << 16)); in oaktrail_crtc_mode_set()
Dmdfld_intel_display.c965 ((adjusted_mode->crtc_htotal - 1) << 16)); in mdfld_crtc_mode_set()
982 ((adjusted_mode->crtc_htotal - 1) << 16)); in mdfld_crtc_mode_set()
Dcdv_intel_display.c868 ((adjusted_mode->crtc_htotal - 1) << 16)); in cdv_intel_crtc_mode_set()
Dpsb_intel_display.c764 ((adjusted_mode->crtc_htotal - 1) << 16)); in psb_intel_crtc_mode_set()
/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_encoders.c297 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank; in radeon_panel_mode_fixup()
Dradeon_legacy_crtc.c80 fp_crtc_h_total_disp = ((((mode->crtc_htotal / 8) - 1) & 0x3ff) in radeon_legacy_rmx_mode_set()
616 crtc_h_total_disp = ((((mode->crtc_htotal / 8) - 1) & 0x3ff) in radeon_set_crtc_timing()
Drs690.c288 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rs690_crtc_bandwidth_compute()
296 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rs690_crtc_bandwidth_compute()
Drv515.c864 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rv515_crtc_bandwidth_compute()
872 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rv515_crtc_bandwidth_compute()
Dradeon_atombios.c1703 mode->crtc_htotal = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_Total); in radeon_atom_get_tv_timings()
1732 mode->crtc_htotal -= 1; in radeon_atom_get_tv_timings()
1742 mode->crtc_htotal = le16_to_cpu(dtd_timings->usHActive) + in radeon_atom_get_tv_timings()
Datombios_crtc.c341 args.usH_Total = cpu_to_le16(mode->crtc_htotal); in atombios_crtc_set_timing()
Dsi.c766 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in dce6_program_watermarks()
Devergreen.c885 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in evergreen_program_watermarks()
/linux-3.4.99/drivers/gpu/drm/
Ddrm_modes.c675 p->crtc_htotal = p->htotal; in drm_mode_set_crtcinfo()
708 p->crtc_hblank_end = max(p->crtc_hsync_end, p->crtc_htotal); in drm_mode_set_crtcinfo()
Ddrm_irq.c509 linedur_ns = (s64) div64_u64(((u64) crtc->hwmode.crtc_htotal * in drm_calc_timestamping_constants()
521 crtc->base.id, crtc->hwmode.crtc_htotal, in drm_calc_timestamping_constants()
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv04_crtc.c237 int horizTotal = (mode->crtc_htotal >> 3) - 5; in nv_crtc_mode_set_vga()
239 int horizBlankEnd = (mode->crtc_htotal >> 3) - 1; in nv_crtc_mode_set_vga()
/linux-3.4.99/include/drm/
Ddrm_crtc.h152 int crtc_htotal; member
/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_display.c5450 - adjusted_mode->crtc_htotal/2; in i9xx_crtc_mode_set()
5461 ((adjusted_mode->crtc_htotal - 1) << 16)); in i9xx_crtc_mode_set()
6048 - adjusted_mode->crtc_htotal/2); in ironlake_crtc_mode_set()
6056 ((adjusted_mode->crtc_htotal - 1) << 16)); in ironlake_crtc_mode_set()