Home
last modified time | relevance | path

Searched defs:screen_info (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dscreen_info.h10 struct screen_info { struct
11 __u8 orig_x; /* 0x00 */
12 __u8 orig_y; /* 0x01 */
13 __u16 ext_mem_k; /* 0x02 */
14 __u16 orig_video_page; /* 0x04 */
15 __u8 orig_video_mode; /* 0x06 */
16 __u8 orig_video_cols; /* 0x07 */
17 __u8 flags; /* 0x08 */
18 __u8 unused2; /* 0x09 */
19 __u16 orig_video_ega_bx;/* 0x0a */
[all …]
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_dw_hdmi.c205 struct base_screen_info *screen_info, in drm_rk_select_color()
353 struct base_screen_info *screen_info = NULL; in drm_rk_selete_output() local
H A Drk1000_tve.c172 struct base_screen_info *screen_info = NULL; in drm_rk1000_select_output() local
H A Drockchip_tve.c717 struct base_screen_info *screen_info = NULL; in tve_select_output() local
H A Drockchip_dw_hdmi_qp.c922 struct base_screen_info *screen_info, in drm_rk_select_color()
1073 struct base_screen_info *screen_info = NULL; in dw_hdmi_qp_select_output() local
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_rom.c205 void setup_video(struct screen_info *screen_info) in setup_video()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dbootparam.h89 struct screen_info screen_info; /* 0x000 */ member
/rk3399_rockchip-uboot/include/
H A Dedid.h919 struct base2_screen_info screen_info[4]; member
/rk3399_rockchip-uboot/common/
H A Dedid.c6923 struct base_screen_info *screen_info) in drm_rk_select_mode()