Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Ddce_v8_0.c852 fixed20_12 vsc; /* vertical scale ratio */ member
1023 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in dce_v8_0_average_bandwidth()
1058 if ((wm->vsc.full > a.full) || in dce_v8_0_latency_watermark()
1059 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v8_0_latency_watermark()
1061 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v8_0_latency_watermark()
1159 if (wm->vsc.full > a.full) in dce_v8_0_check_latency_hiding()
1220 wm_high.vsc = amdgpu_crtc->vsc; in dce_v8_0_program_watermarks()
1259 wm_low.vsc = amdgpu_crtc->vsc; in dce_v8_0_program_watermarks()
Damdgpu_display.c746 amdgpu_crtc->vsc.full = dfixed_div(a, b); in amdgpu_crtc_scaling_mode_fixup()
751 amdgpu_crtc->vsc.full = dfixed_const(1); in amdgpu_crtc_scaling_mode_fixup()
Ddce_v11_0.c897 fixed20_12 vsc; /* vertical scale ratio */ member
1068 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in dce_v11_0_average_bandwidth()
1103 if ((wm->vsc.full > a.full) || in dce_v11_0_latency_watermark()
1104 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v11_0_latency_watermark()
1106 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v11_0_latency_watermark()
1204 if (wm->vsc.full > a.full) in dce_v11_0_check_latency_hiding()
1265 wm_high.vsc = amdgpu_crtc->vsc; in dce_v11_0_program_watermarks()
1304 wm_low.vsc = amdgpu_crtc->vsc; in dce_v11_0_program_watermarks()
Ddce_v10_0.c909 fixed20_12 vsc; /* vertical scale ratio */ member
1080 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in dce_v10_0_average_bandwidth()
1115 if ((wm->vsc.full > a.full) || in dce_v10_0_latency_watermark()
1116 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v10_0_latency_watermark()
1118 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v10_0_latency_watermark()
1216 if (wm->vsc.full > a.full) in dce_v10_0_check_latency_hiding()
1277 wm_high.vsc = amdgpu_crtc->vsc; in dce_v10_0_program_watermarks()
1316 wm_low.vsc = amdgpu_crtc->vsc; in dce_v10_0_program_watermarks()
Damdgpu_mode.h387 fixed20_12 vsc; member
/linux-4.4.14/drivers/gpu/drm/radeon/
Drs690.c304 if (crtc->vsc.full > dfixed_const(2)) in rs690_crtc_bandwidth_compute()
332 if (crtc->vsc.full > b.full) in rs690_crtc_bandwidth_compute()
333 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.c2034 fixed20_12 vsc; /* vertical scale ratio */ member
2149 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in evergreen_average_bandwidth()
2174 if ((wm->vsc.full > a.full) || in evergreen_latency_watermark()
2175 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in evergreen_latency_watermark()
2177 ((wm->vsc.full >= a.full) && wm->interlaced)) in evergreen_latency_watermark()
2235 if (wm->vsc.full > a.full) in evergreen_check_latency_hiding()
2294 wm_high.vsc = radeon_crtc->vsc; in evergreen_program_watermarks()
2321 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.c9200 fixed20_12 vsc; /* vertical scale ratio */ member
9371 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in dce8_average_bandwidth()
9406 if ((wm->vsc.full > a.full) || in dce8_latency_watermark()
9407 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce8_latency_watermark()
9409 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce8_latency_watermark()
9507 if (wm->vsc.full > a.full) in dce8_check_latency_hiding()
9569 wm_high.vsc = radeon_crtc->vsc; in dce8_program_watermarks()
9609 wm_low.vsc = radeon_crtc->vsc; in dce8_program_watermarks()
Dradeon_mode.h348 fixed20_12 vsc; member
Dradeon_display.c1805 radeon_crtc->vsc.full = dfixed_div(a, b); in radeon_crtc_scaling_mode_fixup()
1810 radeon_crtc->vsc.full = dfixed_const(1); in radeon_crtc_scaling_mode_fixup()
/linux-4.4.14/drivers/video/fbdev/
Dcg14.c122 u16 vsc; /* Vert Sync Clear */ member