Home
last modified time | relevance | path

Searched refs:vsc (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Drs690.c294 if (crtc->vsc.full > dfixed_const(2)) in rs690_crtc_bandwidth_compute()
322 if (crtc->vsc.full > b.full) in rs690_crtc_bandwidth_compute()
323 b.full = crtc->vsc.full; in rs690_crtc_bandwidth_compute()
Drv515.c983 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute()
1011 if (crtc->vsc.full > b.full) in rv515_crtc_bandwidth_compute()
1012 b.full = crtc->vsc.full; in rv515_crtc_bandwidth_compute()
Devergreen.c1989 fixed20_12 vsc; /* vertical scale ratio */ member
2104 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in evergreen_average_bandwidth()
2129 if ((wm->vsc.full > a.full) || in evergreen_latency_watermark()
2130 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in evergreen_latency_watermark()
2132 ((wm->vsc.full >= a.full) && wm->interlaced)) in evergreen_latency_watermark()
2190 if (wm->vsc.full > a.full) in evergreen_check_latency_hiding()
2249 wm_high.vsc = radeon_crtc->vsc; in evergreen_program_watermarks()
2276 wm_low.vsc = radeon_crtc->vsc; in evergreen_program_watermarks()
Dsi.c2006 fixed20_12 vsc; /* vertical scale ratio */ member
2138 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in dce6_average_bandwidth()
2164 if ((wm->vsc.full > a.full) || in dce6_latency_watermark()
2165 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce6_latency_watermark()
2167 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce6_latency_watermark()
2234 if (wm->vsc.full > a.full) in dce6_check_latency_hiding()
2296 wm_high.vsc = radeon_crtc->vsc; in dce6_program_watermarks()
2323 wm_low.vsc = radeon_crtc->vsc; in dce6_program_watermarks()
Dcik.c9179 fixed20_12 vsc; /* vertical scale ratio */ member
9350 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in dce8_average_bandwidth()
9385 if ((wm->vsc.full > a.full) || in dce8_latency_watermark()
9386 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce8_latency_watermark()
9388 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce8_latency_watermark()
9486 if (wm->vsc.full > a.full) in dce8_check_latency_hiding()
9548 wm_high.vsc = radeon_crtc->vsc; in dce8_program_watermarks()
9588 wm_low.vsc = radeon_crtc->vsc; in dce8_program_watermarks()
Dradeon_mode.h348 fixed20_12 vsc; member
Dradeon_display.c1752 radeon_crtc->vsc.full = dfixed_div(a, b); in radeon_crtc_scaling_mode_fixup()
1757 radeon_crtc->vsc.full = dfixed_const(1); in radeon_crtc_scaling_mode_fixup()
/linux-4.1.27/drivers/video/fbdev/
Dcg14.c122 u16 vsc; /* Vert Sync Clear */ member