Home
last modified time | relevance | path

Searched refs:vbl (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_display.h34 …age_flip_get_scanoutpos(adev, crtc, vbl, pos) (adev)->mode_info.funcs->page_flip_get_scanoutpos((a… argument
Damdgpu_display.c799 u32 vbl = 0, position = 0; in amdgpu_display_get_crtc_scanoutpos() local
811 if (amdgpu_display_page_flip_get_scanoutpos(adev, pipe, &vbl, &position) == 0) in amdgpu_display_get_crtc_scanoutpos()
825 if (vbl > 0) { in amdgpu_display_get_crtc_scanoutpos()
828 vbl_start = vbl & 0x1fff; in amdgpu_display_get_crtc_scanoutpos()
829 vbl_end = (vbl >> 16) & 0x1fff; in amdgpu_display_get_crtc_scanoutpos()
Ddce_virtual.c66 u32 *vbl, u32 *position) in dce_virtual_crtc_get_scanoutpos() argument
68 *vbl = 0; in dce_virtual_crtc_get_scanoutpos()
Damdgpu_mode.h283 u32 *vbl, u32 *position);
Ddce_v8_0.c206 u32 *vbl, u32 *position) in dce_v8_0_crtc_get_scanoutpos() argument
211 *vbl = RREG32(mmCRTC_V_BLANK_START_END + crtc_offsets[crtc]); in dce_v8_0_crtc_get_scanoutpos()
Ddce_v6_0.c213 u32 *vbl, u32 *position) in dce_v6_0_crtc_get_scanoutpos() argument
217 *vbl = RREG32(mmCRTC_V_BLANK_START_END + crtc_offsets[crtc]); in dce_v6_0_crtc_get_scanoutpos()
Ddce_v10_0.c261 u32 *vbl, u32 *position) in dce_v10_0_crtc_get_scanoutpos() argument
266 *vbl = RREG32(mmCRTC_V_BLANK_START_END + crtc_offsets[crtc]); in dce_v10_0_crtc_get_scanoutpos()
Ddce_v11_0.c279 u32 *vbl, u32 *position) in dce_v11_0_crtc_get_scanoutpos() argument
284 *vbl = RREG32(mmCRTC_V_BLANK_START_END + crtc_offsets[crtc]); in dce_v11_0_crtc_get_scanoutpos()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_display.c1815 u32 stat_crtc = 0, vbl = 0, position = 0; in radeon_get_crtc_scanoutpos() local
1829 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END + in radeon_get_crtc_scanoutpos()
1836 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END + in radeon_get_crtc_scanoutpos()
1843 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END + in radeon_get_crtc_scanoutpos()
1850 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END + in radeon_get_crtc_scanoutpos()
1857 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END + in radeon_get_crtc_scanoutpos()
1864 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END + in radeon_get_crtc_scanoutpos()
1872 vbl = RREG32(AVIVO_D1CRTC_V_BLANK_START_END); in radeon_get_crtc_scanoutpos()
1877 vbl = RREG32(AVIVO_D2CRTC_V_BLANK_START_END); in radeon_get_crtc_scanoutpos()
1887 vbl = (RREG32(RADEON_CRTC_V_TOTAL_DISP) & in radeon_get_crtc_scanoutpos()
[all …]
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv40.c80 u32 vbl = nvkm_rd32(device, 0x600808 + (i * 0x2000)); in nv40_ram_prog() local
83 if (vbl != nvkm_rd32(device, 0x600808 + (i * 0x2000))) { in nv40_ram_prog()
/Linux-v5.4/include/drm/
Ddrm_vblank.h70 struct drm_event_vblank vbl; member
/Linux-v5.4/drivers/gpu/drm/
Ddrm_vblank.c839 e->event.vbl.sequence = seq; in send_vblank_event()
845 e->event.vbl.tv_sec = tv.tv_sec; in send_vblank_event()
846 e->event.vbl.tv_usec = tv.tv_nsec / 1000; in send_vblank_event()
1470 e->event.base.length = sizeof(e->event.vbl); in drm_queue_vblank_event()
1471 e->event.vbl.user_data = vblwait->request.signal; in drm_queue_vblank_event()
1472 e->event.vbl.crtc_id = 0; in drm_queue_vblank_event()
1476 e->event.vbl.crtc_id = crtc->base.id; in drm_queue_vblank_event()
Ddrm_plane.c1171 e->event.vbl.user_data = page_flip->user_data; in drm_mode_page_flip_ioctl()
1172 e->event.vbl.crtc_id = crtc->base.id; in drm_mode_page_flip_ioctl()
Ddrm_atomic_uapi.c906 e->event.vbl.crtc_id = crtc->base.id; in create_vblank_event()
907 e->event.vbl.user_data = user_data; in create_vblank_event()
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_scrn.c763 &event->event.vbl.tv_sec, in vmw_sou_primary_plane_atomic_update()
764 &event->event.vbl.tv_usec, in vmw_sou_primary_plane_atomic_update()
Dvmwgfx_stdu.c1652 &event->event.vbl.tv_sec, in vmw_stdu_primary_plane_atomic_update()
1653 &event->event.vbl.tv_usec, in vmw_stdu_primary_plane_atomic_update()
/Linux-v5.4/drivers/video/fbdev/aty/
Datyfb_base.c1755 struct aty_interrupt *vbl; in aty_waitforvblank() local
1761 vbl = &par->vblank; in aty_waitforvblank()
1771 count = vbl->count; in aty_waitforvblank()
1772 ret = wait_event_interruptible_timeout(vbl->wait, in aty_waitforvblank()
1773 count != vbl->count, HZ/10); in aty_waitforvblank()
/Linux-v5.4/drivers/video/fbdev/matrox/
Dmatroxfb_base.c313 int vbl; in matrox_pan_var() local
333 vbl = (var->activate & FB_ACTIVATE_VBL) && (matroxfb_enable_irq(minfo, 0) == 0); in matrox_pan_var()
342 if (vbl) { in matrox_pan_var()
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c180 u32 *vbl, u32 *position) in dm_crtc_get_scanoutpos() argument
208 *vbl = v_blank_start | (v_blank_end << 16); in dm_crtc_get_scanoutpos()