Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A 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()
569 static int amdgpu_cs_parser_bos(struct amdgpu_cs_parser *p, in amdgpu_cs_parser_bos()
761 static int amdgpu_cs_sync_rings(struct amdgpu_cs_parser *p) in amdgpu_cs_sync_rings()
785 static void amdgpu_cs_parser_fini(struct amdgpu_cs_parser *parser, int error, in amdgpu_cs_parser_fini()
[all …]
H A 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);
H A 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);
H A 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()
H A Damdgpu_uvd.h81 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx);
H A Damdgpu.h192 struct amdgpu_cs_parser;
983 struct amdgpu_cs_parser { struct
1016 static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, in amdgpu_get_ib_value() argument
1022 static inline void amdgpu_set_ib_value(struct amdgpu_cs_parser *p, in amdgpu_set_ib_value()
1879 int amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
H A 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()
H A Duvd_v7_0.c1269 static int uvd_v7_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p, in uvd_v7_0_ring_patch_cs_in_place()