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

#include <gma.h>

Collaboration diagram for i915_gpu_panel_config:
Collaboration graph

Public Types

enum  { GPU_BACKLIGHT_POLARITY_HIGH = 0 , GPU_BACKLIGHT_POLARITY_LOW }
 

Data Fields

unsigned int up_delay_ms
 
unsigned int down_delay_ms
 
unsigned int cycle_delay_ms
 
unsigned int backlight_on_delay_ms
 
unsigned int backlight_off_delay_ms
 
unsigned int backlight_pwm_hz
 
enum i915_gpu_panel_config:: { ... }  backlight_polarity
 

Detailed Description

Definition at line 15 of file gma.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
GPU_BACKLIGHT_POLARITY_HIGH 
GPU_BACKLIGHT_POLARITY_LOW 

Definition at line 22 of file gma.h.

Field Documentation

◆ backlight_off_delay_ms

unsigned int i915_gpu_panel_config::backlight_off_delay_ms

Definition at line 20 of file gma.h.

Referenced by gma_setup_panel(), graphics_configure_panelpower(), and graphics_soc_panel_init().

◆ backlight_on_delay_ms

unsigned int i915_gpu_panel_config::backlight_on_delay_ms

Definition at line 19 of file gma.h.

Referenced by gma_setup_panel(), graphics_configure_panelpower(), and graphics_soc_panel_init().

◆ 

enum { ... } i915_gpu_panel_config::backlight_polarity

◆ backlight_pwm_hz

unsigned int i915_gpu_panel_config::backlight_pwm_hz

Definition at line 21 of file gma.h.

Referenced by gma_setup_panel(), graphics_configure_backlight(), and graphics_soc_panel_init().

◆ cycle_delay_ms

unsigned int i915_gpu_panel_config::cycle_delay_ms

Definition at line 18 of file gma.h.

Referenced by gma_setup_panel(), graphics_configure_panelpower(), and graphics_soc_panel_init().

◆ down_delay_ms

unsigned int i915_gpu_panel_config::down_delay_ms

Definition at line 17 of file gma.h.

Referenced by gma_setup_panel(), graphics_configure_panelpower(), and graphics_soc_panel_init().

◆ up_delay_ms

unsigned int i915_gpu_panel_config::up_delay_ms

Definition at line 16 of file gma.h.

Referenced by gma_setup_panel(), graphics_configure_panelpower(), and graphics_soc_panel_init().


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