Searched defs:DRMConnectorInfo (Results 1 – 3 of 3) sorted by relevance
247 struct DRMConnectorInfo { struct248 uint32_t mmWidth;249 uint32_t mmHeight;250 uint32_t type;251 uint32_t num_modes;252 drmModeModeInfo *modes;253 DRMTopology topology;254 std::string panel_name;255 DRMPanelMode panel_mode;256 bool is_primary;[all …]
272 struct DRMConnectorInfo { struct273 uint32_t mmWidth;274 uint32_t mmHeight;275 uint32_t type;276 uint32_t num_modes;277 drmModeModeInfo *modes;278 DRMTopology topology;279 std::string panel_name;280 DRMPanelMode panel_mode;281 bool is_primary;[all …]