Home
last modified time | relevance | path

Searched defs:DRMConnectorInfo (Results 1 – 3 of 3) 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/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/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 …]