Home
last modified time | relevance | path

Searched refs:radeon_cs_parser (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dr100_track.h85 int r100_cs_packet_parse_vline(struct radeon_cs_parser *p);
87 int r200_packet0_check(struct radeon_cs_parser *p,
91 int r100_reloc_pitch_offset(struct radeon_cs_parser *p,
95 int r100_packet3_load_vbpntr(struct radeon_cs_parser *p,
H A Dradeon_cs.c75 static int radeon_cs_parser_relocs(struct radeon_cs_parser *p) in radeon_cs_parser_relocs()
247 static int radeon_cs_sync_rings(struct radeon_cs_parser *p) in radeon_cs_sync_rings()
265 int radeon_cs_parser_init(struct radeon_cs_parser *p, void *data) in radeon_cs_parser_init()
456 struct radeon_cs_parser *parser) in radeon_cs_ib_chunk()
492 static int radeon_bo_vm_update_pte(struct radeon_cs_parser *p, in radeon_bo_vm_update_pte()
538 struct radeon_cs_parser *parser) in radeon_cs_ib_vm_chunk()
658 struct radeon_cs_parser parser; in radeon_cs_ioctl()
674 memset(&parser, 0, sizeof(struct radeon_cs_parser)); in radeon_cs_ioctl()
729 int radeon_cs_packet_parse(struct radeon_cs_parser *p, in radeon_cs_packet_parse()
814 void radeon_cs_dump_packet(struct radeon_cs_parser *p, in radeon_cs_dump_packet()
[all …]
H A Dradeon_asic.h82 int r100_cs_parse(struct radeon_cs_parser *p);
121 int r100_cs_track_check_pkt3_indx_buffer(struct radeon_cs_parser *p,
124 int r100_cs_parse_packet0(struct radeon_cs_parser *p,
128 int r100_cs_packet_parse(struct radeon_cs_parser *p,
174 extern int r300_cs_parse(struct radeon_cs_parser *p);
319 int r600_cs_parse(struct radeon_cs_parser *p);
320 int r600_dma_cs_parse(struct radeon_cs_parser *p);
321 int r600_dma_cs_next_reloc(struct radeon_cs_parser *p,
529 extern int evergreen_cs_parse(struct radeon_cs_parser *p);
530 extern int evergreen_dma_cs_parse(struct radeon_cs_parser *p);
H A Dr600_cs.c350 static int r600_cs_track_validate_cb(struct radeon_cs_parser *p, int i) in r600_cs_track_validate_cb()
517 static int r600_cs_track_validate_db(struct radeon_cs_parser *p) in r600_cs_track_validate_db()
706 static int r600_cs_track_check(struct radeon_cs_parser *p) in r600_cs_track_check()
794 static int r600_cs_packet_parse_vline(struct radeon_cs_parser *p) in r600_cs_packet_parse_vline()
825 int r600_cs_common_vline_parse(struct radeon_cs_parser *p, in r600_cs_common_vline_parse()
919 static int r600_packet0_check(struct radeon_cs_parser *p, in r600_packet0_check()
941 static int r600_cs_parse_packet0(struct radeon_cs_parser *p, in r600_cs_parse_packet0()
1626 static int r600_packet3_check(struct radeon_cs_parser *p, in r600_packet3_check()
2268 int r600_cs_parse(struct radeon_cs_parser *p) in r600_cs_parse()
2342 int r600_dma_cs_next_reloc(struct radeon_cs_parser *p, in r600_dma_cs_next_reloc()
[all …]
H A Devergreen_cs.c188 static int evergreen_surface_check_linear(struct radeon_cs_parser *p, in evergreen_surface_check_linear()
221 static int evergreen_surface_check_1d(struct radeon_cs_parser *p, in evergreen_surface_check_1d()
252 static int evergreen_surface_check_2d(struct radeon_cs_parser *p, in evergreen_surface_check_2d()
295 static int evergreen_surface_check(struct radeon_cs_parser *p, in evergreen_surface_check()
930 static int evergreen_cs_track_check(struct radeon_cs_parser *p) in evergreen_cs_track_check()
1023 static int evergreen_cs_packet_parse_vline(struct radeon_cs_parser *p) in evergreen_cs_packet_parse_vline()
1046 static int evergreen_packet0_check(struct radeon_cs_parser *p, in evergreen_packet0_check()
1068 static int evergreen_cs_parse_packet0(struct radeon_cs_parser *p, in evergreen_cs_parse_packet0()
1770 static int evergreen_packet3_check(struct radeon_cs_parser *p, in evergreen_packet3_check()
2670 int evergreen_cs_parse(struct radeon_cs_parser *p) in evergreen_cs_parse()
[all …]
H A Dradeon_uvd.c442 static int radeon_uvd_validate_codec(struct radeon_cs_parser *p, in radeon_uvd_validate_codec()
465 static int radeon_uvd_cs_msg(struct radeon_cs_parser *p, struct radeon_bo *bo, in radeon_uvd_cs_msg()
572 static int radeon_uvd_cs_reloc(struct radeon_cs_parser *p, in radeon_uvd_cs_reloc()
648 static int radeon_uvd_cs_reg(struct radeon_cs_parser *p, in radeon_uvd_cs_reg()
684 int radeon_uvd_cs_parse(struct radeon_cs_parser *p) in radeon_uvd_cs_parse()
H A Dradeon.h1071 struct radeon_cs_parser { struct
1122 typedef int (*radeon_packet0_check_t)(struct radeon_cs_parser *p,
1125 typedef int (*radeon_packet3_check_t)(struct radeon_cs_parser *p,
1703 int radeon_uvd_cs_parse(struct radeon_cs_parser *parser);
1745 int radeon_vce_cs_parse(struct radeon_cs_parser *p);
1829 int (*cs_parse)(struct radeon_cs_parser *p);
2993 int radeon_cs_packet_parse(struct radeon_cs_parser *p,
2996 bool radeon_cs_packet_next_is_pkt3_nop(struct radeon_cs_parser *p);
2997 void radeon_cs_dump_packet(struct radeon_cs_parser *p,
2999 int radeon_cs_packet_next_reloc(struct radeon_cs_parser *p,
[all …]
H A Dradeon_vce.c470 int radeon_vce_cs_reloc(struct radeon_cs_parser *p, int lo, int hi, in radeon_vce_cs_reloc()
519 static int radeon_vce_validate_handle(struct radeon_cs_parser *p, in radeon_vce_validate_handle()
557 int radeon_vce_cs_parse(struct radeon_cs_parser *p) in radeon_vce_cs_parse()
H A Dr300.c621 static int r300_packet0_check(struct radeon_cs_parser *p, in r300_packet0_check()
1166 static int r300_packet3_check(struct radeon_cs_parser *p, in r300_packet3_check()
1274 int r300_cs_parse(struct radeon_cs_parser *p) in r300_cs_parse()
H A Dr100.c1269 int r100_reloc_pitch_offset(struct radeon_cs_parser *p, in r100_reloc_pitch_offset()
1311 int r100_packet3_load_vbpntr(struct radeon_cs_parser *p, in r100_packet3_load_vbpntr()
1375 int r100_cs_parse_packet0(struct radeon_cs_parser *p, in r100_cs_parse_packet0()
1434 int r100_cs_packet_parse_vline(struct radeon_cs_parser *p) in r100_cs_packet_parse_vline()
1561 static int r100_packet0_check(struct radeon_cs_parser *p, in r100_packet0_check()
1902 int r100_cs_track_check_pkt3_indx_buffer(struct radeon_cs_parser *p, in r100_cs_track_check_pkt3_indx_buffer()
1920 static int r100_packet3_check(struct radeon_cs_parser *p, in r100_packet3_check()
2041 int r100_cs_parse(struct radeon_cs_parser *p) in r100_cs_parse()
H A Dr200.c145 int r200_packet0_check(struct radeon_cs_parser *p, in r200_packet0_check()