Home
last modified time | relevance | path

Searched full:push (Results 1 – 25 of 1238) sorted by relevance

12345678910>>...50

/linux/drivers/gpu/drm/nouveau/nvif/
H A Dchan.c8 nvif_chan_gpfifo_push_kick(struct nvif_push *push) in nvif_chan_gpfifo_push_kick() argument
10 struct nvif_chan *chan = container_of(push, typeof(*chan), push); in nvif_chan_gpfifo_push_kick()
11 u32 put = push->bgn - (u32 *)chan->push.mem.object.map.ptr; in nvif_chan_gpfifo_push_kick()
15 if (push->end - push->cur < chan->func->gpfifo.post_size) in nvif_chan_gpfifo_push_kick()
16 push->end = push->cur + chan->func->gpfifo.post_size; in nvif_chan_gpfifo_push_kick()
21 cnt = push->cur - push->bgn; in nvif_chan_gpfifo_push_kick()
23 chan->func->gpfifo.push(chan, true, chan->push.addr + (put << 2), cnt << 2, false); in nvif_chan_gpfifo_push_kick()
28 nvif_chan_gpfifo_push_wait(struct nvif_push *push, u32 push_nr) in nvif_chan_gpfifo_push_wait() argument
30 struct nvif_chan *chan = container_of(push, typeof(*chan), push); in nvif_chan_gpfifo_push_wait()
38 const u32 *map = chan->push.mem.object.map.ptr; in nvif_chan_gpfifo_post()
[all …]
/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h132 #pragma pack(push, 1)
139 #pragma pack(push, 1)
145 #pragma pack(push, 1)
151 #pragma pack(push, 1)
159 #pragma pack(push, 1)
165 #pragma pack(push, 1)
171 #pragma pack(push, 1)
181 #pragma pack(push, 1)
189 #pragma pack(push, 1)
207 #pragma pack(push, 1)
[all …]
H A Dsvga3d_cmd.h335 #pragma pack(push, 1)
342 #pragma pack(push, 1)
348 #pragma pack(push, 1)
359 #pragma pack(push, 1)
372 #pragma pack(push, 1)
378 #pragma pack(push, 1)
384 #pragma pack(push, 1)
390 #pragma pack(push, 1)
401 #pragma pack(push, 1)
420 #pragma pack(push, 1)
[all …]
H A Dsvga_reg.h240 #pragma pack(push, 1)
247 #pragma pack(push, 1)
294 #pragma pack(push, 1)
358 #pragma pack(push, 1)
379 #pragma pack(push, 1)
388 #pragma pack(push, 1)
395 #pragma pack(push, 1)
507 #pragma pack(push, 1)
571 #pragma pack(push, 1)
615 #pragma pack(push, 1)
[all …]
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dheadc37d.c33 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_or() local
52 if ((ret = PUSH_WAIT(push, 2))) in headc37d_or()
55 PUSH_MTHD(push, NVC37D, HEAD_SET_CONTROL_OUTPUT_RESOURCE(i), in headc37d_or()
67 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_procamp() local
71 if ((ret = PUSH_WAIT(push, 2))) in headc37d_procamp()
74 PUSH_MTHD(push, NVC37D, HEAD_SET_PROCAMP(i), in headc37d_procamp()
88 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_dither() local
92 if ((ret = PUSH_WAIT(push, 2))) in headc37d_dither()
95 PUSH_MTHD(push, NVC37D, HEAD_SET_DITHER_CONTROL(i), in headc37d_dither()
107 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_curs_clr() local
[all …]
H A Dhead907d.c39 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in head907d_or() local
43 if ((ret = PUSH_WAIT(push, 3))) in head907d_or()
46 PUSH_MTHD(push, NV907D, HEAD_SET_CONTROL_OUTPUT_RESOURCE(i), in head907d_or()
60 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in head907d_procamp() local
64 if ((ret = PUSH_WAIT(push, 2))) in head907d_procamp()
67 PUSH_MTHD(push, NV907D, HEAD_SET_PROCAMP(i), in head907d_procamp()
80 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in head907d_dither() local
84 if ((ret = PUSH_WAIT(push, 2))) in head907d_dither()
87 PUSH_MTHD(push, NV907D, HEAD_SET_DITHER_CONTROL(i), in head907d_dither()
98 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in head907d_ovly() local
[all …]
H A Dbase507c.c38 struct nvif_push *push = &wndw->wndw.push; in base507c_update() local
41 if ((ret = PUSH_WAIT(push, 2))) in base507c_update()
44 PUSH_MTHD(push, NV507C, UPDATE, interlock[NV50_DISP_INTERLOCK_CORE]); in base507c_update()
45 return PUSH_KICK(push); in base507c_update()
51 struct nvif_push *push = &wndw->wndw.push; in base507c_image_clr() local
54 if ((ret = PUSH_WAIT(push, 4))) in base507c_image_clr()
57 PUSH_MTHD(push, NV507C, SET_PRESENT_CONTROL, in base507c_image_clr()
61 PUSH_MTHD(push, NV507C, SET_CONTEXT_DMA_ISO, 0x00000000); in base507c_image_clr()
68 struct nvif_push *push = &wndw->wndw.push; in base507c_image_set() local
71 if ((ret = PUSH_WAIT(push, 13))) in base507c_image_set()
[all …]
H A Dhead507d.c32 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in head507d_procamp() local
36 if ((ret = PUSH_WAIT(push, 2))) in head507d_procamp()
39 PUSH_MTHD(push, NV507D, HEAD_SET_PROCAMP(i), in head507d_procamp()
51 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in head507d_dither() local
55 if ((ret = PUSH_WAIT(push, 2))) in head507d_dither()
58 PUSH_MTHD(push, NV507D, HEAD_SET_DITHER_CONTROL(i), in head507d_dither()
69 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in head507d_ovly() local
87 if ((ret = PUSH_WAIT(push, 2))) in head507d_ovly()
90 PUSH_MTHD(push, NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS(i), bounds); in head507d_ovly()
97 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in head507d_base() local
[all …]
H A Dhead827d.c32 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in head827d_curs_clr() local
36 if ((ret = PUSH_WAIT(push, 4))) in head827d_curs_clr()
39 PUSH_MTHD(push, NV827D, HEAD_SET_CONTROL_CURSOR(i), in head827d_curs_clr()
44 PUSH_MTHD(push, NV827D, HEAD_SET_CONTEXT_DMA_CURSOR(i), 0x00000000); in head827d_curs_clr()
51 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in head827d_curs_set() local
55 if ((ret = PUSH_WAIT(push, 5))) in head827d_curs_set()
58 PUSH_MTHD(push, NV827D, HEAD_SET_CONTROL_CURSOR(i), in head827d_curs_set()
69 PUSH_MTHD(push, NV827D, HEAD_SET_CONTEXT_DMA_CURSOR(i), asyh->curs.handle); in head827d_curs_set()
76 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in head827d_core_set() local
80 if ((ret = PUSH_WAIT(push, 9))) in head827d_core_set()
[all …]
H A Dbase907c.c31 struct nvif_push *push = &wndw->wndw.push; in base907c_image_set() local
34 if ((ret = PUSH_WAIT(push, 10))) in base907c_image_set()
37 PUSH_MTHD(push, NV907C, SET_PRESENT_CONTROL, in base907c_image_set()
42 PUSH_MTHD(push, NV907C, SET_CONTEXT_DMAS_ISO(0), asyw->image.handle, 1); in base907c_image_set()
44 PUSH_MTHD(push, NV907C, SURFACE_SET_OFFSET(0, 0), asyw->image.offset[0] >> 8, in base907c_image_set()
68 struct nvif_push *push = &wndw->wndw.push; in base907c_xlut_clr() local
71 if ((ret = PUSH_WAIT(push, 6))) in base907c_xlut_clr()
74 PUSH_MTHD(push, NV907C, SET_BASE_LUT_LO, in base907c_xlut_clr()
77 PUSH_MTHD(push, NV907C, SET_OUTPUT_LUT_LO, in base907c_xlut_clr()
80 PUSH_MTHD(push, NV907C, SET_CONTEXT_DMA_LUT, 0x00000000); in base907c_xlut_clr()
[all …]
H A Dwndwc57e.c35 struct nvif_push *push = &wndw->wndw.push; in wndwc57e_image_set() local
38 if ((ret = PUSH_WAIT(push, 17))) in wndwc57e_image_set()
41 PUSH_MTHD(push, NVC57E, SET_PRESENT_CONTROL, in wndwc57e_image_set()
46 PUSH_MTHD(push, NVC57E, SET_SIZE, in wndwc57e_image_set()
64 PUSH_MTHD(push, NVC57E, SET_CONTEXT_DMA_ISO(0), asyw->image.handle, 1); in wndwc57e_image_set()
65 PUSH_MTHD(push, NVC57E, SET_OFFSET(0), asyw->image.offset[0] >> 8); in wndwc57e_image_set()
67 PUSH_MTHD(push, NVC57E, SET_POINT_IN(0), in wndwc57e_image_set()
71 PUSH_MTHD(push, NVC57E, SET_SIZE_IN, in wndwc57e_image_set()
75 PUSH_MTHD(push, NVC57E, SET_SIZE_OUT, in wndwc57e_image_set()
84 struct nvif_push *push = &wndw->wndw.push; in wndwc57e_csc_clr() local
[all …]
H A Dhead917d.c25 #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()
[all …]
/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dvlan.json295 "name": "Add vlan push action with invalid protocol type",
311 "cmdUnderTest": "$TC actions add action vlan push protocol ABCD",
314 "matchPattern": "action order [0-9]+: vlan.*push",
320 "name": "Add vlan push action with default protocol and priority",
336 "cmdUnderTest": "$TC actions add action vlan push id 123 index 18",
339 …"matchPattern": "action order [0-9]+: vlan.*push id 123 protocol 802.1Q priority 0 pipe.*index 18 …
347 "name": "Add vlan push action with protocol 802.1Q and priority 3",
363 …"cmdUnderTest": "$TC actions add action vlan push id 77 protocol 802.1Q priority 3 continue index …
366 …"matchPattern": "action order [0-9]+: vlan.*push id 77 protocol 802.1Q priority 3 continue.*index …
374 "name": "Add vlan push action with protocol 802.1AD",
[all …]
/linux/arch/arc/include/asm/
H A Dentry-compact.h49 push r9
58 push r0
59 push r1
60 push r2
61 push r3
62 push r4
63 push r5
64 push r6
65 push r7
66 push r8
[all …]
/linux/drivers/gpu/drm/nouveau/
H A Dgv100_fence.c18 struct nvif_push *push = &chan->chan.push; in gv100_fence_emit32() local
21 ret = PUSH_WAIT(push, 13); in gv100_fence_emit32()
25 PUSH_MTHD(push, NVC36F, SEM_ADDR_LO, lower_32_bits(virtual), in gv100_fence_emit32()
29 PUSH_MTHD(push, NVC36F, SEM_EXECUTE, in gv100_fence_emit32()
35 PUSH_MTHD(push, NVC36F, MEM_OP_A, 0, in gv100_fence_emit32()
40 PUSH_MTHD(push, NVC36F, NON_STALL_INTERRUPT, 0); in gv100_fence_emit32()
42 PUSH_KICK(push); in gv100_fence_emit32()
49 struct nvif_push *push = &chan->chan.push; in gv100_fence_sync32() local
52 ret = PUSH_WAIT(push, 6); in gv100_fence_sync32()
56 PUSH_MTHD(push, NVC36F, SEM_ADDR_LO, lower_32_bits(virtual), in gv100_fence_sync32()
[all …]
H A Dnouveau_bo5039.c43 struct nvif_push *push = &chan->chan.push; in nv50_bo_move_m2mf() local
54 ret = PUSH_WAIT(push, 18 + 6 * (src_tiled + dst_tiled)); in nv50_bo_move_m2mf()
63 PUSH_MTHD(push, NV5039, SET_SRC_MEMORY_LAYOUT, in nv50_bo_move_m2mf()
80 PUSH_MTHD(push, NV5039, SET_SRC_MEMORY_LAYOUT, in nv50_bo_move_m2mf()
85 PUSH_MTHD(push, NV5039, SET_DST_MEMORY_LAYOUT, in nv50_bo_move_m2mf()
102 PUSH_MTHD(push, NV5039, SET_DST_MEMORY_LAYOUT, in nv50_bo_move_m2mf()
106 PUSH_MTHD(push, NV5039, OFFSET_IN_UPPER, in nv50_bo_move_m2mf()
112 PUSH_MTHD(push, NV5039, OFFSET_IN, lower_32_bits(src_offset), in nv50_bo_move_m2mf()
126 PUSH_MTHD(push, NV5039, NO_OPERATION, 0x00000000); in nv50_bo_move_m2mf()
139 struct nvif_push *push = &chan->chan.push; in nv50_bo_move_init() local
[all …]
H A Dnouveau_bo0039.c50 struct nvif_push *push = &chan->chan.push; in nv04_bo_move_m2mf() local
58 ret = PUSH_WAIT(push, 3); in nv04_bo_move_m2mf()
62 PUSH_MTHD(push, NV039, SET_CONTEXT_DMA_BUFFER_IN, src_ctxdma, in nv04_bo_move_m2mf()
69 ret = PUSH_WAIT(push, 11); in nv04_bo_move_m2mf()
73 PUSH_MTHD(push, NV039, OFFSET_IN, src_offset, in nv04_bo_move_m2mf()
86 PUSH_MTHD(push, NV039, NO_OPERATION, 0x00000000); in nv04_bo_move_m2mf()
99 struct nvif_push *push = &chan->chan.push; in nv04_bo_move_init() local
102 ret = PUSH_WAIT(push, 4); in nv04_bo_move_init()
106 PUSH_MTHD(push, NV039, SET_OBJECT, handle); in nv04_bo_move_init()
107 PUSH_MTHD(push, NV039, SET_CONTEXT_DMA_NOTIFIES, chan->cli->drm->ntfy.handle); in nv04_bo_move_init()
H A Dnouveau_exec.c76 * To execute a push buffer the UAPI provides the DRM_NOUVEAU_EXEC ioctl. EXEC
136 ret = nvif_chan_gpfifo_wait(&chan->chan, exec_job->push.count + 1, 16); in nouveau_exec_job_run()
142 for (i = 0; i < exec_job->push.count; i++) { in nouveau_exec_job_run()
143 struct drm_nouveau_exec_push *p = &exec_job->push.s[i]; in nouveau_exec_job_run()
176 kfree(exec_job->push.s); in nouveau_exec_job_free()
211 for (i = 0; i < __args->push.count; i++) { in nouveau_exec_job_init()
212 struct drm_nouveau_exec_push *p = &__args->push.s[i]; in nouveau_exec_job_init()
226 job->push.count = __args->push.count; in nouveau_exec_job_init()
227 if (__args->push.count) { in nouveau_exec_job_init()
228 job->push.s = kmemdup(__args->push.s, in nouveau_exec_job_init()
[all …]
/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-npcm730-gsj-gpio.dtsi9 drive-push-pull;
14 drive-push-pull;
19 drive-push-pull;
24 drive-push-pull;
29 drive-push-pull;
34 drive-push-pull;
39 drive-push-pull;
44 drive-push-pull;
59 drive-push-pull;
64 drive-push-pull;
[all …]
/linux/arch/x86/kvm/vmx/
H A Dvmenter.S40 push %_ASM_BP
49 push $__KERNEL_DS
50 push %rbp
53 push $__KERNEL_CS
79 push %_ASM_BP
82 push %r15
83 push %r14
84 push %r13
85 push %r12
87 push %edi
[all …]
/linux/arch/mips/include/asm/
H A Dasmmacro.h85 .set push
109 .set push
144 .set push
168 .set push
250 .set push
259 .set push
268 .set push
277 .set push
286 .set push
295 .set push
[all …]
/linux/arch/x86/xen/
H A Dxen-head.S85 push %eax
86 push %ebx
87 push %ecx
88 push %edx
89 push %esi
90 push %edi
92 push %rax
93 push %rcx
94 push %rdx
95 push %rdi
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Dkernel.fuc75 push $r13
98 push $r9
99 push $r8
119 push $r9
120 push $r8
177 push $r0
179 push $r8
180 push $r9
181 push $r10
182 push $r11
[all …]
/linux/arch/x86/entry/
H A Dentry_64_fred.S62 push %rbp
80 * Start to push a FRED stack frame, which is always 64 bytes:
95 push $0 /* Reserved, must be 0 */
96 push $0 /* Event data, 0 for IRQ/NMI */
97 push %rdi /* fred_ss handed in by the caller */
98 push %rbp
100 push $__KERNEL_CS
105 * used here to push the return RIP, otherwise there is no chance to
106 * push an error code before invoking the IRQ/NMI handler.
108 * Use LEA to get the return RIP and push it, then push an error code.
[all …]
/linux/scripts/
H A Dgenerate_rust_target.rs111 fn push(&mut self, key: &str, value: impl Into<Value>) { in push() method
112 self.0.push((key.to_string(), value.into())); in push()
198 ts.push("arch", "x86_64"); in main()
200 ts.push("rustc-abi", "x86-softfloat"); in main()
202 ts.push( in main()
225 ts.push("features", features); in main()
226 ts.push("llvm-target", "x86_64-linux-gnu"); in main()
227 ts.push("supported-sanitizers", ["kcfi", "kernel-address"]); in main()
229 ts.push("target-pointer-width", 64); in main()
231 ts.push("target-pointer-width", "64"); in main()
[all …]

12345678910>>...50