Searched refs:hw_layer_count (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | strategy.cpp | 141 uint32_t &hw_layer_count = hw_layers_info_->count; in GetNextStrategy() local 142 hw_layer_count = 0; in GetNextStrategy() 148 hw_layers_info_->updated_src_rect[hw_layer_count] = layer->src_rect; in GetNextStrategy() 149 hw_layers_info_->updated_dst_rect[hw_layer_count] = layer->dst_rect; in GetNextStrategy() 150 hw_layers_info_->index[hw_layer_count++] = i; in GetNextStrategy() 159 if (hw_layer_count != 1) { in GetNextStrategy()
|
/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
D | hw_device.cpp | 194 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in Validate() local 198 DLOGD_IF(kTagDriverConfig, "SDE layer count is %d", hw_layer_count); in Validate() 208 for (uint32_t i = 0; i < hw_layer_count; i++) { in Validate() 416 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in Commit() local 420 DLOGD_IF(kTagDriverConfig, "SDE layer count is %d", hw_layer_count); in Commit() 425 for (uint32_t i = 0; i < hw_layer_count; i++) { in Commit() 521 for (uint32_t i = 0; i < hw_layer_count; i++) { in Commit()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
D | hw_device.cpp | 190 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in Validate() local 194 DLOGV_IF(kTagDriverConfig, "SDE layer count is %d", hw_layer_count); in Validate() 204 for (uint32_t i = 0; i < hw_layer_count; i++) { in Validate() 412 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in Commit() local 416 DLOGV_IF(kTagDriverConfig, "SDE layer count is %d", hw_layer_count); in Commit() 421 for (uint32_t i = 0; i < hw_layer_count; i++) { in Commit() 523 for (uint32_t i = 0; i < hw_layer_count; i++) { in Commit()
|
/hardware/qcom/sdm845/display/sdm/libs/core/fb/ |
D | hw_device.cpp | 195 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in Validate() local 199 DLOGD_IF(kTagDriverConfig, "SDE layer count is %d", hw_layer_count); in Validate() 209 for (uint32_t i = 0; i < hw_layer_count; i++) { in Validate() 416 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in Commit() local 420 DLOGD_IF(kTagDriverConfig, "SDE layer count is %d", hw_layer_count); in Commit() 425 for (uint32_t i = 0; i < hw_layer_count; i++) { in Commit() 521 for (uint32_t i = 0; i < hw_layer_count; i++) { in Commit()
|
/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
D | hw_device.cpp | 191 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in Validate() local 195 DLOGV_IF(kTagDriverConfig, "SDE layer count is %d", hw_layer_count); in Validate() 205 for (uint32_t i = 0; i < hw_layer_count; i++) { in Validate() 408 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in Commit() local 412 DLOGV_IF(kTagDriverConfig, "SDE layer count is %d", hw_layer_count); in Commit() 417 for (uint32_t i = 0; i < hw_layer_count; i++) { in Commit() 524 for (uint32_t i = 0; i < hw_layer_count; i++) { in Commit()
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 226 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in RegisterCurrent() local 228 for (uint32_t i = 0; i < hw_layer_count; i++) { in RegisterCurrent() 596 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in SetupAtomic() local 598 for (uint32_t i = 0; i < hw_layer_count; i++) { in SetupAtomic()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 226 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in RegisterCurrent() local 228 for (uint32_t i = 0; i < hw_layer_count; i++) { in RegisterCurrent() 591 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in SetupAtomic() local 593 for (uint32_t i = 0; i < hw_layer_count; i++) { in SetupAtomic()
|
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 367 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in SetupAtomic() local 369 for (uint32_t i = 0; i < hw_layer_count; i++) { in SetupAtomic()
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 254 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in Register() local 256 for (uint32_t i = 0; i < hw_layer_count; i++) { in Register() 840 uint32_t hw_layer_count = UINT32(hw_layer_info.hw_layers.size()); in SetupAtomic() local 878 for (uint32_t i = 0; i < hw_layer_count; i++) { in SetupAtomic()
|