Home
last modified time | relevance | path

Searched refs:radeon_check_offset (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
Dr300_cmdbuf.c322 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()
Dradeon_state.c67 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()
Dr600_cp.c2489 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()
Dradeon_drv.h350 static __inline__ int radeon_check_offset(drm_radeon_private_t *dev_priv, in radeon_check_offset() function