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

#include <fimd.h>

Collaboration diagram for exynos5_fimd_panel:
Collaboration graph

Data Fields

unsigned int is_dp:1
 
unsigned int is_mipi:1
 
unsigned int fixvclk:2
 
unsigned int ivclk:1
 
unsigned int clkval_f
 
unsigned int upper_margin
 
unsigned int lower_margin
 
unsigned int vsync
 
unsigned int left_margin
 
unsigned int right_margin
 
unsigned int hsync
 
unsigned int xres
 
unsigned int yres
 

Detailed Description

Definition at line 61 of file fimd.h.

Field Documentation

◆ clkval_f

unsigned int exynos5_fimd_panel::clkval_f

Definition at line 72 of file fimd.h.

Referenced by exynos_displayport_init(), and fb_init().

◆ fixvclk

unsigned int exynos5_fimd_panel::fixvclk

Definition at line 64 of file fimd.h.

Referenced by exynos_displayport_init(), and fb_init().

◆ hsync

unsigned int exynos5_fimd_panel::hsync

Definition at line 79 of file fimd.h.

Referenced by exynos_displayport_init(), and fb_init().

◆ is_dp

unsigned int exynos5_fimd_panel::is_dp

Definition at line 62 of file fimd.h.

Referenced by exynos_displayport_init().

◆ is_mipi

unsigned int exynos5_fimd_panel::is_mipi

Definition at line 63 of file fimd.h.

Referenced by exynos_displayport_init().

◆ ivclk

unsigned int exynos5_fimd_panel::ivclk

Definition at line 71 of file fimd.h.

Referenced by exynos_displayport_init(), and fb_init().

◆ left_margin

unsigned int exynos5_fimd_panel::left_margin

Definition at line 77 of file fimd.h.

Referenced by exynos_displayport_init(), and fb_init().

◆ lower_margin

unsigned int exynos5_fimd_panel::lower_margin

Definition at line 75 of file fimd.h.

Referenced by exynos_displayport_init(), and fb_init().

◆ right_margin

unsigned int exynos5_fimd_panel::right_margin

Definition at line 78 of file fimd.h.

Referenced by exynos_displayport_init(), and fb_init().

◆ upper_margin

unsigned int exynos5_fimd_panel::upper_margin

Definition at line 74 of file fimd.h.

Referenced by exynos_displayport_init(), and fb_init().

◆ vsync

unsigned int exynos5_fimd_panel::vsync

Definition at line 76 of file fimd.h.

Referenced by exynos_displayport_init(), and fb_init().

◆ xres

unsigned int exynos5_fimd_panel::xres

Definition at line 80 of file fimd.h.

Referenced by exynos_displayport_init(), and fb_init().

◆ yres

unsigned int exynos5_fimd_panel::yres

Definition at line 81 of file fimd.h.

Referenced by exynos_displayport_init(), and fb_init().


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