Searched refs:radeon_cs_parser (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | r100_track.h | 86 int r100_cs_packet_parse_vline(struct radeon_cs_parser *p); 88 int r200_packet0_check(struct radeon_cs_parser *p, 92 int r100_reloc_pitch_offset(struct radeon_cs_parser *p, 96 int r100_packet3_load_vbpntr(struct radeon_cs_parser *p,
|
D | radeon_cs.c | 75 static int radeon_cs_parser_relocs(struct radeon_cs_parser *p) in radeon_cs_parser_relocs() 203 static int radeon_cs_get_ring(struct radeon_cs_parser *p, u32 ring, s32 priority) in radeon_cs_get_ring() 246 static int radeon_cs_sync_rings(struct radeon_cs_parser *p) in radeon_cs_sync_rings() 264 int radeon_cs_parser_init(struct radeon_cs_parser *p, void *data) in radeon_cs_parser_init() 409 static void radeon_cs_parser_fini(struct radeon_cs_parser *parser, int error, bool backoff) in radeon_cs_parser_fini() 455 struct radeon_cs_parser *parser) in radeon_cs_ib_chunk() 491 static int radeon_bo_vm_update_pte(struct radeon_cs_parser *p, in radeon_bo_vm_update_pte() 537 struct radeon_cs_parser *parser) in radeon_cs_ib_vm_chunk() 598 static int radeon_cs_ib_fill(struct radeon_device *rdev, struct radeon_cs_parser *parser) in radeon_cs_ib_fill() 657 struct radeon_cs_parser parser; in radeon_cs_ioctl() [all …]
|
D | evergreen_cs.c | 40 int r600_dma_cs_next_reloc(struct radeon_cs_parser *p, 190 static int evergreen_surface_check_linear(struct radeon_cs_parser *p, in evergreen_surface_check_linear() 201 static int evergreen_surface_check_linear_aligned(struct radeon_cs_parser *p, in evergreen_surface_check_linear_aligned() 223 static int evergreen_surface_check_1d(struct radeon_cs_parser *p, in evergreen_surface_check_1d() 254 static int evergreen_surface_check_2d(struct radeon_cs_parser *p, in evergreen_surface_check_2d() 297 static int evergreen_surface_check(struct radeon_cs_parser *p, in evergreen_surface_check() 321 static int evergreen_surface_value_conv_check(struct radeon_cs_parser *p, in evergreen_surface_value_conv_check() 394 static int evergreen_cs_track_validate_cb(struct radeon_cs_parser *p, unsigned id) in evergreen_cs_track_validate_cb() 496 static int evergreen_cs_track_validate_htile(struct radeon_cs_parser *p, in evergreen_cs_track_validate_htile() 561 static int evergreen_cs_track_validate_stencil(struct radeon_cs_parser *p) in evergreen_cs_track_validate_stencil() [all …]
|
D | r600_cs.c | 350 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() 969 static int r600_cs_check_reg(struct radeon_cs_parser *p, u32 reg, u32 idx) in r600_cs_check_reg() 1469 static int r600_check_texture_resource(struct radeon_cs_parser *p, u32 idx, in r600_check_texture_resource() 1610 static bool r600_is_safe_reg(struct radeon_cs_parser *p, u32 reg, u32 idx) in r600_is_safe_reg() [all …]
|
D | radeon_asic.h | 82 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); 320 int r600_cs_parse(struct radeon_cs_parser *p); 321 int r600_dma_cs_parse(struct radeon_cs_parser *p); 528 extern int evergreen_cs_parse(struct radeon_cs_parser *p); 529 extern int evergreen_dma_cs_parse(struct radeon_cs_parser *p);
|
D | radeon_uvd.c | 442 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()
|
D | radeon.h | 1061 struct radeon_cs_parser { struct 1093 static inline u32 radeon_get_ib_value(struct radeon_cs_parser *p, int idx) in radeon_get_ib_value() argument 1112 typedef int (*radeon_packet0_check_t)(struct radeon_cs_parser *p, 1115 typedef int (*radeon_packet3_check_t)(struct radeon_cs_parser *p, 1696 int radeon_uvd_cs_parse(struct radeon_cs_parser *parser); 1737 int radeon_vce_cs_reloc(struct radeon_cs_parser *p, int lo, int hi, unsigned size); 1738 int radeon_vce_cs_parse(struct radeon_cs_parser *p); 1822 int (*cs_parse)(struct radeon_cs_parser *p); 2816 extern int radeon_cs_parser_init(struct radeon_cs_parser *p, void *data); 2949 int radeon_cs_packet_parse(struct radeon_cs_parser *p, [all …]
|
D | radeon_vce.c | 470 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()
|
D | radeon_trace.h | 31 TP_PROTO(struct radeon_cs_parser *p),
|
D | r300.c | 625 static int r300_packet0_check(struct radeon_cs_parser *p, in r300_packet0_check() 1170 static int r300_packet3_check(struct radeon_cs_parser *p, in r300_packet3_check() 1278 int r300_cs_parse(struct radeon_cs_parser *p) in r300_cs_parse()
|
D | r100.c | 1253 int r100_reloc_pitch_offset(struct radeon_cs_parser *p, in r100_reloc_pitch_offset() 1295 int r100_packet3_load_vbpntr(struct radeon_cs_parser *p, in r100_packet3_load_vbpntr() 1359 int r100_cs_parse_packet0(struct radeon_cs_parser *p, in r100_cs_parse_packet0() 1418 int r100_cs_packet_parse_vline(struct radeon_cs_parser *p) in r100_cs_packet_parse_vline() 1545 static int r100_packet0_check(struct radeon_cs_parser *p, in r100_packet0_check() 1886 int r100_cs_track_check_pkt3_indx_buffer(struct radeon_cs_parser *p, in r100_cs_track_check_pkt3_indx_buffer() 1904 static int r100_packet3_check(struct radeon_cs_parser *p, in r100_packet3_check() 2025 int r100_cs_parse(struct radeon_cs_parser *p) in r100_cs_parse()
|
D | r200.c | 145 int r200_packet0_check(struct radeon_cs_parser *p, in r200_packet0_check()
|