Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cs.c39 static int amdgpu_cs_user_fence_chunk(struct amdgpu_cs_parser *p, in amdgpu_cs_user_fence_chunk()
80 static int amdgpu_cs_bo_handles_chunk(struct amdgpu_cs_parser *p, in amdgpu_cs_bo_handles_chunk()
105 static int amdgpu_cs_parser_init(struct amdgpu_cs_parser *p, union drm_amdgpu_cs *cs) in amdgpu_cs_parser_init()
398 static int amdgpu_cs_bo_validate(struct amdgpu_cs_parser *p, in amdgpu_cs_bo_validate()
453 static bool amdgpu_cs_try_evict(struct amdgpu_cs_parser *p, in amdgpu_cs_try_evict()
515 struct amdgpu_cs_parser *p = param; in amdgpu_cs_validate()
530 static int amdgpu_cs_list_validate(struct amdgpu_cs_parser *p, in amdgpu_cs_list_validate()
570 static int amdgpu_cs_parser_bos(struct amdgpu_cs_parser *p, in amdgpu_cs_parser_bos()
722 static int amdgpu_cs_sync_rings(struct amdgpu_cs_parser *p) in amdgpu_cs_sync_rings()
748 static void amdgpu_cs_parser_fini(struct amdgpu_cs_parser *parser, int error, in amdgpu_cs_parser_fini()
[all …]
Damdgpu_vce.h67 int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, uint32_t ib_idx);
68 int amdgpu_vce_ring_parse_cs_vm(struct amdgpu_cs_parser *p, uint32_t ib_idx);
Damdgpu_ring.h65 struct amdgpu_cs_parser;
126 int (*parse_cs)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
127 int (*patch_cs_in_place)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
Damdgpu_uvd.h83 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx);
Damdgpu_vce.c576 static int amdgpu_vce_validate_bo(struct amdgpu_cs_parser *p, uint32_t ib_idx, in amdgpu_vce_validate_bo()
624 static int amdgpu_vce_cs_reloc(struct amdgpu_cs_parser *p, uint32_t ib_idx, in amdgpu_vce_cs_reloc()
673 static int amdgpu_vce_validate_handle(struct amdgpu_cs_parser *p, in amdgpu_vce_validate_handle()
709 int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, uint32_t ib_idx) in amdgpu_vce_ring_parse_cs()
945 int amdgpu_vce_ring_parse_cs_vm(struct amdgpu_cs_parser *p, uint32_t ib_idx) in amdgpu_vce_ring_parse_cs_vm()
Damdgpu.h216 struct amdgpu_cs_parser;
456 struct amdgpu_cs_parser { struct
489 static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, in amdgpu_get_ib_value() argument
495 static inline void amdgpu_set_ib_value(struct amdgpu_cs_parser *p, in amdgpu_set_ib_value()
1253 int amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
Damdgpu_uvd.c88 struct amdgpu_cs_parser *parser;
972 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.c1260 static int uvd_v7_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p, in uvd_v7_0_ring_patch_cs_in_place()