Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display_builtin.cpp405 if (disable_layer_stitch_) { in CommitStitchLayers()
634 if (disable_layer_stitch_) { in PostCommitStitchLayers()
1510 disable_layer_stitch_ = true; in InitLayerStitch()
1517 disable_layer_stitch_ = (value == 1); in InitLayerStitch()
1519 if (disable_layer_stitch_) { in InitLayerStitch()
1601 if (disable_layer_stitch_) { in AppendStitchLayer()
1622 disable_layer_stitch_ = true; in PostInit()
H A Dhwc_display_builtin.h222 bool disable_layer_stitch_ = true; variable