Searched refs:GEOM (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c46 #define GEOM(xshift, yshift, bytes_per_pixel) { \ macro
61 [TILFMT_8BIT] = GEOM(0, 0, 1),
62 [TILFMT_16BIT] = GEOM(0, 1, 2),
63 [TILFMT_32BIT] = GEOM(1, 1, 4),
64 [TILFMT_PAGE] = GEOM(SLOT_WIDTH_BITS, SLOT_HEIGHT_BITS, 1),

Completed in 135 milliseconds