Home
last modified time | relevance | path

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

/Linux-v5.10/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()
107 static int amdgpu_cs_parser_init(struct amdgpu_cs_parser *p, union drm_amdgpu_cs *cs) in amdgpu_cs_parser_init()
400 static int amdgpu_cs_bo_validate(struct amdgpu_cs_parser *p, in amdgpu_cs_bo_validate()
458 struct amdgpu_cs_parser *p = param; in amdgpu_cs_validate()
471 static int amdgpu_cs_list_validate(struct amdgpu_cs_parser *p, in amdgpu_cs_list_validate()
508 static int amdgpu_cs_parser_bos(struct amdgpu_cs_parser *p, in amdgpu_cs_parser_bos()
655 static int amdgpu_cs_sync_rings(struct amdgpu_cs_parser *p) in amdgpu_cs_sync_rings()
684 static void amdgpu_cs_parser_fini(struct amdgpu_cs_parser *parser, int error, in amdgpu_cs_parser_fini()
720 static int amdgpu_cs_vm_handling(struct amdgpu_cs_parser *p) in amdgpu_cs_vm_handling()
[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.h83 struct amdgpu_cs_parser;
150 int (*parse_cs)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
151 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.c586 static int amdgpu_vce_validate_bo(struct amdgpu_cs_parser *p, uint32_t ib_idx, in amdgpu_vce_validate_bo()
634 static int amdgpu_vce_cs_reloc(struct amdgpu_cs_parser *p, uint32_t ib_idx, in amdgpu_vce_cs_reloc()
683 static int amdgpu_vce_validate_handle(struct amdgpu_cs_parser *p, in amdgpu_vce_validate_handle()
719 int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, uint32_t ib_idx) in amdgpu_vce_ring_parse_cs()
955 int amdgpu_vce_ring_parse_cs_vm(struct amdgpu_cs_parser *p, uint32_t ib_idx) in amdgpu_vce_ring_parse_cs_vm()
Damdgpu.h250 struct amdgpu_cs_parser;
495 struct amdgpu_cs_parser { struct
527 static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, in amdgpu_get_ib_value() argument
533 static inline void amdgpu_set_ib_value(struct amdgpu_cs_parser *p, in amdgpu_set_ib_value()
1272 int amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
Damdgpu_uvd.c96 struct amdgpu_cs_parser *parser;
1011 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),
Duvd_v7_0.c1259 static int uvd_v7_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p, in uvd_v7_0_ring_patch_cs_in_place()