Home
last modified time | relevance | path

Searched refs:SAVAGE_WAIT_3D (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Dsavage_drm.h127 #define SAVAGE_WAIT_3D 0x2 /* wait for 3D idle before updating event tag */ macro
/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 Dsavage_drm.h127 #define SAVAGE_WAIT_3D 0x2 /* wait for 3D idle before updating event tag */ macro
/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 Dsavage_drm.h127 #define SAVAGE_WAIT_3D 0x2 /* wait for 3D idle before updating event tag */ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Dsavage_drm.h127 #define SAVAGE_WAIT_3D 0x2 /* wait for 3D idle before updating event tag */ macro
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dsavage_drm.h127 #define SAVAGE_WAIT_3D 0x2 /* wait for 3D idle before updating event tag */ macro
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Dsavage_drm.h127 #define SAVAGE_WAIT_3D 0x2 /* wait for 3D idle before updating event tag */ macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/savage/
H A Dsavage_bci.c196 if ((flags & (SAVAGE_WAIT_2D | SAVAGE_WAIT_3D))) { in savage_bci_emit_event()
200 if ((flags & SAVAGE_WAIT_3D)) in savage_bci_emit_event()
1074 event = savage_bci_emit_event(dev_priv, SAVAGE_WAIT_3D); in savage_reclaim_buffers()
H A Dsavage_state.c1157 event = savage_bci_emit_event(dev_priv, SAVAGE_WAIT_3D); in savage_bci_cmdbuf()