Lines Matching refs:ptr
392 ib->ptr[ib->length_dw++] = 0x0000000c; /* len */ in amdgpu_vce_get_create_msg()
393 ib->ptr[ib->length_dw++] = 0x00000001; /* session cmd */ in amdgpu_vce_get_create_msg()
394 ib->ptr[ib->length_dw++] = handle; in amdgpu_vce_get_create_msg()
397 ib->ptr[ib->length_dw++] = 0x00000040; /* len */ in amdgpu_vce_get_create_msg()
399 ib->ptr[ib->length_dw++] = 0x00000030; /* len */ in amdgpu_vce_get_create_msg()
400 ib->ptr[ib->length_dw++] = 0x01000001; /* create cmd */ in amdgpu_vce_get_create_msg()
401 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
402 ib->ptr[ib->length_dw++] = 0x00000042; in amdgpu_vce_get_create_msg()
403 ib->ptr[ib->length_dw++] = 0x0000000a; in amdgpu_vce_get_create_msg()
404 ib->ptr[ib->length_dw++] = 0x00000001; in amdgpu_vce_get_create_msg()
405 ib->ptr[ib->length_dw++] = 0x00000080; in amdgpu_vce_get_create_msg()
406 ib->ptr[ib->length_dw++] = 0x00000060; in amdgpu_vce_get_create_msg()
407 ib->ptr[ib->length_dw++] = 0x00000100; in amdgpu_vce_get_create_msg()
408 ib->ptr[ib->length_dw++] = 0x00000100; in amdgpu_vce_get_create_msg()
409 ib->ptr[ib->length_dw++] = 0x0000000c; in amdgpu_vce_get_create_msg()
410 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
412 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
413 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
414 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
415 ib->ptr[ib->length_dw++] = 0x00000000; in amdgpu_vce_get_create_msg()
418 ib->ptr[ib->length_dw++] = 0x00000014; /* len */ in amdgpu_vce_get_create_msg()
419 ib->ptr[ib->length_dw++] = 0x05000005; /* feedback buffer */ in amdgpu_vce_get_create_msg()
420 ib->ptr[ib->length_dw++] = upper_32_bits(dummy); in amdgpu_vce_get_create_msg()
421 ib->ptr[ib->length_dw++] = dummy; in amdgpu_vce_get_create_msg()
422 ib->ptr[ib->length_dw++] = 0x00000001; in amdgpu_vce_get_create_msg()
425 ib->ptr[i] = 0x0; in amdgpu_vce_get_create_msg()
479 ib->ptr[ib->length_dw++] = 0x0000000c; /* len */ in amdgpu_vce_get_destroy_msg()
480 ib->ptr[ib->length_dw++] = 0x00000001; /* session cmd */ in amdgpu_vce_get_destroy_msg()
481 ib->ptr[ib->length_dw++] = handle; in amdgpu_vce_get_destroy_msg()
483 ib->ptr[ib->length_dw++] = 0x00000014; /* len */ in amdgpu_vce_get_destroy_msg()
484 ib->ptr[ib->length_dw++] = 0x05000005; /* feedback buffer */ in amdgpu_vce_get_destroy_msg()
485 ib->ptr[ib->length_dw++] = upper_32_bits(dummy); in amdgpu_vce_get_destroy_msg()
486 ib->ptr[ib->length_dw++] = dummy; in amdgpu_vce_get_destroy_msg()
487 ib->ptr[ib->length_dw++] = 0x00000001; in amdgpu_vce_get_destroy_msg()
489 ib->ptr[ib->length_dw++] = 0x00000008; /* len */ in amdgpu_vce_get_destroy_msg()
490 ib->ptr[ib->length_dw++] = 0x02000001; /* destroy cmd */ in amdgpu_vce_get_destroy_msg()
493 ib->ptr[i] = 0x0; in amdgpu_vce_get_destroy_msg()
554 ib->ptr[lo] = addr & 0xFFFFFFFF; in amdgpu_vce_cs_reloc()
555 ib->ptr[hi] = addr >> 32; in amdgpu_vce_cs_reloc()