/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_display.c | 81 int vpos, hpos; in amdgpu_display_flip_work_func() local 95 &vpos, &hpos, NULL, NULL, in amdgpu_display_flip_work_func() 768 unsigned int pipe, unsigned int flags, int *vpos, in amdgpu_display_get_crtc_scanoutpos() argument 794 *vpos = position & 0x1fff; in amdgpu_display_get_crtc_scanoutpos() 813 *hpos = *vpos - vbl_start; in amdgpu_display_get_crtc_scanoutpos() 830 if ((*vpos < vbl_start) && (*vpos >= vbl_end)) in amdgpu_display_get_crtc_scanoutpos() 840 *vpos -= vbl_start; in amdgpu_display_get_crtc_scanoutpos() 851 if (in_vbl && (*vpos >= vbl_start)) { in amdgpu_display_get_crtc_scanoutpos() 853 *vpos = *vpos - vtotal; in amdgpu_display_get_crtc_scanoutpos() 857 *vpos = *vpos - vbl_end; in amdgpu_display_get_crtc_scanoutpos()
|
D | amdgpu_kms.c | 997 int vpos, hpos, stat; in amdgpu_get_vblank_counter_kms() local 1025 &vpos, &hpos, NULL, NULL, in amdgpu_get_vblank_counter_kms() 1034 pipe, vpos); in amdgpu_get_vblank_counter_kms() 1040 if (vpos >= 0) in amdgpu_get_vblank_counter_kms()
|
D | amdgpu_mode.h | 605 unsigned int pipe, unsigned int flags, int *vpos,
|
D | amdgpu_drv.c | 1094 bool in_vblank_irq, int *vpos, int *hpos, in amdgpu_get_crtc_scanout_position() argument 1098 return amdgpu_display_get_crtc_scanoutpos(dev, pipe, 0, vpos, hpos, in amdgpu_get_crtc_scanout_position()
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | lm363x-regulator.txt | 19 - vpos 24 - vpos 59 vpos { 93 vpos {
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | dvo_ns2501.c | 218 u16 vpos; /* vertical position, 8e/8f */ member 245 .vpos = 16, 265 .vpos = 4, 284 .vpos = 7, 630 ns2501_writeb(dvo, NS2501_REG8E, conf->vpos & 0xff); in ns2501_mode_set() 631 ns2501_writeb(dvo, NS2501_REG8F, conf->vpos >> 8); in ns2501_mode_set()
|
D | intel_sdvo.c | 158 struct drm_property *vpos; member 182 unsigned overscan_h, overscan_v, hpos, vpos, sharpness; member 1230 if (intel_sdvo_conn->vpos) in intel_sdvo_update_props() 1231 UPDATE_PROPERTY(sdvo_state->tv.vpos, VPOS); in intel_sdvo_update_props() 2120 else if (property == intel_sdvo_connector->vpos) in intel_sdvo_connector_atomic_get_property() 2121 *val = sdvo_state->tv.vpos; in intel_sdvo_connector_atomic_get_property() 2178 else if (property == intel_sdvo_connector->vpos) in intel_sdvo_connector_atomic_set_property() 2179 sdvo_state->tv.vpos = val; in intel_sdvo_connector_atomic_set_property() 2913 ENHANCEMENT(&sdvo_state->tv, vpos, VPOS); in intel_sdvo_create_enhance_property_tv()
|
D | intel_sdvo_regs.h | 605 unsigned int vpos:1; member
|
D | i915_irq.c | 991 bool in_vblank_irq, int *vpos, int *hpos, in i915_get_crtc_scanoutpos() argument 1094 *vpos = position; in i915_get_crtc_scanoutpos() 1097 *vpos = position / htotal; in i915_get_crtc_scanoutpos() 1098 *hpos = position - (*vpos * htotal); in i915_get_crtc_scanoutpos()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_display.c | 281 int vpos, hpos; in radeon_crtc_handle_vblank() local 333 &vpos, &hpos, NULL, NULL, in radeon_crtc_handle_vblank() 335 ((vpos >= 0 && hpos < 0) || (hpos >= 0 && !ASIC_IS_AVIVO(rdev)))) { in radeon_crtc_handle_vblank() 411 int vpos, hpos; in radeon_flip_work_func() local 449 &vpos, &hpos, NULL, NULL, in radeon_flip_work_func() 1805 unsigned int flags, int *vpos, int *hpos, in radeon_get_crtc_scanoutpos() argument 1910 *vpos = position & 0x1fff; in radeon_get_crtc_scanoutpos() 1929 *hpos = *vpos - vbl_start; in radeon_get_crtc_scanoutpos() 1946 if ((*vpos < vbl_start) && (*vpos >= vbl_end)) in radeon_get_crtc_scanoutpos() 1956 *vpos -= vbl_start; in radeon_get_crtc_scanoutpos() [all …]
|
D | radeon_drv.c | 131 unsigned int flags, int *vpos, int *hpos, 547 bool in_vblank_irq, int *vpos, int *hpos, in radeon_get_crtc_scanout_position() argument 551 return radeon_get_crtc_scanoutpos(dev, pipe, 0, vpos, hpos, in radeon_get_crtc_scanout_position()
|
D | radeon_kms.c | 769 int vpos, hpos, stat; in radeon_get_vblank_counter_kms() local 798 &vpos, &hpos, NULL, NULL, in radeon_get_vblank_counter_kms() 808 pipe, vpos); in radeon_get_vblank_counter_kms() 814 if (vpos >= 0) in radeon_get_vblank_counter_kms()
|
D | radeon_mode.h | 880 unsigned int flags, int *vpos, int *hpos,
|
D | radeon_pm.c | 1760 int crtc, vpos, hpos, vbl_status; in radeon_pm_in_vbl() local 1771 &vpos, &hpos, NULL, NULL, in radeon_pm_in_vbl()
|
/Linux-v4.19/drivers/gpu/drm/i2c/ |
D | ch7006_mode.c | 335 int flicker, contrast, hpos, vpos; in ch7006_setup_properties() local 358 vpos = max(0, norm->vdisplay - round_fixed(mode->vdisplay*scale) in ch7006_setup_properties() 361 setbitf(state, CH7006_POV, VPOS_8, vpos); in ch7006_setup_properties() 362 setbitf(state, CH7006_VPOS, 0, vpos); in ch7006_setup_properties() 364 ch7006_dbg(client, "hpos: %d, vpos: %d\n", hpos, vpos); in ch7006_setup_properties()
|
/Linux-v4.19/drivers/gpu/drm/vc4/ |
D | vc4_crtc.c | 124 bool in_vblank_irq, int *vpos, int *hpos, in vc4_crtc_get_scanoutpos() argument 155 *vpos = VC4_GET_FIELD(val, SCALER_DISPSTATX_LINE); in vc4_crtc_get_scanoutpos() 159 *vpos /= 2; in vc4_crtc_get_scanoutpos() 173 if (*vpos > fifo_lines) { in vc4_crtc_get_scanoutpos() 186 *vpos -= fifo_lines + 1; in vc4_crtc_get_scanoutpos() 212 *vpos = -vblank_lines; in vc4_crtc_get_scanoutpos() 235 *vpos = 0; in vc4_crtc_get_scanoutpos()
|
D | vc4_drv.h | 699 bool in_vblank_irq, int *vpos, int *hpos,
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | ti-lmu.txt | 93 vpos { 137 vpos {
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 103 nouveau_display_scanoutpos_head(struct drm_crtc *crtc, int *vpos, int *hpos, in nouveau_display_scanoutpos_head() argument 132 *vpos = calc(args.scan.vblanks, args.scan.vblanke, in nouveau_display_scanoutpos_head() 142 bool in_vblank_irq, int *vpos, int *hpos, in nouveau_display_scanoutpos() argument 150 return nouveau_display_scanoutpos_head(crtc, vpos, hpos, in nouveau_display_scanoutpos()
|
/Linux-v4.19/include/drm/ |
D | drm_drv.h | 280 bool in_vblank_irq, int *vpos, int *hpos,
|
/Linux-v4.19/Documentation/gpu/ |
D | kms-properties.csv | 29 ,,“vpos”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD 50 ,,“vpos”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_vblank.c | 591 int vpos, hpos, i; in drm_calc_vbltimestamp_from_scanoutpos() local 639 &vpos, &hpos, in drm_calc_vbltimestamp_from_scanoutpos() 671 delta_ns = div_s64(1000000LL * (vpos * mode->crtc_htotal + hpos), in drm_calc_vbltimestamp_from_scanoutpos() 686 pipe, hpos, vpos, in drm_calc_vbltimestamp_from_scanoutpos()
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo_regs.h | 600 unsigned int vpos:1; member
|
D | psb_intel_sdvo.c | 160 struct drm_property *vpos; member 1779 CHECK_PROPERTY(vpos, VPOS) in psb_intel_sdvo_set_property() 2402 ENHANCEMENT(vpos, VPOS); in psb_intel_sdvo_create_enhance_property_tv()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_kms.c | 588 bool in_vblank_irq, int *vpos, int *hpos, in mdp5_get_scanoutpos() argument 638 *vpos = line; in mdp5_get_scanoutpos()
|