HomeSort by: relevance | last modified time | path
    Searched defs:vbl (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_ramnv40.c 85 u32 vbl = nvkm_rd32(device, 0x600808 + (i * 0x2000)); local in function:nv40_ram_prog
88 if (vbl != nvkm_rd32(device, 0x600808 + (i * 0x2000))) {
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_vblank.h 77 * @event.vbl:
84 struct drm_event_vblank vbl; member in union:drm_pending_vblank_event::__anon0f5ecb57010a
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_display.c 815 u32 vbl = 0, position = 0; local in function:amdgpu_display_get_crtc_scanoutpos
827 if (amdgpu_display_page_flip_get_scanoutpos(adev, pipe, &vbl, &position) == 0)
841 if (vbl > 0) {
844 vbl_start = vbl & 0x1fff;
845 vbl_end = (vbl >> 16) & 0x1fff;
904 /* Correct for shifted end of vbl at vbl_end. */
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_display.c 1813 u32 stat_crtc = 0, vbl = 0, position = 0; local in function:radeon_get_crtc_scanoutpos
1827 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1834 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1841 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1848 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1855 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1862 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1870 vbl = RREG32(AVIVO_D1CRTC_V_BLANK_START_END);
1875 vbl = RREG32(AVIVO_D2CRTC_V_BLANK_START_END);
1885 vbl = (RREG32(RADEON_CRTC_V_TOTAL_DISP)
    [all...]

Completed in 15 milliseconds