Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_state.c1709 u32 texpitch, microtile; in radeon_cp_dispatch_texture() local
1764 texpitch = tex->pitch; in radeon_cp_dispatch_texture()
1765 if ((texpitch << 22) & RADEON_DST_TILE_MICRO) { in radeon_cp_dispatch_texture()
1768 texpitch &= ~(RADEON_DST_TILE_MICRO >> 22); in radeon_cp_dispatch_texture()
1910 OUT_RING((texpitch << 22) | ((tex->offset >> 10) + (byte_offset >> 10))); in radeon_cp_dispatch_texture()