/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/ |
H A D | resource_default.cpp | 101 } else if (pipe_caps.type == kPipeTypeDMA) { in Init() 102 src_pipes_[dma_index].type = kPipeTypeDMA; in Init() 415 case kPipeTypeDMA: in NextPipe() 430 index = NextPipe(kPipeTypeDMA, hw_block_id); in GetPipe()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
H A D | resource_default.cpp | 101 } else if (pipe_caps.type == kPipeTypeDMA) { in Init() 102 src_pipes_[dma_index].type = kPipeTypeDMA; in Init() 415 case kPipeTypeDMA: in NextPipe() 430 index = NextPipe(kPipeTypeDMA, hw_block_id); in GetPipe()
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/ |
H A D | resource_default.cpp | 70 } else if (pipe_caps.type == kPipeTypeDMA) { in Init() 71 src_pipes_[dma_index].type = kPipeTypeDMA; in Init() 378 case kPipeTypeDMA: in NextPipe() 393 index = NextPipe(kPipeTypeDMA, hw_block_id); in GetPipe()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/ |
H A D | resource_default.cpp | 101 } else if (pipe_caps.type == kPipeTypeDMA) { in Init() 102 src_pipes_[dma_index].type = kPipeTypeDMA; in Init() 415 case kPipeTypeDMA: in NextPipe() 430 index = NextPipe(kPipeTypeDMA, hw_block_id); in GetPipe()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/ |
H A D | resource_default.cpp | 101 } else if (pipe_caps.type == kPipeTypeDMA) { in Init() 102 src_pipes_[dma_index].type = kPipeTypeDMA; in Init() 415 case kPipeTypeDMA: in NextPipe() 430 index = NextPipe(kPipeTypeDMA, hw_block_id); in GetPipe()
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/ |
H A D | resource_default.cpp | 101 } else if (pipe_caps.type == kPipeTypeDMA) { in Init() 102 src_pipes_[dma_index].type = kPipeTypeDMA; in Init() 399 case kPipeTypeDMA: in NextPipe() 414 index = NextPipe(kPipeTypeDMA, hw_block_type); in GetPipe()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/ |
H A D | resource_default.cpp | 101 } else if (pipe_caps.type == kPipeTypeDMA) { in Init() 102 src_pipes_[dma_index].type = kPipeTypeDMA; in Init() 402 case kPipeTypeDMA: in NextPipe() 417 index = NextPipe(kPipeTypeDMA, hw_block_type); in GetPipe()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 265 pipe_caps.type = kPipeTypeDMA; in GetHWResourceInfo() 283 } else if (pipe_caps.type == kPipeTypeDMA) { in GetHWResourceInfo()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 261 pipe_caps.type = kPipeTypeDMA; in GetHWResourceInfo() 279 } else if (pipe_caps.type == kPipeTypeDMA) { in GetHWResourceInfo()
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 270 pipe_caps.type = kPipeTypeDMA; in GetHWResourceInfo() 288 } else if (pipe_caps.type == kPipeTypeDMA) { in GetHWResourceInfo()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 261 pipe_caps.type = kPipeTypeDMA; in GetHWResourceInfo() 279 } else if (pipe_caps.type == kPipeTypeDMA) { in GetHWResourceInfo()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 259 pipe_caps.type = kPipeTypeDMA; in GetHWResourceInfo() 277 } else if (pipe_caps.type == kPipeTypeDMA) { in GetHWResourceInfo()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 259 pipe_caps.type = kPipeTypeDMA; in GetHWResourceInfo() 277 } else if (pipe_caps.type == kPipeTypeDMA) { in GetHWResourceInfo()
|
/aosp12/hardware/qcom/display/msm8996/sdm/include/private/ |
H A D | hw_info_types.h | 79 kPipeTypeDMA, enumerator
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 403 pipe_caps.type = kPipeTypeDMA; in GetHWPlanesInfo() 464 } else if (pipe_caps.type == kPipeTypeDMA) { in GetHWPlanesInfo()
|
/aosp12/hardware/qcom/display/msm8909/sdm/include/private/ |
H A D | hw_info_types.h | 72 kPipeTypeDMA, enumerator
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/private/ |
H A D | hw_info_types.h | 72 kPipeTypeDMA, enumerator
|
/aosp12/hardware/qcom/display/msm8998/sdm/include/private/ |
H A D | hw_info_types.h | 72 kPipeTypeDMA, enumerator
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 400 pipe_caps.type = kPipeTypeDMA; in GetHWPlanesInfo() 462 } else if (pipe_caps.type == kPipeTypeDMA) { in GetHWPlanesInfo()
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/private/ |
H A D | hw_info_types.h | 74 kPipeTypeDMA, enumerator
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 281 pipe_caps.type = kPipeTypeDMA; in GetHWPlanesInfo()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 268 pipe_caps.type = kPipeTypeDMA; in GetHWPlanesInfo()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 265 pipe_caps.type = kPipeTypeDMA; in GetHWPlanesInfo()
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/private/ |
H A D | hw_info_types.h | 89 kPipeTypeDMA, enumerator
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/private/ |
H A D | hw_info_types.h | 85 kPipeTypeDMA, enumerator
|