OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lcd_info
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_combios.c
1183
uint16_t
lcd_info
;
local in function:radeon_combios_get_lvds_info
1189
lcd_info
= combios_get_table_offset(dev, COMBIOS_LCD_INFO_TABLE);
1191
if (
lcd_info
) {
1198
stmp[i] = RBIOS8(
lcd_info
+ i + 1);
1203
lvds->native_mode.hdisplay = RBIOS16(
lcd_info
+ 0x19);
1204
lvds->native_mode.vdisplay = RBIOS16(
lcd_info
+ 0x1b);
1209
lvds->panel_vcc_delay = RBIOS16(
lcd_info
+ 0x2c);
1212
lvds->panel_pwr_delay = RBIOS8(
lcd_info
+ 0x24);
1213
lvds->panel_digon_delay = RBIOS16(
lcd_info
+ 0x38) & 0xf;
1214
lvds->panel_blon_delay = (RBIOS16(
lcd_info
+ 0x38) >> 4) & 0xf
2554
uint16_t
lcd_info
=
local in function:radeon_get_legacy_connector_info_from_bios
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/include/
atomfirmware.h
391
uint16_t
lcd_info
; /* Shared by various SW components */
member in struct:atom_master_list_of_data_tables_v2_1
569
Data Table
lcd_info
structure
737
ATOM_CONNECTOR_CAP_INTERNAL_DISPLAY_BL = 0x02, //a cap bit to indicate that this internal display requires BL control from GPU, refers to
lcd_info
for BL PWM freq
Completed in 18 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025