Searched refs:host1x_pushbuffer_push (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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 544 host1x_pushbuffer_push(pb, op1, op2); in host1x_cdma_push() 594 host1x_pushbuffer_push(pb, op4, op4); in host1x_cdma_push_wide() 596 host1x_pushbuffer_push(pb, op1, op2); in host1x_cdma_push_wide() 597 host1x_pushbuffer_push(pb, op3, op4); in host1x_cdma_push_wide()
|
/kernel/linux/linux-6.6/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 610 host1x_pushbuffer_push(pb, op1, op2); in host1x_cdma_push() 653 host1x_pushbuffer_push(pb, (0x5 << 28), 0xdead0000); in host1x_cdma_push_wide() 656 host1x_pushbuffer_push(pb, op1, op2); in host1x_cdma_push_wide() 657 host1x_pushbuffer_push(pb, op3, op4); in host1x_cdma_push_wide()
|
Completed in 3 milliseconds