Home
last modified time | relevance | path

Searched full:vbl (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A 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/drivers/gpu/drm/amd/display/amdgpu_dm/tests/
H A Damdgpu_dm_test.c153 u32 vbl = 0; in dm_test_crtc_get_scanoutpos_invalid_crtc() local
158 KUNIT_EXPECT_EQ(test, dm_crtc_get_scanoutpos(adev, -1, &vbl, &position), in dm_test_crtc_get_scanoutpos_invalid_crtc()
160 KUNIT_EXPECT_EQ(test, dm_crtc_get_scanoutpos(adev, 1, &vbl, &position), in dm_test_crtc_get_scanoutpos_invalid_crtc()
172 u32 vbl = 0; in dm_test_crtc_get_scanoutpos_no_stream() local
181 KUNIT_EXPECT_EQ(test, dm_crtc_get_scanoutpos(adev, 0, &vbl, &position), 0); in dm_test_crtc_get_scanoutpos_no_stream()
182 KUNIT_EXPECT_EQ(test, vbl, 0U); in dm_test_crtc_get_scanoutpos_no_stream()
/linux/include/uapi/linux/
H A Dfb.h199 #define FB_ACTIVATE_NOW 0 /* set values immediately (or vbl)*/
204 #define FB_ACTIVATE_VBL 16 /* activate values on next vbl */
205 #define FB_CHANGE_CMAP_VBL 32 /* change colormap on vbl */
/linux/drivers/gpu/drm/radeon/
H A Dradeon_drv.h104 * 1.28- Add support for VBL on CRTC2
/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-edp.yaml79 (Vbl) :<T17>:<---------T14--------->: :<-T15->:<T18>:
/linux/drivers/video/fbdev/
H A Docfb.c165 /* maximum (8) VBL (video memory burst length) */ in ocfb_setupfb()
/linux/arch/m68k/include/asm/
H A Dmac_via.h157 #define VIA2B_vVBL 0x80 /* VBL output to VIA1 (60.15Hz) driven by
/linux/drivers/gpu/drm/
H A Ddrm_plane.c1525 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()
/linux/drivers/gpu/drm/panel/
H A Dpanel-sitronix-st7703.c255 0x74, /* VBTHS, VBTLS: VGH = 17V, VBL = -11V */ in xbd599_init_sequence()