Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dati_radeon_fb.c46 #define RADEON_BUFFER_ALIGN 0x00000fff macro
47 #define SURF_UPPER_BOUND(x,y,bpp) (((((x) * (((y) + 15) & ~15) * (bpp)/8) + RADEON_BUFFER_ALIGN) \
48 & ~RADEON_BUFFER_ALIGN) - 1)