Searched refs:vbl (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramnv40.c | 80 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/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_display.c | 1612 u32 vbl = 0, position = 0; in amdgpu_display_get_crtc_scanoutpos() local 1624 if (amdgpu_display_page_flip_get_scanoutpos(adev, pipe, &vbl, &position) == 0) in amdgpu_display_get_crtc_scanoutpos() 1638 if (vbl > 0) { in amdgpu_display_get_crtc_scanoutpos() 1641 vbl_start = vbl & 0x1fff; in amdgpu_display_get_crtc_scanoutpos() 1642 vbl_end = (vbl >> 16) & 0x1fff; in amdgpu_display_get_crtc_scanoutpos()
|
| H A D | dce_v8_0.c | 208 u32 *vbl, u32 *position) in dce_v8_0_crtc_get_scanoutpos() argument 213 *vbl = RREG32(mmCRTC_V_BLANK_START_END + crtc_offsets[crtc]); in dce_v8_0_crtc_get_scanoutpos()
|
| H A D | dce_v10_0.c | 260 u32 *vbl, u32 *position) in dce_v10_0_crtc_get_scanoutpos() argument 265 *vbl = RREG32(mmCRTC_V_BLANK_START_END + crtc_offsets[crtc]); in dce_v10_0_crtc_get_scanoutpos()
|
| H A D | dce_v6_0.c | 224 u32 *vbl, u32 *position) in dce_v6_0_crtc_get_scanoutpos() argument 229 *vbl = RREG32(mmCRTC_V_BLANK_START_END + crtc_offsets[crtc]); in dce_v6_0_crtc_get_scanoutpos()
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | atyfb_base.c | 1773 struct aty_interrupt *vbl; in aty_waitforvblank() local 1779 vbl = &par->vblank; in aty_waitforvblank() 1789 count = vbl->count; in aty_waitforvblank() 1790 ret = wait_event_interruptible_timeout(vbl->wait, in aty_waitforvblank() 1791 count != vbl->count, HZ/10); in aty_waitforvblank()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_plane.c | 1525 e->event.vbl.user_data = page_flip->user_data; in drm_mode_page_flip_ioctl() 1526 e->event.vbl.crtc_id = crtc->base.id; in drm_mode_page_flip_ioctl()
|
| H A D | drm_atomic_uapi.c | 1081 e->event.vbl.crtc_id = crtc->base.id; in create_vblank_event() 1082 e->event.vbl.user_data = user_data; in create_vblank_event()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_types.h | 1515 } vbl; member
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 284 u32 *vbl, u32 *position) in dm_crtc_get_scanoutpos() argument 315 *vbl = v_blank_start | (v_blank_end << 16); in dm_crtc_get_scanoutpos()
|