Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A 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()
402 struct amdgpu_cs_parser *p = param; in amdgpu_cs_bo_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()
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()
1149 struct amdgpu_cs_parser *p) in amdgpu_cs_dependencies()
1208 static int amdgpu_cs_submit(struct amdgpu_cs_parser *p, in amdgpu_cs_submit()
1319 struct amdgpu_cs_parser parser = {}; in amdgpu_cs_ioctl()
[all …]
A 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);
A Damdgpu_ring.h88 struct amdgpu_cs_parser;
157 int (*parse_cs)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
158 int (*patch_cs_in_place)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
A Damdgpu_vce.c600 static int amdgpu_vce_validate_bo(struct amdgpu_cs_parser *p, uint32_t ib_idx, in amdgpu_vce_validate_bo()
650 static int amdgpu_vce_cs_reloc(struct amdgpu_cs_parser *p, uint32_t ib_idx, in amdgpu_vce_cs_reloc()
699 static int amdgpu_vce_validate_handle(struct amdgpu_cs_parser *p, in amdgpu_vce_validate_handle()
735 int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, uint32_t ib_idx) in amdgpu_vce_ring_parse_cs()
971 int amdgpu_vce_ring_parse_cs_vm(struct amdgpu_cs_parser *p, uint32_t ib_idx) in amdgpu_vce_ring_parse_cs_vm()
A Damdgpu_uvd.h85 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx);
A Damdgpu.h280 struct amdgpu_cs_parser;
526 struct amdgpu_cs_parser { struct
558 static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, in amdgpu_get_ib_value() argument
564 static inline void amdgpu_set_ib_value(struct amdgpu_cs_parser *p, in amdgpu_set_ib_value()
1423 int amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
A Damdgpu_uvd.c97 struct amdgpu_cs_parser *parser;
1073 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx) in amdgpu_uvd_ring_parse_cs()
A Damdgpu_trace.h143 TP_PROTO(struct amdgpu_cs_parser *p, int i),
A Dvcn_v3_0.c1809 static int vcn_v3_0_limit_sched(struct amdgpu_cs_parser *p) in vcn_v3_0_limit_sched()
1823 static int vcn_v3_0_dec_msg(struct amdgpu_cs_parser *p, uint64_t addr) in vcn_v3_0_dec_msg()
1904 static int vcn_v3_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p, in vcn_v3_0_ring_patch_cs_in_place()
A Duvd_v7_0.c1281 static int uvd_v7_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p, in uvd_v7_0_ring_patch_cs_in_place()

Completed in 32 milliseconds