/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
D | hw_info.cpp | 250 HWPipeCaps pipe_caps; in GetHWResourceInfo() local 251 pipe_caps.type = kPipeTypeUnused; in GetHWResourceInfo() 255 pipe_caps.type = kPipeTypeVIG; in GetHWResourceInfo() 258 pipe_caps.type = kPipeTypeRGB; in GetHWResourceInfo() 261 pipe_caps.type = kPipeTypeDMA; in GetHWResourceInfo() 264 pipe_caps.type = kPipeTypeCursor; in GetHWResourceInfo() 268 pipe_caps.id = UINT32(atoi(tokens[j+1])); in GetHWResourceInfo() 270 pipe_caps.max_rects = UINT32(atoi(tokens[j+1])); in GetHWResourceInfo() 275 if (pipe_caps.type == kPipeTypeVIG) { in GetHWResourceInfo() 277 } else if (pipe_caps.type == kPipeTypeRGB) { in GetHWResourceInfo() [all …]
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_info.cpp | 259 HWPipeCaps pipe_caps; in GetHWResourceInfo() local 260 pipe_caps.type = kPipeTypeUnused; in GetHWResourceInfo() 264 pipe_caps.type = kPipeTypeVIG; in GetHWResourceInfo() 267 pipe_caps.type = kPipeTypeRGB; in GetHWResourceInfo() 270 pipe_caps.type = kPipeTypeDMA; in GetHWResourceInfo() 273 pipe_caps.type = kPipeTypeCursor; in GetHWResourceInfo() 277 pipe_caps.id = UINT32(atoi(tokens[j+1])); in GetHWResourceInfo() 279 pipe_caps.max_rects = UINT32(atoi(tokens[j+1])); in GetHWResourceInfo() 284 if (pipe_caps.type == kPipeTypeVIG) { in GetHWResourceInfo() 286 } else if (pipe_caps.type == kPipeTypeRGB) { in GetHWResourceInfo() [all …]
|
/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
D | hw_info.cpp | 250 HWPipeCaps pipe_caps; in GetHWResourceInfo() local 251 pipe_caps.type = kPipeTypeUnused; in GetHWResourceInfo() 255 pipe_caps.type = kPipeTypeVIG; in GetHWResourceInfo() 258 pipe_caps.type = kPipeTypeRGB; in GetHWResourceInfo() 261 pipe_caps.type = kPipeTypeDMA; in GetHWResourceInfo() 264 pipe_caps.type = kPipeTypeCursor; in GetHWResourceInfo() 268 pipe_caps.id = UINT32(atoi(tokens[j+1])); in GetHWResourceInfo() 270 pipe_caps.max_rects = UINT32(atoi(tokens[j+1])); in GetHWResourceInfo() 275 if (pipe_caps.type == kPipeTypeVIG) { in GetHWResourceInfo() 277 } else if (pipe_caps.type == kPipeTypeRGB) { in GetHWResourceInfo() [all …]
|
/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
D | hw_info.cpp | 254 HWPipeCaps pipe_caps; in GetHWResourceInfo() local 255 pipe_caps.type = kPipeTypeUnused; in GetHWResourceInfo() 259 pipe_caps.type = kPipeTypeVIG; in GetHWResourceInfo() 262 pipe_caps.type = kPipeTypeRGB; in GetHWResourceInfo() 265 pipe_caps.type = kPipeTypeDMA; in GetHWResourceInfo() 268 pipe_caps.type = kPipeTypeCursor; in GetHWResourceInfo() 272 pipe_caps.id = UINT32(atoi(tokens[j+1])); in GetHWResourceInfo() 274 pipe_caps.max_rects = UINT32(atoi(tokens[j+1])); in GetHWResourceInfo() 279 if (pipe_caps.type == kPipeTypeVIG) { in GetHWResourceInfo() 281 } else if (pipe_caps.type == kPipeTypeRGB) { in GetHWResourceInfo() [all …]
|
/hardware/qcom/sm7250/display/sdm/libs/core/fb/ |
D | hw_info.cpp | 123 HWPipeCaps pipe_caps; in GetHWResourceInfo() local 124 pipe_caps.type = kPipeTypeUnused; in GetHWResourceInfo() 132 hw_resource_->hw_pipes.push_back(pipe_caps); in GetHWResourceInfo()
|
/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
D | hw_info.cpp | 248 HWPipeCaps pipe_caps; in GetHWResourceInfo() local 249 pipe_caps.type = kPipeTypeUnused; in GetHWResourceInfo() 253 pipe_caps.type = kPipeTypeVIG; in GetHWResourceInfo() 256 pipe_caps.type = kPipeTypeRGB; in GetHWResourceInfo() 259 pipe_caps.type = kPipeTypeDMA; in GetHWResourceInfo() 262 pipe_caps.type = kPipeTypeCursor; in GetHWResourceInfo() 266 pipe_caps.id = UINT32(atoi(tokens[j+1])); in GetHWResourceInfo() 268 pipe_caps.max_rects = UINT32(atoi(tokens[j+1])); in GetHWResourceInfo() 273 if (pipe_caps.type == kPipeTypeVIG) { in GetHWResourceInfo() 275 } else if (pipe_caps.type == kPipeTypeRGB) { in GetHWResourceInfo() [all …]
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 383 for (auto &pipe_caps : hw_resource->hw_pipes) { in GetHWPlanesInfo() local 384 if (master_plane_id == pipe_caps.id) { in GetHWPlanesInfo() 398 HWPipeCaps pipe_caps; in GetHWPlanesInfo() local 403 pipe_caps.type = kPipeTypeDMA; in GetHWPlanesInfo() 411 pipe_caps.type = kPipeTypeVIG; in GetHWPlanesInfo() 420 pipe_caps.type = kPipeTypeCursor; in GetHWPlanesInfo() 430 pipe_caps.id = pipe_obj.first; in GetHWPlanesInfo() 431 pipe_caps.master_pipe_id = pipe_obj.second.master_plane_id; in GetHWPlanesInfo() 432 pipe_caps.block_sec_ui = pipe_obj.second.block_sec_ui; in GetHWPlanesInfo() 433 pipe_caps.hw_block_mask = pipe_obj.second.hw_block_mask; in GetHWPlanesInfo() [all …]
|
/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 380 for (auto &pipe_caps : hw_resource->hw_pipes) { in GetHWPlanesInfo() local 381 if (master_plane_id == pipe_caps.id) { in GetHWPlanesInfo() 397 HWPipeCaps pipe_caps; in GetHWPlanesInfo() local 402 pipe_caps.type = kPipeTypeDMA; in GetHWPlanesInfo() 411 pipe_caps.type = kPipeTypeVIG; in GetHWPlanesInfo() 421 pipe_caps.type = kPipeTypeCursor; in GetHWPlanesInfo() 431 pipe_caps.id = pipe_obj.first; in GetHWPlanesInfo() 432 pipe_caps.master_pipe_id = pipe_obj.second.master_plane_id; in GetHWPlanesInfo() 433 pipe_caps.block_sec_ui = pipe_obj.second.block_sec_ui; in GetHWPlanesInfo() 437 pipe_caps.inverse_pma = pipe_obj.second.inverse_pma; in GetHWPlanesInfo() [all …]
|
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 251 HWPipeCaps pipe_caps; in GetHWPlanesInfo() local 255 pipe_caps.type = kPipeTypeRGB; in GetHWPlanesInfo() 260 pipe_caps.type = kPipeTypeVIG; in GetHWPlanesInfo() 265 pipe_caps.type = kPipeTypeDMA; in GetHWPlanesInfo() 270 pipe_caps.type = kPipeTypeCursor; in GetHWPlanesInfo() 277 pipe_caps.id = pipe_obj.first; in GetHWPlanesInfo() 278 pipe_caps.max_rects = 1; in GetHWPlanesInfo() 280 hw_resource->hw_pipes.push_back(std::move(pipe_caps)); in GetHWPlanesInfo()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 263 HWPipeCaps pipe_caps; in GetHWPlanesInfo() local 268 pipe_caps.type = kPipeTypeDMA; in GetHWPlanesInfo() 276 pipe_caps.type = kPipeTypeVIG; in GetHWPlanesInfo() 285 pipe_caps.type = kPipeTypeCursor; in GetHWPlanesInfo() 295 pipe_caps.id = pipe_obj.first; in GetHWPlanesInfo() 296 pipe_caps.master_pipe_id = pipe_obj.second.master_plane_id; in GetHWPlanesInfo() 298 hw_resource->hw_pipes.push_back(std::move(pipe_caps)); in GetHWPlanesInfo()
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 276 HWPipeCaps pipe_caps; in GetHWPlanesInfo() local 281 pipe_caps.type = kPipeTypeDMA; in GetHWPlanesInfo() 289 pipe_caps.type = kPipeTypeVIG; in GetHWPlanesInfo() 298 pipe_caps.type = kPipeTypeCursor; in GetHWPlanesInfo() 308 pipe_caps.id = pipe_obj.first; in GetHWPlanesInfo() 309 pipe_caps.master_pipe_id = pipe_obj.second.master_plane_id; in GetHWPlanesInfo() 311 hw_resource->hw_pipes.push_back(std::move(pipe_caps)); in GetHWPlanesInfo()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | resource_default.cpp | 90 const HWPipeCaps &pipe_caps = hw_res_info_.hw_pipes.at(i); in Init() local 91 if (pipe_caps.type == kPipeTypeVIG) { in Init() 94 src_pipes_[vig_index].mdss_pipe_id = pipe_caps.id; in Init() 96 } else if (pipe_caps.type == kPipeTypeRGB) { in Init() 99 src_pipes_[rgb_index].mdss_pipe_id = pipe_caps.id; in Init() 101 } else if (pipe_caps.type == kPipeTypeDMA) { in Init() 104 src_pipes_[dma_index].mdss_pipe_id = pipe_caps.id; in Init()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | resource_default.cpp | 90 const HWPipeCaps &pipe_caps = hw_res_info_.hw_pipes.at(i); in Init() local 91 if (pipe_caps.type == kPipeTypeVIG) { in Init() 94 src_pipes_[vig_index].mdss_pipe_id = pipe_caps.id; in Init() 96 } else if (pipe_caps.type == kPipeTypeRGB) { in Init() 99 src_pipes_[rgb_index].mdss_pipe_id = pipe_caps.id; in Init() 101 } else if (pipe_caps.type == kPipeTypeDMA) { in Init() 104 src_pipes_[dma_index].mdss_pipe_id = pipe_caps.id; in Init()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | resource_default.cpp | 90 const HWPipeCaps &pipe_caps = hw_res_info_.hw_pipes.at(i); in Init() local 91 if (pipe_caps.type == kPipeTypeVIG) { in Init() 94 src_pipes_[vig_index].mdss_pipe_id = pipe_caps.id; in Init() 96 } else if (pipe_caps.type == kPipeTypeRGB) { in Init() 99 src_pipes_[rgb_index].mdss_pipe_id = pipe_caps.id; in Init() 101 } else if (pipe_caps.type == kPipeTypeDMA) { in Init() 104 src_pipes_[dma_index].mdss_pipe_id = pipe_caps.id; in Init()
|
/hardware/qcom/sm7250/display/sdm/libs/core/ |
D | resource_default.cpp | 90 const HWPipeCaps &pipe_caps = hw_res_info_.hw_pipes.at(i); in Init() local 91 if (pipe_caps.type == kPipeTypeVIG) { in Init() 94 src_pipes_[vig_index].mdss_pipe_id = pipe_caps.id; in Init() 96 } else if (pipe_caps.type == kPipeTypeRGB) { in Init() 99 src_pipes_[rgb_index].mdss_pipe_id = pipe_caps.id; in Init() 101 } else if (pipe_caps.type == kPipeTypeDMA) { in Init() 104 src_pipes_[dma_index].mdss_pipe_id = pipe_caps.id; in Init()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | resource_default.cpp | 59 const HWPipeCaps &pipe_caps = hw_res_info_.hw_pipes.at(i); in Init() local 60 if (pipe_caps.type == kPipeTypeVIG) { in Init() 63 src_pipes_[vig_index].mdss_pipe_id = pipe_caps.id; in Init() 65 } else if (pipe_caps.type == kPipeTypeRGB) { in Init() 68 src_pipes_[rgb_index].mdss_pipe_id = pipe_caps.id; in Init() 70 } else if (pipe_caps.type == kPipeTypeDMA) { in Init() 73 src_pipes_[dma_index].mdss_pipe_id = pipe_caps.id; in Init()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | resource_default.cpp | 90 const HWPipeCaps &pipe_caps = hw_res_info_.hw_pipes.at(i); in Init() local 91 if (pipe_caps.type == kPipeTypeVIG) { in Init() 94 src_pipes_[vig_index].mdss_pipe_id = pipe_caps.id; in Init() 96 } else if (pipe_caps.type == kPipeTypeRGB) { in Init() 99 src_pipes_[rgb_index].mdss_pipe_id = pipe_caps.id; in Init() 101 } else if (pipe_caps.type == kPipeTypeDMA) { in Init() 104 src_pipes_[dma_index].mdss_pipe_id = pipe_caps.id; in Init()
|