Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_state.c1047 int tileoffset, nrtilesx, nrtilesy, j; in radeon_cp_dispatch_clear() local
1058 tileoffset = in radeon_cp_dispatch_clear()
1071 OUT_RING(tileoffset * 8); in radeon_cp_dispatch_clear()
1077 tileoffset += depthpixperline >> 6; in radeon_cp_dispatch_clear()
1082 tileoffset = in radeon_cp_dispatch_clear()
1098 OUT_RING(tileoffset * 16); in radeon_cp_dispatch_clear()
1104 tileoffset += depthpixperline >> 5; in radeon_cp_dispatch_clear()
1109 tileoffset = in radeon_cp_dispatch_clear()
1121 OUT_RING(tileoffset * 128); in radeon_cp_dispatch_clear()
1127 tileoffset += depthpixperline >> 6; in radeon_cp_dispatch_clear()