Searched refs:pixel_format (Results 1 – 17 of 17) sorted by relevance
/u-boot/board/freescale/ls1021atwr/ |
A D | dcu.c | 33 unsigned int pixel_format; in platform_dcu_init() local 44 pixel_format = 32; in platform_dcu_init() 45 fsl_dcu_init(fbinfo, xres, yres, pixel_format); in platform_dcu_init()
|
/u-boot/board/freescale/ls1021aiot/ |
A D | dcu.c | 33 unsigned int pixel_format; in platform_dcu_init() local 44 pixel_format = 32; in platform_dcu_init() 45 fsl_dcu_init(fbinfo, xres, yres, pixel_format); in platform_dcu_init()
|
/u-boot/board/freescale/t104xrdb/ |
A D | diu.c | 68 u32 pixel_format; in platform_diu_init() local 75 pixel_format = cpu_to_le32(AD_BYTE_F | (3 << AD_ALPHA_C_SHIFT) | in platform_diu_init() 83 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
/u-boot/board/gdsys/p1022/ |
A D | diu.c | 70 u32 pixel_format; in platform_diu_init() local 72 pixel_format = cpu_to_le32(AD_BYTE_F | (3 << AD_ALPHA_C_SHIFT) | in platform_diu_init() 84 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
/u-boot/arch/x86/include/asm/fsp/ |
A D | fsp_hob.h | 12 enum pixel_format { enum 24 enum pixel_format pixel_format; member
|
/u-boot/board/freescale/ls1021aqds/ |
A D | dcu.c | 63 unsigned int pixel_format; in platform_dcu_init() local 130 pixel_format = 32; in platform_dcu_init() 131 fsl_dcu_init(fbinfo, xres, yres, pixel_format); in platform_dcu_init()
|
/u-boot/drivers/video/ |
A D | efi.c | 70 if (mode->info->pixel_format < EFI_GOT_BITMASK) { in save_vesa_mode() 71 fbinfo = &efi_framebuffer_format_map[mode->info->pixel_format]; in save_vesa_mode() 83 } else if (mode->info->pixel_format == EFI_GOT_BITMASK) { in save_vesa_mode() 104 mode->info->pixel_format); in save_vesa_mode()
|
A D | fsl_dcu_fb.c | 248 int index, u32 pixel_format) in layer_ctrldesc_init() argument 264 switch (pixel_format) { in layer_ctrldesc_init() 275 printf("unsupported color depth: %u\n", pixel_format); in layer_ctrldesc_init() 304 unsigned int yres, unsigned int pixel_format) in fsl_dcu_init() argument 365 layer_ctrldesc_init(*fbinfo, 0, pixel_format); in fsl_dcu_init()
|
A D | fsl_diu_fb.c | 250 int fsl_diu_init(u16 xres, u16 yres, u32 pixel_format, int gamma_fix) in fsl_diu_init() argument 312 ad->pix_fmt = pixel_format; in fsl_diu_init()
|
/u-boot/arch/x86/lib/fsp/ |
A D | fsp_graphics.c | 64 if (ginfo->pixel_format >= pixel_bitmask) { in save_vesa_mode() 66 ginfo->pixel_format); in save_vesa_mode() 69 fbinfo = &fsp_framebuffer_format_map[ginfo->pixel_format]; in save_vesa_mode()
|
/u-boot/include/ |
A D | fsl_diu_fb.h | 10 int fsl_diu_init(u16 xres, u16 yres, u32 pixel_format, int gamma_fix);
|
A D | fsl_dcu_fb.h | 12 unsigned int pixel_format);
|
A D | efi.h | 355 u32 pixel_format; member
|
A D | ec_commands.h | 4526 uint32_t pixel_format; /* using V4L2_PIX_FMT_ */ member
|
A D | efi_api.h | 1281 u32 pixel_format; member
|
/u-boot/cmd/ |
A D | elf.c | 179 gop->info.pixel_format = EFI_GOT_RGBA8; in do_bootvx()
|
/u-boot/lib/efi_loader/ |
A D | efi_gop.c | 520 gopobj->info.pixel_format = EFI_GOT_BGRA8; in efi_gop_register() 522 gopobj->info.pixel_format = EFI_GOT_BITMASK; in efi_gop_register()
|
Completed in 37 milliseconds