Home
last modified time | relevance | path

Searched refs:amdgpu_cs_parser (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cs.c41 static int amdgpu_cs_user_fence_chunk(struct amdgpu_cs_parser *p, in amdgpu_cs_user_fence_chunk()
82 static int amdgpu_cs_bo_handles_chunk(struct amdgpu_cs_parser *p, in amdgpu_cs_bo_handles_chunk()
106 static int amdgpu_cs_parser_init(struct amdgpu_cs_parser *p, union drm_amdgpu_cs *cs) in amdgpu_cs_parser_init()
402 struct amdgpu_cs_parser *p = param; in amdgpu_cs_bo_validate()
454 static int amdgpu_cs_list_validate(struct amdgpu_cs_parser *p, in amdgpu_cs_list_validate()
491 static int amdgpu_cs_parser_bos(struct amdgpu_cs_parser *p, in amdgpu_cs_parser_bos()
648 static int amdgpu_cs_sync_rings(struct amdgpu_cs_parser *p) in amdgpu_cs_sync_rings()
678 static void amdgpu_cs_parser_fini(struct amdgpu_cs_parser *parser, int error, in amdgpu_cs_parser_fini()
722 static int amdgpu_cs_vm_handling(struct amdgpu_cs_parser *p) in amdgpu_cs_vm_handling()
872 struct amdgpu_cs_parser *parser) in amdgpu_cs_ib_fill()
[all …]
Damdgpu_vce.h62 int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, uint32_t ib_idx);
63 int amdgpu_vce_ring_parse_cs_vm(struct amdgpu_cs_parser *p, uint32_t ib_idx);
Damdgpu_ring.h86 struct amdgpu_cs_parser;
154 int (*parse_cs)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
155 int (*patch_cs_in_place)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
Damdgpu_uvd.h84 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx);
Damdgpu_vce.c592 static int amdgpu_vce_validate_bo(struct amdgpu_cs_parser *p, uint32_t ib_idx, in amdgpu_vce_validate_bo()
642 static int amdgpu_vce_cs_reloc(struct amdgpu_cs_parser *p, uint32_t ib_idx, in amdgpu_vce_cs_reloc()
691 static int amdgpu_vce_validate_handle(struct amdgpu_cs_parser *p, in amdgpu_vce_validate_handle()
727 int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, uint32_t ib_idx) in amdgpu_vce_ring_parse_cs()
963 int amdgpu_vce_ring_parse_cs_vm(struct amdgpu_cs_parser *p, uint32_t ib_idx) in amdgpu_vce_ring_parse_cs_vm()
Damdgpu.h279 struct amdgpu_cs_parser;
525 struct amdgpu_cs_parser { struct
557 static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, in amdgpu_get_ib_value() argument
563 static inline void amdgpu_set_ib_value(struct amdgpu_cs_parser *p, in amdgpu_set_ib_value()
1415 int amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
Damdgpu_uvd.c97 struct amdgpu_cs_parser *parser;
1022 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx) in amdgpu_uvd_ring_parse_cs()
Damdgpu_trace.h143 TP_PROTO(struct amdgpu_cs_parser *p, int i),
Dvcn_v3_0.c1843 static int vcn_v3_0_limit_sched(struct amdgpu_cs_parser *p) in vcn_v3_0_limit_sched()
1857 static int vcn_v3_0_dec_msg(struct amdgpu_cs_parser *p, uint64_t addr) in vcn_v3_0_dec_msg()
1938 static int vcn_v3_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p, in vcn_v3_0_ring_patch_cs_in_place()
Duvd_v7_0.c1288 static int uvd_v7_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p, in uvd_v7_0_ring_patch_cs_in_place()