Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dda8xx-fb.c136 #define PALETTE_SIZE 256 macro
975 par->v_palette_base = malloc(PALETTE_SIZE); in video_hw_init()
980 memset(par->v_palette_base, 0, PALETTE_SIZE); in video_hw_init()