Home
last modified time | relevance | path

Searched refs:BCI_CMD_WAIT_3D (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/savage/
Dsavage_state.c51 DMA_WRITE(BCI_CMD_WAIT | BCI_CMD_WAIT_3D); in savage_emit_clip_rect_s3d()
77 DMA_WRITE(BCI_CMD_WAIT | BCI_CMD_WAIT_3D); in savage_emit_clip_rect_s4()
259 DMA_WRITE(BCI_CMD_WAIT | BCI_CMD_WAIT_3D); in savage_dispatch_state()
Dsavage_drv.h417 #define BCI_CMD_WAIT_3D 0x00010000 macro
Dsavage_bci.c201 wait_cmd |= BCI_CMD_WAIT_3D; in savage_bci_emit_event()