Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_cs.c45 static int amdgpu_cs_user_fence_chunk(struct amdgpu_cs_parser *p, in amdgpu_cs_user_fence_chunk()
404 static int amdgpu_cs_bo_validate(struct amdgpu_cs_parser *p, in amdgpu_cs_bo_validate()
460 struct amdgpu_cs_parser *p = param; in amdgpu_cs_validate()
518 static int amdgpu_cs_parser_bos(struct amdgpu_cs_parser *p, in amdgpu_cs_parser_bos()
665 static int amdgpu_cs_sync_rings(struct amdgpu_cs_parser *p) in amdgpu_cs_sync_rings()
727 static int amdgpu_cs_vm_handling(struct amdgpu_cs_parser *p) in amdgpu_cs_vm_handling()
877 struct amdgpu_cs_parser *parser) in amdgpu_cs_ib_fill()
1153 struct amdgpu_cs_parser *p) in amdgpu_cs_dependencies()
1212 static int amdgpu_cs_submit(struct amdgpu_cs_parser *p, in amdgpu_cs_submit()
1294 struct amdgpu_cs_parser parser = {}; in amdgpu_cs_ioctl()
[all …]
H A Damdgpu_vce.h64 int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, uint32_t ib_idx);
65 int amdgpu_vce_ring_parse_cs_vm(struct amdgpu_cs_parser *p, uint32_t ib_idx);
H A Damdgpu_ring.h69 struct amdgpu_cs_parser;
130 int (*parse_cs)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
131 int (*patch_cs_in_place)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
H A Damdgpu_vce.c590 static int amdgpu_vce_validate_bo(struct amdgpu_cs_parser *p, uint32_t ib_idx, in amdgpu_vce_validate_bo()
638 static int amdgpu_vce_cs_reloc(struct amdgpu_cs_parser *p, uint32_t ib_idx, in amdgpu_vce_cs_reloc()
687 static int amdgpu_vce_validate_handle(struct amdgpu_cs_parser *p, in amdgpu_vce_validate_handle()
723 int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, uint32_t ib_idx) in amdgpu_vce_ring_parse_cs()
959 int amdgpu_vce_ring_parse_cs_vm(struct amdgpu_cs_parser *p, uint32_t ib_idx) in amdgpu_vce_ring_parse_cs_vm()
H A Damdgpu_uvd.h85 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx);
H A Damdgpu.h234 struct amdgpu_cs_parser;
477 struct amdgpu_cs_parser { struct
509 static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, in amdgpu_get_ib_value() argument
515 static inline void amdgpu_set_ib_value(struct amdgpu_cs_parser *p, in amdgpu_set_ib_value()
1247 int amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
H A Damdgpu_uvd.c96 struct amdgpu_cs_parser *parser;
991 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx) in amdgpu_uvd_ring_parse_cs()
H A Damdgpu_trace.h145 TP_PROTO(struct amdgpu_cs_parser *p, int i),
H A Damdgpu_uvd_v7_0.c1267 static int uvd_v7_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p, in uvd_v7_0_ring_patch_cs_in_place()