Home
last modified time | relevance | path

Searched refs:vsc (Results 26 – 46 of 46) sorted by relevance

12

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v10_0.c701 fixed20_12 vsc; /* vertical scale ratio */ member
872 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in dce_v10_0_average_bandwidth()
907 if ((wm->vsc.full > a.full) || in dce_v10_0_latency_watermark()
908 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v10_0_latency_watermark()
910 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v10_0_latency_watermark()
995 if (wm->vsc.full > a.full) in dce_v10_0_check_latency_hiding()
1059 wm_high.vsc = amdgpu_crtc->vsc; in dce_v10_0_program_watermarks()
1098 wm_low.vsc = amdgpu_crtc->vsc; in dce_v10_0_program_watermarks()
H A Ddce_v11_0.c733 fixed20_12 vsc; /* vertical scale ratio */ member
904 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in dce_v11_0_average_bandwidth()
939 if ((wm->vsc.full > a.full) || in dce_v11_0_latency_watermark()
940 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v11_0_latency_watermark()
942 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v11_0_latency_watermark()
1027 if (wm->vsc.full > a.full) in dce_v11_0_check_latency_hiding()
1091 wm_high.vsc = amdgpu_crtc->vsc; in dce_v11_0_program_watermarks()
1130 wm_low.vsc = amdgpu_crtc->vsc; in dce_v11_0_program_watermarks()
H A Damdgpu_mode.h387 fixed20_12 vsc; member
H A Damdgpu_display.c1442 amdgpu_crtc->vsc.full = dfixed_div(a, b); in amdgpu_display_crtc_scaling_mode_fixup()
1447 amdgpu_crtc->vsc.full = dfixed_const(1); in amdgpu_display_crtc_scaling_mode_fixup()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Drs690.c305 if (crtc->vsc.full > dfixed_const(2)) in rs690_crtc_bandwidth_compute()
333 if (crtc->vsc.full > b.full) in rs690_crtc_bandwidth_compute()
334 b.full = crtc->vsc.full; in rs690_crtc_bandwidth_compute()
H A Drv515.c953 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute()
981 if (crtc->vsc.full > b.full) in rv515_crtc_bandwidth_compute()
982 b.full = crtc->vsc.full; in rv515_crtc_bandwidth_compute()
H A Devergreen.c1942 fixed20_12 vsc; /* vertical scale ratio */ member
2057 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in evergreen_average_bandwidth()
2082 if ((wm->vsc.full > a.full) || in evergreen_latency_watermark()
2083 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in evergreen_latency_watermark()
2085 ((wm->vsc.full >= a.full) && wm->interlaced)) in evergreen_latency_watermark()
2137 if (wm->vsc.full > a.full) in evergreen_check_latency_hiding()
2199 wm_high.vsc = radeon_crtc->vsc; in evergreen_program_watermarks()
2226 wm_low.vsc = radeon_crtc->vsc; in evergreen_program_watermarks()
H A Dsi.c2061 fixed20_12 vsc; /* vertical scale ratio */ member
2193 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in dce6_average_bandwidth()
2219 if ((wm->vsc.full > a.full) || in dce6_latency_watermark()
2220 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce6_latency_watermark()
2222 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce6_latency_watermark()
2276 if (wm->vsc.full > a.full) in dce6_check_latency_hiding()
2341 wm_high.vsc = radeon_crtc->vsc; in dce6_program_watermarks()
2368 wm_low.vsc = radeon_crtc->vsc; in dce6_program_watermarks()
H A Dcik.c8907 fixed20_12 vsc; /* vertical scale ratio */ member
9078 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in dce8_average_bandwidth()
9113 if ((wm->vsc.full > a.full) || in dce8_latency_watermark()
9114 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce8_latency_watermark()
9116 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce8_latency_watermark()
9201 if (wm->vsc.full > a.full) in dce8_check_latency_hiding()
9266 wm_high.vsc = radeon_crtc->vsc; in dce8_program_watermarks()
9306 wm_low.vsc = radeon_crtc->vsc; in dce8_program_watermarks()
H A Dradeon_mode.h339 fixed20_12 vsc; member
H A Dradeon_display.c1765 radeon_crtc->vsc.full = dfixed_div(a, b); in radeon_crtc_scaling_mode_fixup()
1770 radeon_crtc->vsc.full = dfixed_const(1); in radeon_crtc_scaling_mode_fixup()
/openbmc/linux/arch/arm/boot/dts/gemini/
H A Dgemini-sq201.dts109 vsc: port@6 { label
H A Dgemini-sl93512r.dts124 vsc: port@6 { label
/openbmc/linux/include/drm/display/
H A Ddrm_dp_helper.h102 const struct drm_dp_vsc_sdp *vsc);
/openbmc/linux/drivers/video/fbdev/
H A Dcg14.c124 u16 vsc; /* Vert Sync Clear */ member
/openbmc/linux/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1755 u32 hsc, vsc, v_src, h_src, v_add; in cx25840_set_fmt() local
1821 vsc = (1 << 16) - (v_src * (1 << 9) / (fmt->height + v_add) - (1 << 9)); in cx25840_set_fmt()
1822 vsc &= 0x1fff; in cx25840_set_fmt()
1836 (unsigned int)hsc, (unsigned int)vsc); in cx25840_set_fmt()
1842 cx25840_write4(client, 0x438, vsc | (1 << 19) | (filter << 16)); in cx25840_set_fmt()
1848 cx25840_write(client, 0x41c, vsc & 0xff); in cx25840_set_fmt()
1849 cx25840_write(client, 0x41d, vsc >> 8); in cx25840_set_fmt()
/openbmc/linux/Documentation/networking/devlink/
H A Dmlx5.rst221 The CR-space dump uses vsc interface which is valid even if the FW command
/openbmc/qemu/hw/ppc/
H A Dspapr.c3160 VHostSCSICommon *vsc = CAST(VHostSCSICommon, dev, TYPE_VHOST_SCSI_COMMON); in spapr_get_fw_dev_path() local
3223 if (vsc) { in spapr_get_fw_dev_path()
3225 unsigned id = 0x1000000 | (vsc->target << 16) | vsc->lun; in spapr_get_fw_dev_path()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h1318 struct drm_dp_vsc_sdp vsc; member
H A Dintel_display.c5375 PIPE_CONF_CHECK_DP_VSC_SDP(vsc); in intel_pipe_config_compare()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3663 info->vsc.valid = false; in resource_build_info_frame()
3682 set_vsc_info_packet(&info->vsc, pipe_ctx->stream); in resource_build_info_frame()

12