Home | History | Annotate | Download | only in nv50

Lines Matching defs:push

27    struct nouveau_pushbuf *push = dec->pushbuf[2];
50 nouveau_pushbuf_refn(push, bo_refs, num_refs);
53 BEGIN_NV04(push, SUBC_PPP(0x700), 10);
56 PUSH_DATA (push, (stride_out << 24) | (stride_out << 16) | low700); // 700
57 PUSH_DATA (push, (stride_in << 24) | (stride_in << 16) | (dec_h << 8) | dec_w); // 704
61 PUSH_DATA (push, in_addr); // 708
62 PUSH_DATA (push, in_addr + y2); // 70c
63 PUSH_DATA (push, in_addr + cbcr); // 710
64 PUSH_DATA (push, in_addr + cbcr2); // 714
69 PUSH_DATA (push, mt->base.address >> 8);
70 PUSH_DATA (push, (mt->base.address + mt->total_size/2) >> 8);
77 struct nouveau_pushbuf *push = dec->pushbuf[2];
84 BEGIN_NV04(push, SUBC_PPP(0x400), 1);
85 PUSH_DATA (push, desc->pquant << 11);
94 struct nouveau_pushbuf *push = dec->pushbuf[2];
97 nouveau_pushbuf_space(push, 32, 4, 0);
110 BEGIN_NV04(push, SUBC_PPP(0x734), 2);
111 PUSH_DATA (push, comm_seq);
112 PUSH_DATA (push, ppp_caps);
115 BEGIN_NV04(push, SUBC_PPP(0x240), 3);
116 PUSH_DATAh(push, (dec->fence_bo->offset + 0x20));
117 PUSH_DATA (push, (dec->fence_bo->offset + 0x20));
118 PUSH_DATA (push, dec->fence_seq);
120 BEGIN_NV04(push, SUBC_PPP(0x300), 1);
121 PUSH_DATA (push, 1);
122 PUSH_KICK (push);
134 BEGIN_NV04(push, SUBC_PPP(0x300), 1);
135 PUSH_DATA (push, 0);
136 PUSH_KICK (push);