Lines Matching refs:length_dw

494 	ib->length_dw = 0;  in amdgpu_vce_get_create_msg()
495 ib->ptr[ib->length_dw++] = 0x0000000c; /* len */ in amdgpu_vce_get_create_msg()
496 ib->ptr[ib->length_dw++] = 0x00000001; /* session cmd */ in amdgpu_vce_get_create_msg()
497 ib->ptr[ib->length_dw++] = handle; in amdgpu_vce_get_create_msg()
500 ib->ptr[ib->length_dw++] = 0x00000040; /* len */ in amdgpu_vce_get_create_msg()
502 ib->ptr[ib->length_dw++] = 0x00000030; /* len */ in amdgpu_vce_get_create_msg()
503 ib->ptr[ib->length_dw++] = 0x01000001; /* create cmd */ in amdgpu_vce_get_create_msg()
504 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
505 ib->ptr[ib->length_dw++] = 0x00000042; in amdgpu_vce_get_create_msg()
506 ib->ptr[ib->length_dw++] = 0x0000000a; in amdgpu_vce_get_create_msg()
507 ib->ptr[ib->length_dw++] = 0x00000001; in amdgpu_vce_get_create_msg()
508 ib->ptr[ib->length_dw++] = 0x00000080; in amdgpu_vce_get_create_msg()
509 ib->ptr[ib->length_dw++] = 0x00000060; in amdgpu_vce_get_create_msg()
510 ib->ptr[ib->length_dw++] = 0x00000100; in amdgpu_vce_get_create_msg()
511 ib->ptr[ib->length_dw++] = 0x00000100; in amdgpu_vce_get_create_msg()
512 ib->ptr[ib->length_dw++] = 0x0000000c; in amdgpu_vce_get_create_msg()
513 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
515 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
516 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
517 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
518 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
521 ib->ptr[ib->length_dw++] = 0x00000014; /* len */ in amdgpu_vce_get_create_msg()
522 ib->ptr[ib->length_dw++] = 0x05000005; /* feedback buffer */ in amdgpu_vce_get_create_msg()
523 ib->ptr[ib->length_dw++] = upper_32_bits(addr); in amdgpu_vce_get_create_msg()
524 ib->ptr[ib->length_dw++] = addr; in amdgpu_vce_get_create_msg()
525 ib->ptr[ib->length_dw++] = 0x00000001; in amdgpu_vce_get_create_msg()
527 for (i = ib->length_dw; i < ib_size_dw; ++i) in amdgpu_vce_get_create_msg()
577 ib->length_dw = 0; in amdgpu_vce_get_destroy_msg()
578 ib->ptr[ib->length_dw++] = 0x0000000c; /* len */ in amdgpu_vce_get_destroy_msg()
579 ib->ptr[ib->length_dw++] = 0x00000001; /* session cmd */ in amdgpu_vce_get_destroy_msg()
580 ib->ptr[ib->length_dw++] = handle; in amdgpu_vce_get_destroy_msg()
582 ib->ptr[ib->length_dw++] = 0x00000020; /* len */ in amdgpu_vce_get_destroy_msg()
583 ib->ptr[ib->length_dw++] = 0x00000002; /* task info */ in amdgpu_vce_get_destroy_msg()
584 ib->ptr[ib->length_dw++] = 0xffffffff; /* next task info, set to 0xffffffff if no */ in amdgpu_vce_get_destroy_msg()
585 ib->ptr[ib->length_dw++] = 0x00000001; /* destroy session */ in amdgpu_vce_get_destroy_msg()
586 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_destroy_msg()
587 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_destroy_msg()
588 …ib->ptr[ib->length_dw++] = 0xffffffff; /* feedback is not needed, set to 0xffffffff and firmware w… in amdgpu_vce_get_destroy_msg()
589 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_destroy_msg()
591 ib->ptr[ib->length_dw++] = 0x00000008; /* len */ in amdgpu_vce_get_destroy_msg()
592 ib->ptr[ib->length_dw++] = 0x02000001; /* destroy cmd */ in amdgpu_vce_get_destroy_msg()
594 for (i = ib->length_dw; i < ib_size_dw; ++i) in amdgpu_vce_get_destroy_msg()
685 if (lo >= ib->length_dw || hi >= ib->length_dw) in amdgpu_vce_cs_reloc()
783 for (idx = 0; idx < ib->length_dw;) { in amdgpu_vce_ring_parse_cs()
849 for (idx = 0; idx < ib->length_dw;) { in amdgpu_vce_ring_parse_cs()
1026 while (idx < ib->length_dw) { in amdgpu_vce_ring_parse_cs_vm()
1116 amdgpu_ring_write(ring, ib->length_dw); in amdgpu_vce_ring_emit_ib()