Lines Matching refs:length_dw

450 	ib->length_dw = 0;  in amdgpu_vce_get_create_msg()
451 ib->ptr[ib->length_dw++] = 0x0000000c; /* len */ in amdgpu_vce_get_create_msg()
452 ib->ptr[ib->length_dw++] = 0x00000001; /* session cmd */ in amdgpu_vce_get_create_msg()
453 ib->ptr[ib->length_dw++] = handle; in amdgpu_vce_get_create_msg()
456 ib->ptr[ib->length_dw++] = 0x00000040; /* len */ in amdgpu_vce_get_create_msg()
458 ib->ptr[ib->length_dw++] = 0x00000030; /* len */ in amdgpu_vce_get_create_msg()
459 ib->ptr[ib->length_dw++] = 0x01000001; /* create cmd */ in amdgpu_vce_get_create_msg()
460 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
461 ib->ptr[ib->length_dw++] = 0x00000042; in amdgpu_vce_get_create_msg()
462 ib->ptr[ib->length_dw++] = 0x0000000a; in amdgpu_vce_get_create_msg()
463 ib->ptr[ib->length_dw++] = 0x00000001; in amdgpu_vce_get_create_msg()
464 ib->ptr[ib->length_dw++] = 0x00000080; in amdgpu_vce_get_create_msg()
465 ib->ptr[ib->length_dw++] = 0x00000060; in amdgpu_vce_get_create_msg()
466 ib->ptr[ib->length_dw++] = 0x00000100; in amdgpu_vce_get_create_msg()
467 ib->ptr[ib->length_dw++] = 0x00000100; in amdgpu_vce_get_create_msg()
468 ib->ptr[ib->length_dw++] = 0x0000000c; in amdgpu_vce_get_create_msg()
469 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
471 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
472 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
473 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
474 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
477 ib->ptr[ib->length_dw++] = 0x00000014; /* len */ in amdgpu_vce_get_create_msg()
478 ib->ptr[ib->length_dw++] = 0x05000005; /* feedback buffer */ in amdgpu_vce_get_create_msg()
479 ib->ptr[ib->length_dw++] = upper_32_bits(dummy); in amdgpu_vce_get_create_msg()
480 ib->ptr[ib->length_dw++] = dummy; in amdgpu_vce_get_create_msg()
481 ib->ptr[ib->length_dw++] = 0x00000001; in amdgpu_vce_get_create_msg()
483 for (i = ib->length_dw; i < ib_size_dw; ++i) in amdgpu_vce_get_create_msg()
526 ib->length_dw = 0; in amdgpu_vce_get_destroy_msg()
527 ib->ptr[ib->length_dw++] = 0x0000000c; /* len */ in amdgpu_vce_get_destroy_msg()
528 ib->ptr[ib->length_dw++] = 0x00000001; /* session cmd */ in amdgpu_vce_get_destroy_msg()
529 ib->ptr[ib->length_dw++] = handle; in amdgpu_vce_get_destroy_msg()
531 ib->ptr[ib->length_dw++] = 0x00000020; /* len */ in amdgpu_vce_get_destroy_msg()
532 ib->ptr[ib->length_dw++] = 0x00000002; /* task info */ in amdgpu_vce_get_destroy_msg()
533 ib->ptr[ib->length_dw++] = 0xffffffff; /* next task info, set to 0xffffffff if no */ in amdgpu_vce_get_destroy_msg()
534 ib->ptr[ib->length_dw++] = 0x00000001; /* destroy session */ in amdgpu_vce_get_destroy_msg()
535 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_destroy_msg()
536 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_destroy_msg()
537 …ib->ptr[ib->length_dw++] = 0xffffffff; /* feedback is not needed, set to 0xffffffff and firmware w… in amdgpu_vce_get_destroy_msg()
538 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_destroy_msg()
540 ib->ptr[ib->length_dw++] = 0x00000008; /* len */ in amdgpu_vce_get_destroy_msg()
541 ib->ptr[ib->length_dw++] = 0x02000001; /* destroy cmd */ in amdgpu_vce_get_destroy_msg()
543 for (i = ib->length_dw; i < ib_size_dw; ++i) in amdgpu_vce_get_destroy_msg()
724 for (idx = 0; idx < ib->length_dw;) { in amdgpu_vce_ring_parse_cs()
790 for (idx = 0; idx < ib->length_dw;) { in amdgpu_vce_ring_parse_cs()
954 while (idx < ib->length_dw) { in amdgpu_vce_ring_parse_cs_vm()
1041 amdgpu_ring_write(ring, ib->length_dw); in amdgpu_vce_ring_emit_ib()