Home
last modified time | relevance | path

Searched defs:DRMConnectorInfo (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_interface.h247 struct DRMConnectorInfo { struct
248 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 …]
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_interface.h272 struct DRMConnectorInfo { struct
273 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 …]
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_interface.h272 struct DRMConnectorInfo { struct
273 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 …]
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h516 struct DRMConnectorInfo { struct
517 uint32_t mmWidth;
518 uint32_t mmHeight;
519 uint32_t type;
520 std::vector<DRMModeInfo> modes;
521 std::string panel_name;
522 DRMPanelMode panel_mode;
523 bool is_primary;
525 bool dynamic_fps;
527 std::vector<std::pair<uint32_t, uint64_t>> formats_supported;
[all …]
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h594 struct DRMConnectorInfo { struct
595 uint32_t mmWidth;
596 uint32_t mmHeight;
597 uint32_t type;
621 typedef std::map<uint32_t, DRMConnectorInfo> DRMConnectorsInfo; argument