Searched defs:tile_rows (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/kernel/i915/src/ | ||
H A D | intel_display.c | 1850 unsigned int tile_rows, tiles; local 1852 tile_rows = *y / 8; 1858 return tile_rows * pitch * 8 + tiles * 4096; |
Completed in 77 milliseconds