Home
last modified time | relevance | path

Searched refs:VBE_CAP_VGACOMPAT (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/video/
Duvesafb.h42 #define VBE_CAP_VGACOMPAT 0x02 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/video/
Duvesafb.h38 #define VBE_CAP_VGACOMPAT 0x02 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/video/
Duvesafb.h51 #define VBE_CAP_VGACOMPAT 0x02 macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
Duvesafb.c1111 if (par->vbe_ib.capabilities & VBE_CAP_VGACOMPAT) { in uvesafb_blank()