6 #ifndef __GRAPH_VRAM_H__
7 #define __GRAPH_VRAM_H__
10 #define GRAPH_VRAM_MAX_WORDS 1048576
13 #define GRAPH_ALIGN_PAGE 2048
16 #define GRAPH_ALIGN_BLOCK 64
void graph_vram_free(int address)
int graph_vram_allocate(int width, int height, int psm, int alignment)
void graph_vram_clear(void)
int graph_vram_size(int width, int height, int psm, int alignment)