Searched refs:amdgpu_cs_parser (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_cs.c | 44 static int amdgpu_cs_parser_init(struct amdgpu_cs_parser *p, in amdgpu_cs_parser_init() 73 static int amdgpu_cs_job_idx(struct amdgpu_cs_parser *p, in amdgpu_cs_job_idx() 107 static int amdgpu_cs_p1_ib(struct amdgpu_cs_parser *p, in amdgpu_cs_p1_ib() 125 static int amdgpu_cs_p1_user_fence(struct amdgpu_cs_parser *p, in amdgpu_cs_p1_user_fence() 175 static int amdgpu_cs_pass1(struct amdgpu_cs_parser *p, in amdgpu_cs_pass1() 331 static int amdgpu_cs_p2_ib(struct amdgpu_cs_parser *p, in amdgpu_cs_p2_ib() 573 static int amdgpu_cs_p2_shadow(struct amdgpu_cs_parser *p, in amdgpu_cs_p2_shadow() 593 static int amdgpu_cs_pass2(struct amdgpu_cs_parser *p) in amdgpu_cs_pass2() 786 struct amdgpu_cs_parser *p = param; in amdgpu_cs_bo_validate() 1276 static int amdgpu_cs_submit(struct amdgpu_cs_parser *p, in amdgpu_cs_submit() [all …]
|
H A D | amdgpu_cs.h | 49 struct amdgpu_cs_parser { struct 84 int amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser, argument
|
H A D | amdgpu_vce.h | 62 int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, struct amdgpu_job *job, 64 int amdgpu_vce_ring_parse_cs_vm(struct amdgpu_cs_parser *p,
|
H A D | jpeg_v2_0.h | 63 int jpeg_v2_dec_ring_parse_cs(struct amdgpu_cs_parser *parser,
|
H A D | amdgpu_uvd.h | 86 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser,
|
H A D | amdgpu_vce.c | 599 static int amdgpu_vce_validate_bo(struct amdgpu_cs_parser *p, in amdgpu_vce_validate_bo() 650 static int amdgpu_vce_cs_reloc(struct amdgpu_cs_parser *p, struct amdgpu_ib *ib, in amdgpu_vce_cs_reloc() 699 static int amdgpu_vce_validate_handle(struct amdgpu_cs_parser *p, in amdgpu_vce_validate_handle() 736 int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, in amdgpu_vce_ring_parse_cs() 974 int amdgpu_vce_ring_parse_cs_vm(struct amdgpu_cs_parser *p, in amdgpu_vce_ring_parse_cs_vm()
|
H A D | amdgpu_ring.h | 35 struct amdgpu_cs_parser; 179 int (*parse_cs)(struct amdgpu_cs_parser *p, 182 int (*patch_cs_in_place)(struct amdgpu_cs_parser *p,
|
H A D | jpeg_v1_0.c | 38 static int jpeg_v1_dec_ring_parse_cs(struct amdgpu_cs_parser *parser, 633 static int jpeg_v1_dec_ring_parse_cs(struct amdgpu_cs_parser *parser, in jpeg_v1_dec_ring_parse_cs()
|
H A D | amdgpu_uvd.c | 98 struct amdgpu_cs_parser *parser; 1076 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, in amdgpu_uvd_ring_parse_cs()
|
H A D | vcn_v4_0.c | 1734 static int vcn_v4_0_limit_sched(struct amdgpu_cs_parser *p, in vcn_v4_0_limit_sched() 1753 static int vcn_v4_0_dec_msg(struct amdgpu_cs_parser *p, struct amdgpu_job *job, in vcn_v4_0_dec_msg() 1859 static int vcn_v4_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p, in vcn_v4_0_ring_patch_cs_in_place()
|
H A D | amdgpu_trace.h | 143 TP_PROTO(struct amdgpu_cs_parser *p,
|
H A D | jpeg_v2_0.c | 830 int jpeg_v2_dec_ring_parse_cs(struct amdgpu_cs_parser *parser, in jpeg_v2_dec_ring_parse_cs()
|
H A D | vcn_v3_0.c | 1811 static int vcn_v3_0_limit_sched(struct amdgpu_cs_parser *p, in vcn_v3_0_limit_sched() 1830 static int vcn_v3_0_dec_msg(struct amdgpu_cs_parser *p, struct amdgpu_job *job, in vcn_v3_0_dec_msg() 1912 static int vcn_v3_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p, in vcn_v3_0_ring_patch_cs_in_place()
|
H A D | vcn_v1_0.c | 2015 static int vcn_v1_0_validate_bo(struct amdgpu_cs_parser *parser, in vcn_v1_0_validate_bo() 2050 static int vcn_v1_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p, in vcn_v1_0_ring_patch_cs_in_place()
|
H A D | uvd_v7_0.c | 1288 static int uvd_v7_0_ring_patch_cs_in_place(struct amdgpu_cs_parser *p, in uvd_v7_0_ring_patch_cs_in_place()
|