Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cs.c36 static int amdgpu_cs_user_fence_chunk(struct amdgpu_cs_parser *p, in amdgpu_cs_user_fence_chunk()
76 static int amdgpu_cs_bo_handles_chunk(struct amdgpu_cs_parser *p, in amdgpu_cs_bo_handles_chunk()
101 static int amdgpu_cs_parser_init(struct amdgpu_cs_parser *p, union drm_amdgpu_cs *cs) in amdgpu_cs_parser_init()
391 static int amdgpu_cs_bo_validate(struct amdgpu_cs_parser *p, in amdgpu_cs_bo_validate()
446 static bool amdgpu_cs_try_evict(struct amdgpu_cs_parser *p, in amdgpu_cs_try_evict()
508 struct amdgpu_cs_parser *p = param; in amdgpu_cs_validate()
523 static int amdgpu_cs_list_validate(struct amdgpu_cs_parser *p, in amdgpu_cs_list_validate()
567 static int amdgpu_cs_parser_bos(struct amdgpu_cs_parser *p, in amdgpu_cs_parser_bos()
759 static int amdgpu_cs_sync_rings(struct amdgpu_cs_parser *p) in amdgpu_cs_sync_rings()
783 static void amdgpu_cs_parser_fini(struct amdgpu_cs_parser *parser, int error, in amdgpu_cs_parser_fini()
[all …]
Damdgpu_vce.h66 int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, uint32_t ib_idx);
67 int amdgpu_vce_ring_parse_cs_vm(struct amdgpu_cs_parser *p, uint32_t ib_idx);
Damdgpu_ring.h65 struct amdgpu_cs_parser;
125 int (*parse_cs)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
126 int (*patch_cs_in_place)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
Damdgpu_uvd.h81 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx);
Damdgpu_vce.c575 static int amdgpu_vce_validate_bo(struct amdgpu_cs_parser *p, uint32_t ib_idx, in amdgpu_vce_validate_bo()
623 static int amdgpu_vce_cs_reloc(struct amdgpu_cs_parser *p, uint32_t ib_idx, in amdgpu_vce_cs_reloc()
672 static int amdgpu_vce_validate_handle(struct amdgpu_cs_parser *p, in amdgpu_vce_validate_handle()
708 int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, uint32_t ib_idx) in amdgpu_vce_ring_parse_cs()
944 int amdgpu_vce_ring_parse_cs_vm(struct amdgpu_cs_parser *p, uint32_t ib_idx) in amdgpu_vce_ring_parse_cs_vm()
Damdgpu.h187 struct amdgpu_cs_parser;
978 struct amdgpu_cs_parser { struct
1011 static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, in amdgpu_get_ib_value() argument
1017 static inline void amdgpu_set_ib_value(struct amdgpu_cs_parser *p, in amdgpu_set_ib_value()
1853 int amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
Damdgpu_uvd.c88 struct amdgpu_cs_parser *parser;
970 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx) in amdgpu_uvd_ring_parse_cs()
Damdgpu_trace.h142 TP_PROTO(struct amdgpu_cs_parser *p, int i),
Duvd_v7_0.c1264 static int uvd_v7_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p, in uvd_v7_0_ring_patch_cs_in_place()