Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_info.cpp265 HWPipeCaps pipe_caps; in GetHWResourceInfo() local
266 pipe_caps.type = kPipeTypeUnused; in GetHWResourceInfo()
270 pipe_caps.type = kPipeTypeVIG; in GetHWResourceInfo()
273 pipe_caps.type = kPipeTypeRGB; in GetHWResourceInfo()
276 pipe_caps.type = kPipeTypeDMA; in GetHWResourceInfo()
279 pipe_caps.type = kPipeTypeCursor; in GetHWResourceInfo()
283 pipe_caps.id = UINT32(atoi(tokens[j+1])); in GetHWResourceInfo()
285 pipe_caps.max_rects = UINT32(atoi(tokens[j+1])); in GetHWResourceInfo()
290 if (pipe_caps.type == kPipeTypeVIG) { in GetHWResourceInfo()
292 } else if (pipe_caps.type == kPipeTypeRGB) { in GetHWResourceInfo()
[all …]
/hardware/qcom/display/msm8996/sdm/libs/core/
Dresource_default.cpp57 const HWPipeCaps &pipe_caps = hw_res_info_.hw_pipes.at(i); in Init() local
58 if (pipe_caps.type == kPipeTypeVIG) { in Init()
61 src_pipes_[vig_index].mdss_pipe_id = pipe_caps.id; in Init()
63 } else if (pipe_caps.type == kPipeTypeRGB) { in Init()
66 src_pipes_[rgb_index].mdss_pipe_id = pipe_caps.id; in Init()
68 } else if (pipe_caps.type == kPipeTypeDMA) { in Init()
71 src_pipes_[dma_index].mdss_pipe_id = pipe_caps.id; in Init()