coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
drm_display_mode Struct Reference

#include <ast_drv.h>

Collaboration diagram for drm_display_mode:
Collaboration graph

Data Fields

u16 vrefresh
 
u32 clock
 
u16 hdisplay
 
u16 vdisplay
 
u32 flags
 
u16 crtc_hdisplay
 
u16 crtc_htotal
 
u16 crtc_hblank_start
 
u16 crtc_hblank_end
 
u16 crtc_hsync_start
 
u16 crtc_hsync_end
 
u16 crtc_vtotal
 
u16 crtc_vsync_start
 
u16 crtc_vsync_end
 
u16 crtc_vdisplay
 
u16 crtc_vblank_start
 
u16 crtc_vblank_end
 

Detailed Description

Definition at line 228 of file ast_drv.h.

Field Documentation

◆ clock

u32 drm_display_mode::clock

Definition at line 231 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), and ast_get_vbios_mode_info().

◆ crtc_hblank_end

u16 drm_display_mode::crtc_hblank_end

Definition at line 240 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), ast_get_vbios_mode_info(), and ast_set_crtc_reg().

◆ crtc_hblank_start

u16 drm_display_mode::crtc_hblank_start

Definition at line 239 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), ast_get_vbios_mode_info(), and ast_set_crtc_reg().

◆ crtc_hdisplay

u16 drm_display_mode::crtc_hdisplay

Definition at line 237 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), ast_get_vbios_mode_info(), and ast_set_crtc_reg().

◆ crtc_hsync_end

u16 drm_display_mode::crtc_hsync_end

Definition at line 242 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), ast_get_vbios_mode_info(), and ast_set_crtc_reg().

◆ crtc_hsync_start

u16 drm_display_mode::crtc_hsync_start

Definition at line 241 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), ast_get_vbios_mode_info(), and ast_set_crtc_reg().

◆ crtc_htotal

u16 drm_display_mode::crtc_htotal

Definition at line 238 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), ast_get_vbios_mode_info(), and ast_set_crtc_reg().

◆ crtc_vblank_end

u16 drm_display_mode::crtc_vblank_end

Definition at line 248 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), ast_get_vbios_mode_info(), and ast_set_crtc_reg().

◆ crtc_vblank_start

u16 drm_display_mode::crtc_vblank_start

Definition at line 247 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), ast_get_vbios_mode_info(), and ast_set_crtc_reg().

◆ crtc_vdisplay

u16 drm_display_mode::crtc_vdisplay

Definition at line 246 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), ast_get_vbios_mode_info(), and ast_set_crtc_reg().

◆ crtc_vsync_end

u16 drm_display_mode::crtc_vsync_end

Definition at line 245 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), ast_get_vbios_mode_info(), and ast_set_crtc_reg().

◆ crtc_vsync_start

u16 drm_display_mode::crtc_vsync_start

Definition at line 244 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), ast_get_vbios_mode_info(), and ast_set_crtc_reg().

◆ crtc_vtotal

u16 drm_display_mode::crtc_vtotal

Definition at line 243 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), ast_get_vbios_mode_info(), and ast_set_crtc_reg().

◆ flags

u32 drm_display_mode::flags

Definition at line 234 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), and ast_get_vbios_mode_info().

◆ hdisplay

u16 drm_display_mode::hdisplay

Definition at line 232 of file ast_drv.h.

Referenced by ast_edid_to_drmmode().

◆ vdisplay

u16 drm_display_mode::vdisplay

Definition at line 233 of file ast_drv.h.

Referenced by ast_crtc_do_set_base(), and ast_edid_to_drmmode().

◆ vrefresh

u16 drm_display_mode::vrefresh

Definition at line 230 of file ast_drv.h.

Referenced by ast_edid_to_drmmode(), and ast_get_vbios_mode_info().


The documentation for this struct was generated from the following file: