Home
last modified time | relevance | path

Searched defs:HWPanelInfo (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/qcom/sdm845/display/sdm/include/private/
H A Dhw_info_types.h275 struct HWPanelInfo { struct
276 DisplayPort port = kPortDefault; // Display port
277 HWDisplayMode mode = kModeDefault; // Display mode
278 bool partial_update = false; // Partial update feature
279 int left_align = 1; // ROI left alignment restriction
280 int width_align = 1; // ROI width alignment restriction
281 int top_align = 1; // ROI top alignment restriction
283 int min_roi_width = 1; // Min width needed for ROI
284 int min_roi_height = 1; // Min height needed for ROI
285 bool needs_roi_merge = false; // Merge ROI's of both the DSI's
[all …]
/aosp12/hardware/qcom/display/msm8998/sdm/include/private/
H A Dhw_info_types.h233 struct HWPanelInfo { struct
234 DisplayPort port = kPortDefault; // Display port
235 HWDisplayMode mode = kModeDefault; // Display mode
236 bool partial_update = false; // Partial update feature
237 int left_align = 1; // ROI left alignment restriction
238 int width_align = 1; // ROI width alignment restriction
239 int top_align = 1; // ROI top alignment restriction
240 int height_align = 1; // ROI height alignment restriction
264 bool operator !=(const HWPanelInfo &panel_info) { argument
/aosp12/hardware/qcom/sm7250/display/sdm/include/private/
H A Dhw_info_types.h381 struct HWPanelInfo { struct
382 DisplayPort port = kPortDefault; // Display port
383 HWDisplayMode mode = kModeDefault; // Display mode
384 bool partial_update = false; // Partial update feature
389 int min_roi_width = 1; // Min width needed for ROI
390 int min_roi_height = 1; // Min height needed for ROI
392 bool dynamic_fps = false; // Panel Supports dynamic fps
394 bool ping_pong_split = false; // Supports Ping pong split
395 uint32_t min_fps = 0; // Min fps supported by panel
396 uint32_t max_fps = 0; // Max fps supported by panel
[all …]
/aosp12/hardware/qcom/display/msm8909/sdm/include/private/
H A Dhw_info_types.h240 struct HWPanelInfo { struct
241 DisplayPort port = kPortDefault; // Display port
242 HWDisplayMode mode = kModeDefault; // Display mode
243 bool partial_update = false; // Partial update feature
244 int left_align = 1; // ROI left alignment restriction
245 int width_align = 1; // ROI width alignment restriction
246 int top_align = 1; // ROI top alignment restriction
247 int height_align = 1; // ROI height alignment restriction
271 bool operator !=(const HWPanelInfo &panel_info) { argument
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/private/
H A Dhw_info_types.h239 struct HWPanelInfo { struct
240 DisplayPort port = kPortDefault; // Display port
241 HWDisplayMode mode = kModeDefault; // Display mode
242 bool partial_update = false; // Partial update feature
243 int left_align = 1; // ROI left alignment restriction
244 int width_align = 1; // ROI width alignment restriction
245 int top_align = 1; // ROI top alignment restriction
246 int height_align = 1; // ROI height alignment restriction
270 bool operator !=(const HWPanelInfo &panel_info) { argument
/aosp12/hardware/qcom/sm8150/display/sdm/include/private/
H A Dhw_info_types.h378 struct HWPanelInfo { struct
379 DisplayPort port = kPortDefault; // Display port
380 HWDisplayMode mode = kModeDefault; // Display mode
381 bool partial_update = false; // Partial update feature
384 int top_align = 1; // ROI top alignment restriction
386 int min_roi_width = 1; // Min width needed for ROI
387 int min_roi_height = 1; // Min height needed for ROI
389 bool dynamic_fps = false; // Panel Supports dynamic fps
390 bool dfps_porch_mode = false; // dynamic fps VFP or HFP mode
391 bool ping_pong_split = false; // Supports Ping pong split
[all …]
/aosp12/hardware/qcom/display/msm8996/sdm/include/private/
H A Dhw_info_types.h217 struct HWPanelInfo { struct
238 bool operator !=(const HWPanelInfo &panel_info) { argument