Searched refs:lcd_info (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/parisc/
H A Dled.c75 /* lcd_info is pre-initialized to the values needed to program KittyHawk LCD's
78 lcd_info __attribute__((aligned(8))) = variable in typeref:struct:pdc_chassis_lcd_info_ret_block
89 /* direct access to some of the lcd_info variables */
90 #define LCD_CMD_REG lcd_info.lcd_cmd_reg_addr
91 #define LCD_DATA_REG lcd_info.lcd_data_reg_addr
92 #define LED_DATA_REG lcd_info.lcd_cmd_reg_addr /* LASI & ASP only */
103 if (lcd_info.model != DISPLAY_MODEL_LCD)
111 gsc_writeb(lcd_info.reset_cmd1, LCD_CMD_REG);
112 udelay(lcd_info.min_cmd_delay);
115 for (i = 0; i < lcd_info
[all...]
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-olimex-lcd-olinuxino.c142 struct lcd_olinuxino_info *lcd_info = &lcd->eeprom.info; local
185 connector->display_info.width_mm = lcd_info->width_mm;
186 connector->display_info.height_mm = lcd_info->height_mm;
187 connector->display_info.bpc = lcd_info->bpc;
189 if (lcd_info->bus_format)
191 &lcd_info->bus_format, 1);
192 connector->display_info.bus_flags = lcd_info->bus_flag;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_combios.c1175 uint16_t lcd_info; local
1181 lcd_info = combios_get_table_offset(dev, COMBIOS_LCD_INFO_TABLE);
1183 if (lcd_info) {
1190 stmp[i] = RBIOS8(lcd_info + i + 1);
1195 lvds->native_mode.hdisplay = RBIOS16(lcd_info + 0x19);
1196 lvds->native_mode.vdisplay = RBIOS16(lcd_info + 0x1b);
1201 lvds->panel_vcc_delay = RBIOS16(lcd_info + 0x2c);
1204 lvds->panel_pwr_delay = RBIOS8(lcd_info + 0x24);
1205 lvds->panel_digon_delay = RBIOS16(lcd_info + 0x38) & 0xf;
1206 lvds->panel_blon_delay = (RBIOS16(lcd_info
2549 uint16_t lcd_info = local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c1436 if (!DATA_TABLES(lcd_info))
1439 lvds = GET_IMAGE(struct lcd_info_v2_1, DATA_TABLES(lcd_info));
1514 if (!DATA_TABLES(lcd_info))
1517 header = GET_IMAGE(struct atom_common_table_header, DATA_TABLES(lcd_info));
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h396 uint16_t lcd_info; /* Shared by various SW components */ member in struct:atom_master_list_of_data_tables_v2_1
647 Data Table lcd_info structure
880 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 531 milliseconds