Searched refs:radeon_check_offset (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r300_cmdbuf.c | 322 if (!radeon_check_offset(dev_priv, *value)) { in r300_emit_carefully_checked_packet0() 494 if (!radeon_check_offset(dev_priv, *data)) { in r300_emit_3d_load_vbpntr() 506 if (!radeon_check_offset(dev_priv, *data)) { in r300_emit_3d_load_vbpntr() 551 ret = !radeon_check_offset(dev_priv, offset); in r300_emit_bitblt_multi() 562 ret = !radeon_check_offset(dev_priv, offset); in r300_emit_bitblt_multi() 633 if (!radeon_check_offset(dev_priv, *cmd2)) { in r300_emit_draw_indx_2()
|
D | radeon_state.c | 67 if (radeon_check_offset(dev_priv, off)) in radeon_check_and_fixup_offset() 84 if (radeon_check_offset(dev_priv, off)) { in radeon_check_and_fixup_offset() 1776 if (!radeon_check_offset(dev_priv, tex->offset + image->height * in radeon_cp_dispatch_texture()
|
D | r600_cp.c | 2489 if (!radeon_check_offset(dev_priv, tex->offset)) { in r600_cp_dispatch_texture() 2495 if (!radeon_check_offset(dev_priv, tex->offset + tex->height * tex->pitch - 1)) { in r600_cp_dispatch_texture()
|
D | radeon_drv.h | 350 static __inline__ int radeon_check_offset(drm_radeon_private_t *dev_priv, in radeon_check_offset() function
|