Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Dpxafb.h54 #define PALETTE_SIZE (256 * 4) macro
61 unsigned char palette[PAL_MAX * PALETTE_SIZE];
Docfb.c46 #define PALETTE_SIZE 256 macro
66 u32 pseudo_palette[PALETTE_SIZE];
348 ret = fb_alloc_cmap(&fbdev->info.cmap, PALETTE_SIZE, 0); in ocfb_probe()
Dda8xx-fb.c120 #define PALETTE_SIZE 256 macro
1446 par->v_palette_base = dmam_alloc_coherent(par->dev, PALETTE_SIZE, in fb_probe()
1475 ret = fb_alloc_cmap(&da8xx_fb_info->cmap, PALETTE_SIZE, 0); in fb_probe()
Dpxafb.c1089 pal_desc->fsadr = fbi->dma_buff_phys + pal * PALETTE_SIZE; in setup_frame_dma()