Home
last modified time | relevance | path

Searched refs:is_primary_panel (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h195 bool is_primary_panel = false; // Panel is primary display member
211 (max_fps != panel_info.max_fps) || (is_primary_panel != panel_info.is_primary_panel) ||
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_device.cpp667 if (panel_info.is_primary_panel) { in GetFBNodeIndex()
693 hw_panel_info_.is_primary_panel); in PopulateHWPanelInfo()
786 panel_info->is_primary_panel = atoi(tokens[1]); in GetHWPanelInfoByNode()