Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1714 int size, dwords, tex_width, blit_width, spitch; in radeon_cp_dispatch_texture() local
1771 spitch = blit_width >> 6; in radeon_cp_dispatch_texture()
1772 if (spitch == 0 && image->height > 1) in radeon_cp_dispatch_texture()
1945 OUT_RING((spitch << 22) | (offset >> 10)); in radeon_cp_dispatch_texture()