Searched refs:_DRM_VBLANK_RELATIVE (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/linux/ |
| H A D | drm.h | 481 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator 492 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/ |
| H A D | drm.h | 473 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator 484 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/ |
| H A D | drm.h | 473 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator 484 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | drm.h | 480 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator 491 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/ |
| H A D | drm.h | 473 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator 484 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/ |
| H A D | drm.h | 474 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator 485 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
|
| /OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/ |
| H A D | drm.h | 474 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator 485 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/ |
| H A D | drm.h | 474 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator 485 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/ |
| H A D | drm.h | 474 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator 485 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/drm/ |
| H A D | drm.h | 480 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator 491 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/via/ |
| H A D | via_irq.c | 366 irqwait->request.type &= ~_DRM_VBLANK_RELATIVE; in via_wait_irq()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_vblank.c | 1696 return _DRM_VBLANK_RELATIVE == in drm_wait_vblank_is_query() 1810 case _DRM_VBLANK_RELATIVE: in drm_wait_vblank_ioctl() 1813 vblwait->request.type &= ~_DRM_VBLANK_RELATIVE; in drm_wait_vblank_ioctl()
|