Searched refs:BPP_16 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | pl110.c | 38 BPP_16, enumerator 232 if ((s->version != VERSION_PL111) && (s->bpp == BPP_16)) { in pl110_update_display() 247 bpp_offset = (BPP_16_565 - BPP_16); in pl110_update_display() 255 bpp_offset += (BPP_16_565 - BPP_16); in pl110_update_display() 281 case BPP_16: in pl110_update_display()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head907d.c | 107 case 2: bounds |= NVDEF(NV907D, HEAD_SET_OVERLAY_USAGE_BOUNDS, PIXEL_DEPTH, BPP_16); break; in head907d_ovly() 114 bounds |= NVDEF(NV907D, HEAD_SET_OVERLAY_USAGE_BOUNDS, PIXEL_DEPTH, BPP_16); in head907d_ovly() 136 case 2: bounds |= NVDEF(NV907D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_16); break; in head907d_base()
|
H A D | head507d.c | 77 case 2: bounds |= NVDEF(NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_16); break; in head507d_ovly() 84 bounds |= NVDEF(NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_16); in head507d_ovly() 106 case 2: bounds |= NVDEF(NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_16); break; in head507d_base()
|
H A D | head917d.c | 60 case 2: bounds |= NVDEF(NV917D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_16); break; in head917d_base()
|