Searched refs:radeon_cs_parser (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/sys/dev/pci/drm/radeon/
H A Dr100_track.h88 int r100_cs_packet_parse_vline(struct radeon_cs_parser *p);
90 int r200_packet0_check(struct radeon_cs_parser *p,
94 int r100_reloc_pitch_offset(struct radeon_cs_parser *p,
98 int r100_packet3_load_vbpntr(struct radeon_cs_parser *p,
H A Dr600.h32 struct radeon_cs_parser;
55 int r600_dma_cs_next_reloc(struct radeon_cs_parser *p,
H A Dradeon_cs.c81 static int radeon_cs_parser_relocs(struct radeon_cs_parser *p)
212 static int radeon_cs_get_ring(struct radeon_cs_parser *p, u32 ring, s32 priority)
255 static int radeon_cs_sync_rings(struct radeon_cs_parser *p)
273 int radeon_cs_parser_init(struct radeon_cs_parser *p, void *data)
424 static void radeon_cs_parser_fini(struct radeon_cs_parser *parser, int error, bool backoff)
470 struct radeon_cs_parser *parser)
506 static int radeon_bo_vm_update_pte(struct radeon_cs_parser *p,
556 struct radeon_cs_parser *parser)
617 static int radeon_cs_ib_fill(struct radeon_device *rdev, struct radeon_cs_parser *parser)
676 struct radeon_cs_parser parse
[all...]
H A Dr600_cs.c349 static int r600_cs_track_validate_cb(struct radeon_cs_parser *p, int i)
515 static int r600_cs_track_validate_db(struct radeon_cs_parser *p)
703 static int r600_cs_track_check(struct radeon_cs_parser *p)
791 static int r600_cs_packet_parse_vline(struct radeon_cs_parser *p)
822 int r600_cs_common_vline_parse(struct radeon_cs_parser *p,
916 static int r600_packet0_check(struct radeon_cs_parser *p,
938 static int r600_cs_parse_packet0(struct radeon_cs_parser *p,
966 static int r600_cs_check_reg(struct radeon_cs_parser *p, u32 reg, u32 idx)
1469 static int r600_check_texture_resource(struct radeon_cs_parser *p, u32 idx,
1610 static bool r600_is_safe_reg(struct radeon_cs_parser *
[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);
526 extern int evergreen_cs_parse(struct radeon_cs_parser *p);
527 extern int evergreen_dma_cs_parse(struct radeon_cs_parser *p);
H A Devergreen_cs.c189 static int evergreen_surface_check_linear(struct radeon_cs_parser *p,
200 static int evergreen_surface_check_linear_aligned(struct radeon_cs_parser *p,
222 static int evergreen_surface_check_1d(struct radeon_cs_parser *p,
253 static int evergreen_surface_check_2d(struct radeon_cs_parser *p,
296 static int evergreen_surface_check(struct radeon_cs_parser *p,
320 static int evergreen_surface_value_conv_check(struct radeon_cs_parser *p,
393 static int evergreen_cs_track_validate_cb(struct radeon_cs_parser *p, unsigned id)
495 static int evergreen_cs_track_validate_htile(struct radeon_cs_parser *p,
560 static int evergreen_cs_track_validate_stencil(struct radeon_cs_parser *p)
657 static int evergreen_cs_track_validate_depth(struct radeon_cs_parser *
[all...]
H A Dradeon_uvd.c444 static int radeon_uvd_validate_codec(struct radeon_cs_parser *p,
467 static int radeon_uvd_cs_msg(struct radeon_cs_parser *p, struct radeon_bo *bo,
562 static int radeon_uvd_cs_reloc(struct radeon_cs_parser *p,
638 static int radeon_uvd_cs_reg(struct radeon_cs_parser *p,
674 int radeon_uvd_cs_parse(struct radeon_cs_parser *p)
H A Dradeon_vce.c499 int radeon_vce_cs_reloc(struct radeon_cs_parser *p, int lo, int hi,
548 static int radeon_vce_validate_handle(struct radeon_cs_parser *p,
586 int radeon_vce_cs_parse(struct radeon_cs_parser *p)
H A Dradeon_trace.h31 TP_PROTO(struct radeon_cs_parser *p),
H A Dradeon.h1031 struct radeon_cs_parser { struct
1063 static inline u32 radeon_get_ib_value(struct radeon_cs_parser *p, int idx)
1082 typedef int (*radeon_packet0_check_t)(struct radeon_cs_parser *p,
1706 int radeon_uvd_cs_parse(struct radeon_cs_parser *parser);
1747 int radeon_vce_cs_reloc(struct radeon_cs_parser *p, int lo, int hi, unsigned size);
1748 int radeon_vce_cs_parse(struct radeon_cs_parser *p);
1828 int (*cs_parse)(struct radeon_cs_parser *p);
2846 extern int radeon_cs_parser_init(struct radeon_cs_parser *p, void *data);
2986 int radeon_cs_packet_parse(struct radeon_cs_parser *p,
2989 bool radeon_cs_packet_next_is_pkt3_nop(struct radeon_cs_parser *
[all...]
H A Dr300.c625 static int r300_packet0_check(struct radeon_cs_parser *p,
1171 static int r300_packet3_check(struct radeon_cs_parser *p,
1279 int r300_cs_parse(struct radeon_cs_parser *p)
H A Dr200.c145 int r200_packet0_check(struct radeon_cs_parser *p,
H A Dr100.c1267 int r100_reloc_pitch_offset(struct radeon_cs_parser *p,
1309 int r100_packet3_load_vbpntr(struct radeon_cs_parser *p,
1373 int r100_cs_parse_packet0(struct radeon_cs_parser *p,
1432 int r100_cs_packet_parse_vline(struct radeon_cs_parser *p)
1559 static int r100_packet0_check(struct radeon_cs_parser *p,
1900 int r100_cs_track_check_pkt3_indx_buffer(struct radeon_cs_parser *p,
1918 static int r100_packet3_check(struct radeon_cs_parser *p,
2039 int r100_cs_parse(struct radeon_cs_parser *p)

Completed in 232 milliseconds