HomeSort by: relevance | last modified time | path
    Searched refs:amdgpu_cs_parser (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vce.h 64 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);
amdgpu_uvd.h 85 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx);
amdgpu_cs.c 45 static int amdgpu_cs_user_fence_chunk(struct amdgpu_cs_parser *p,
86 static int amdgpu_cs_bo_handles_chunk(struct amdgpu_cs_parser *p,
111 static int amdgpu_cs_parser_init(struct amdgpu_cs_parser *p, union drm_amdgpu_cs *cs)
404 static int amdgpu_cs_bo_validate(struct amdgpu_cs_parser *p,
460 struct amdgpu_cs_parser *p = param;
473 static int amdgpu_cs_list_validate(struct amdgpu_cs_parser *p,
518 static int amdgpu_cs_parser_bos(struct amdgpu_cs_parser *p,
665 static int amdgpu_cs_sync_rings(struct amdgpu_cs_parser *p)
691 static void amdgpu_cs_parser_fini(struct amdgpu_cs_parser *parser, int error,
727 static int amdgpu_cs_vm_handling(struct amdgpu_cs_parser *p
    [all...]
amdgpu_ring.h 69 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);
amdgpu_vce.c 590 static int amdgpu_vce_validate_bo(struct amdgpu_cs_parser *p, uint32_t ib_idx,
638 static int amdgpu_vce_cs_reloc(struct amdgpu_cs_parser *p, uint32_t ib_idx,
687 static int amdgpu_vce_validate_handle(struct amdgpu_cs_parser *p,
723 int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, uint32_t ib_idx)
959 int amdgpu_vce_ring_parse_cs_vm(struct amdgpu_cs_parser *p, uint32_t ib_idx)
amdgpu.h 239 struct amdgpu_cs_parser;
482 struct amdgpu_cs_parser { struct
514 static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p,
520 static inline void amdgpu_set_ib_value(struct amdgpu_cs_parser *p,
1252 int amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
amdgpu_uvd.c 96 struct amdgpu_cs_parser *parser;
991 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx)
amdgpu_trace.h 145 TP_PROTO(struct amdgpu_cs_parser *p, int i),
amdgpu_uvd_v7_0.c 1267 static int uvd_v7_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p,

Completed in 73 milliseconds