Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/savage/
Dsavage_state.c44 DMA_WRITE(BCI_CMD_WAIT | BCI_CMD_WAIT_3D); in savage_emit_clip_rect_s3d()
70 DMA_WRITE(BCI_CMD_WAIT | BCI_CMD_WAIT_3D); in savage_emit_clip_rect_s4()
252 DMA_WRITE(BCI_CMD_WAIT | BCI_CMD_WAIT_3D); in savage_dispatch_state()
Dsavage_drv.h413 #define BCI_CMD_WAIT_3D 0x00010000 macro
Dsavage_bci.c192 wait_cmd |= BCI_CMD_WAIT_3D; in savage_bci_emit_event()