Searched refs:PALETTE_SIZE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pxafb.h | 54 #define PALETTE_SIZE (256 * 4) macro 61 unsigned char palette[PAL_MAX * PALETTE_SIZE];
|
H A D | ocfb.c | 46 #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()
|
H A D | da8xx-fb.c | 120 #define PALETTE_SIZE 256 macro 1447 par->v_palette_base = dmam_alloc_coherent(par->dev, PALETTE_SIZE, in fb_probe() 1476 ret = fb_alloc_cmap(&da8xx_fb_info->cmap, PALETTE_SIZE, 0); in fb_probe()
|
H A D | pxafb.c | 1089 pal_desc->fsadr = fbi->dma_buff_phys + pal * PALETTE_SIZE; in setup_frame_dma()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pxafb.h | 54 #define PALETTE_SIZE (256 * 4) macro 61 unsigned char palette[PAL_MAX * PALETTE_SIZE];
|
H A D | ocfb.c | 46 #define PALETTE_SIZE 256 macro 66 u32 pseudo_palette[PALETTE_SIZE]; 346 ret = fb_alloc_cmap(&fbdev->info.cmap, PALETTE_SIZE, 0); in ocfb_probe()
|
H A D | da8xx-fb.c | 120 #define PALETTE_SIZE 256 macro 1443 par->v_palette_base = dmam_alloc_coherent(par->dev, PALETTE_SIZE, in fb_probe() 1471 ret = fb_alloc_cmap(&da8xx_fb_info->cmap, PALETTE_SIZE, 0); in fb_probe()
|
H A D | pxafb.c | 1086 pal_desc->fsadr = fbi->dma_buff_phys + pal * PALETTE_SIZE; in setup_frame_dma()
|
Completed in 12 milliseconds