Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dscreen_info.h22 __u8 orig_video_isVGA; /* 0x0f */ member
80 #define ORIG_VIDEO_ISVGA (screen_info.orig_video_isVGA)
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_rom.c213 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in setup_video()