coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
display_resources.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_DISPLAY_RESOURCES_H_
4 #define _SOC_DISPLAY_RESOURCES_H_
5 
6 #include <stdlib.h>
7 
8 #define MDP_MAX_CLOCK_NAME 30
9 
10 /* MDP External Clocks Entry */
12  enum mdss_clock clk_type;
13 
14  /* Primary Clock Source */
16 
17  /* Secondary Clock source */
19 
20  /* Clock pre-divider */
22 
23  /* Clock M value */
25 
26  /* Clock N value */
28 
29  /* Clock 2D value */
31 
32  /* Clock may need source divider */
34 };
35 
36 #endif
mdss_clock
Definition: clock.h:123
unsigned int uint32_t
Definition: stdint.h:14
uint32_t source_div
uint32_t clk_pll_2d
enum mdss_clock clk_type
uint32_t clk_source
uint32_t clk_secondary_source
uint32_t clk_pll_m
uint32_t clk_pll_n
uint32_t clk_div