Searched refs:BITS_PER_PIXEL (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | w100fb.c | 61 #define BITS_PER_PIXEL 16 macro 195 memset_io(remapped_fbuf + (W100_FB_BASE-MEM_WINDOW_BASE), 0, (par->xres * par->yres * BITS_PER_PIXEL/8)); in w100fb_clear_screen() 481 if (par->mach->mem && ((var->xres*var->yres*BITS_PER_PIXEL/8) > (par->mach->mem->size+1))) in w100fb_check_var() 484 if (!par->mach->mem && ((var->xres*var->yres*BITS_PER_PIXEL/8) > (MEM_INT_SIZE+1))) in w100fb_check_var() 490 if (var->bits_per_pixel > BITS_PER_PIXEL) in w100fb_check_var() 493 var->bits_per_pixel = BITS_PER_PIXEL; in w100fb_check_var() 531 info->fix.line_length = par->xres * BITS_PER_PIXEL / 8; in w100fb_set_par() 534 if ((par->xres*par->yres*BITS_PER_PIXEL/8) > (MEM_INT_SIZE+1)) { in w100fb_set_par() 1507 writel(W100_FB_BASE + ((offset * BITS_PER_PIXEL/8)&~0x03UL), remapped_regs + mmGRAPHIC_OFFSET); in w100_set_dispregs() 1508 writel((par->xres*BITS_PER_PIXEL/ in w100_set_dispregs() [all...] |
H A D | xilinxfb.c | 77 #define BITS_PER_PIXEL (BYTES_PER_PIXEL * 8) macro 121 .bits_per_pixel = BITS_PER_PIXEL,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | xilinxfb.c | 76 #define BITS_PER_PIXEL (BYTES_PER_PIXEL * 8) macro 120 .bits_per_pixel = BITS_PER_PIXEL,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_dsc.c | 159 REG_GET(DSCC_PPS_CONFIG1, BITS_PER_PIXEL, &s->dsc_bits_per_pixel); in dsc2_read_state() 592 BITS_PER_PIXEL, temp_int, in dsc_write_to_registers()
|
H A D | dcn20_dsc.h | 134 DSC_SF(DSCC0_DSCC_PPS_CONFIG1, BITS_PER_PIXEL, mask_sh), \ 305 type BITS_PER_PIXEL; \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_dsc.c | 155 REG_GET(DSCC_PPS_CONFIG1, BITS_PER_PIXEL, &s->dsc_bits_per_pixel); in dsc2_read_state() 638 BITS_PER_PIXEL, temp_int, in dsc_write_to_registers()
|
H A D | dcn20_dsc.h | 134 DSC_SF(DSCC0_DSCC_PPS_CONFIG1, BITS_PER_PIXEL, mask_sh), \ 305 type BITS_PER_PIXEL; \
|
Completed in 8 milliseconds