Searched refs:host1x_pushbuffer_push (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/host1x/ |
H A D | cdma.c | 138 static void host1x_pushbuffer_push(struct push_buffer *pb, u32 op1, u32 op2) in host1x_pushbuffer_push() function 605 host1x_pushbuffer_push(pb, op1, op2); in host1x_cdma_push() 647 host1x_pushbuffer_push(pb, (0x5 << 28), 0xdead0000); in host1x_cdma_push_wide() 650 host1x_pushbuffer_push(pb, op1, op2); in host1x_cdma_push_wide() 651 host1x_pushbuffer_push(pb, op3, op4); in host1x_cdma_push_wide()
|