Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Dtgafb.c169 if (par->tga_type == TGA_TYPE_8PLANE) { in tgafb_check_var()
196 if (var->xres * (par->tga_type == TGA_TYPE_8PLANE ? 1 : 4) % 8) in tgafb_check_var()
302 if (tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
328 } else if (tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {
528 if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
534 } else if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {
1320 case TGA_TYPE_8PLANE:
1351 info->fix.visual = (tga_type == TGA_TYPE_8PLANE
1370 if (tga_type != TGA_TYPE_8PLANE) {
1484 tga_type == TGA_TYPE_8PLANE ? 8 : 32);
/linux-5.19.10/include/video/
Dtgafb.h20 #define TGA_TYPE_8PLANE 0 macro