Home
last modified time | relevance | path

Searched refs:TGA_TYPE_8PLANE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dtgafb.c179 if (par->tga_type == TGA_TYPE_8PLANE) { in tgafb_check_var()
206 if (var->xres * (par->tga_type == TGA_TYPE_8PLANE ? 1 : 4) % 8) in tgafb_check_var()
312 if (tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
338 } else if (tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {
538 if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
544 } else if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {
1330 case TGA_TYPE_8PLANE:
1361 info->fix.visual = (tga_type == TGA_TYPE_8PLANE
1380 if (tga_type != TGA_TYPE_8PLANE) {
1494 tga_type == TGA_TYPE_8PLANE ? 8 : 32);
/openbmc/linux/include/video/
H A Dtgafb.h20 #define TGA_TYPE_8PLANE 0 macro