Searched refs:stride_bytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr100.c890 uint32_t stride_bytes = RADEON_GPU_PAGE_SIZE; local
898 stride_bytes &= 0x3fff;
900 pitch = stride_bytes / 64;
901 stride_pixels = stride_bytes / 4;

Completed in 118 milliseconds