Lines Matching full:push
25 #include "nvif/push.h"
33 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head917d_dither() local
37 if ((ret = PUSH_WAIT(push, 2))) in head917d_dither()
40 PUSH_MTHD(push, NV917D, HEAD_SET_DITHER_CONTROL(i), in head917d_dither()
51 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head917d_base() local
70 if ((ret = PUSH_WAIT(push, 2))) in head917d_base()
73 PUSH_MTHD(push, NV917D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS(i), bounds); in head917d_base()
80 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head917d_curs_set() local
84 ret = PUSH_WAIT(push, 5); in head917d_curs_set()
88 PUSH_MTHD(push, NV917D, HEAD_SET_CONTROL_CURSOR(i), in head917d_curs_set()
98 PUSH_MTHD(push, NV917D, HEAD_SET_CONTEXT_DMA_CURSOR(i), asyh->curs.handle); in head917d_curs_set()