Searched refs:panel_type_ (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/system/dev/display/astro-display/
H A Dlcd.h19 Lcd(uint8_t panel_type) : panel_type_(panel_type) {}
28 uint8_t panel_type_; member in class:astro_display::Lcd
H A Daml-dsi-host.h25 : parent_(parent), bitrate_(bitrate), panel_type_(panel_type) {}
59 uint8_t panel_type_; member in class:astro_display::AmlDsiHost
H A Dastro-display.cpp235 panel_type_ = pt;
237 panel_type_ ? "P070ACB_FT" : "TV070WSM_FT", panel_type_);
239 panel_type_ = PANEL_UNKNOWN;
250 panel_type_ = PANEL_UNKNOWN;
262 if (panel_type_ == PANEL_TV070WSM_FT) {
264 } else if (panel_type_ == PANEL_P070ACB_FT) {
326 panel_type_);
H A Dastro-display.h122 uint8_t panel_type_ TA_GUARDED(display_lock_);
H A Daml-dsi-host.cpp191 lcd_ = fbl::make_unique_checked<astro_display::Lcd>(&ac, panel_type_);
H A Dlcd.cpp621 if (panel_type_ == PANEL_TV070WSM_FT) {
624 } else if (panel_type_ == PANEL_P070ACB_FT) {
/fuchsia/zircon/system/dev/display/intel-i915/
H A Digd.cpp315 if (!GetPanelType(pci, &panel_type_)) {
320 !((edp->vswing_preemphasis[panel_type_ / 2] >> (4 * panel_type_ % 2)) & 0xf);
332 lfp_backlight_entry_t* e = &data->entries[panel_type_];
H A Digd.h267 uint8_t panel_type_; member in class:i915::IgdOpRegion

Completed in 34 milliseconds