Home
last modified time | relevance | path

Searched refs:hpos (Results 1 – 17 of 17) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_display.c76 int vpos, hpos, stat, min_udelay = 0; in amdgpu_flip_work_func() local
106 &vpos, &hpos, NULL, NULL, in amdgpu_flip_work_func()
111 !(vpos >= 0 && hpos <= 0)) in amdgpu_flip_work_func()
115 min_udelay = (-hpos + 1) * max(vblank->linedur_ns / 1000, 5); in amdgpu_flip_work_func()
131 vblank->linedur_ns / 1000, stat, vpos, hpos); in amdgpu_flip_work_func()
802 unsigned int flags, int *vpos, int *hpos, in amdgpu_get_crtc_scanoutpos() argument
829 *hpos = (position >> 16) & 0x1fff; in amdgpu_get_crtc_scanoutpos()
847 *hpos = *vpos - vbl_start; in amdgpu_get_crtc_scanoutpos()
Damdgpu_kms.c619 int vpos, hpos, stat; in amdgpu_get_vblank_counter_kms() local
647 &vpos, &hpos, NULL, NULL, in amdgpu_get_vblank_counter_kms()
Damdgpu_mode.h553 unsigned int flags, int *vpos, int *hpos,
/drivers/gpu/drm/i915/
Ddvo_ns2501.c217 uint16_t hpos; /* horizontal position + 256, 98/99 */ member
244 .hpos = 0,
264 .hpos = 0,
283 .hpos = 0,
628 ns2501_writeb(dvo, NS2501_REG98, conf->hpos & 0xff); in ns2501_mode_set()
629 ns2501_writeb(dvo, NS2501_REG99, conf->hpos >> 8); in ns2501_mode_set()
Dintel_sdvo_regs.h604 unsigned int hpos:1; member
Dintel_sdvo.c175 struct drm_property *hpos; member
2142 CHECK_PROPERTY(hpos, HPOS) in intel_sdvo_set_property()
2830 ENHANCEMENT(hpos, HPOS); in intel_sdvo_create_enhance_property_tv()
Di915_irq.c774 unsigned int flags, int *vpos, int *hpos, in i915_get_crtc_scanoutpos() argument
884 *hpos = 0; in i915_get_crtc_scanoutpos()
887 *hpos = position - (*vpos * htotal); in i915_get_crtc_scanoutpos()
/drivers/gpu/drm/i2c/
Dch7006_mode.c335 int flicker, contrast, hpos, vpos; in ch7006_setup_properties() local
352 hpos = round_fixed((norm->hvirtual * aspect - mode->hdisplay * scale) in ch7006_setup_properties()
355 setbitf(state, CH7006_POV, HPOS_8, hpos); in ch7006_setup_properties()
356 setbitf(state, CH7006_HPOS, 0, hpos); in ch7006_setup_properties()
364 ch7006_dbg(client, "hpos: %d, vpos: %d\n", hpos, vpos); in ch7006_setup_properties()
/drivers/gpu/drm/radeon/
Dradeon_display.c293 int vpos, hpos; in radeon_crtc_handle_vblank() local
330 &vpos, &hpos, NULL, NULL, in radeon_crtc_handle_vblank()
408 int vpos, hpos, stat, min_udelay = 0; in radeon_flip_work_func() local
467 &vpos, &hpos, NULL, NULL, in radeon_flip_work_func()
472 !(vpos >= 0 && hpos <= 0)) in radeon_flip_work_func()
476 min_udelay = (-hpos + 1) * max(vblank->linedur_ns / 1000, 5); in radeon_flip_work_func()
492 vblank->linedur_ns / 1000, stat, vpos, hpos); in radeon_flip_work_func()
1864 unsigned int flags, int *vpos, int *hpos, in radeon_get_crtc_scanoutpos() argument
1970 *hpos = (position >> 16) & 0x1fff; in radeon_get_crtc_scanoutpos()
1988 *hpos = *vpos - vbl_start; in radeon_get_crtc_scanoutpos()
Dradeon_kms.c761 int vpos, hpos, stat; in radeon_get_vblank_counter_kms() local
790 &vpos, &hpos, NULL, NULL, in radeon_get_vblank_counter_kms()
Dradeon_drv.c128 unsigned int flags, int *vpos, int *hpos,
Dradeon_mode.h886 unsigned int flags, int *vpos, int *hpos,
Dradeon_pm.c1751 int crtc, vpos, hpos, vbl_status; in radeon_pm_in_vbl() local
1762 &vpos, &hpos, NULL, NULL, in radeon_pm_in_vbl()
/drivers/gpu/drm/nouveau/
Dnouveau_display.c95 nouveau_display_scanoutpos_head(struct drm_crtc *crtc, int *vpos, int *hpos, in nouveau_display_scanoutpos_head() argument
123 *hpos = args.scan.hline; in nouveau_display_scanoutpos_head()
136 unsigned int flags, int *vpos, int *hpos, in nouveau_display_scanoutpos() argument
144 return nouveau_display_scanoutpos_head(crtc, vpos, hpos, in nouveau_display_scanoutpos()
/drivers/gpu/drm/
Ddrm_irq.c777 int vpos, hpos, i; in drm_calc_vbltimestamp_from_scanoutpos() local
812 &vpos, &hpos, in drm_calc_vbltimestamp_from_scanoutpos()
852 delta_ns = div_s64(1000000LL * (vpos * mode->crtc_htotal + hpos), in drm_calc_vbltimestamp_from_scanoutpos()
870 pipe, vbl_status, hpos, vpos, in drm_calc_vbltimestamp_from_scanoutpos()
/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo_regs.h599 unsigned int hpos:1; member
Dpsb_intel_sdvo.c160 struct drm_property *hpos; member
1772 CHECK_PROPERTY(hpos, HPOS) in psb_intel_sdvo_set_property()
2394 ENHANCEMENT(hpos, HPOS); in psb_intel_sdvo_create_enhance_property_tv()