Lines Matching refs:kPipeCount

407     for (unsigned i = 0; i < registers::kPipeCount; i++) {  in BringUpDisplayEngine()
608 for (unsigned j = 0; j < registers::kPipeCount; j++) { in LoadHardwareState()
917 ZX_ASSERT(display_count < registers::kPipeCount); in CalculateBuffersPerPipe()
923 uint16_t min_allocs[registers::kPipeCount] in CalculateMinimumAllocations()
928 for (unsigned pipe_num = 0; pipe_num < registers::kPipeCount; pipe_num++) { in CalculateMinimumAllocations()
982 void Controller::UpdateAllocations(const uint16_t min_allocs[registers::kPipeCount] in UpdateAllocations()
984 const uint64_t data_rate[registers::kPipeCount] in UpdateAllocations()
986 uint16_t allocs[registers::kPipeCount][registers::kImagePlaneCount]; in UpdateAllocations()
988 for (unsigned pipe_num = 0; pipe_num < registers::kPipeCount; pipe_num++) { in UpdateAllocations()
1033 for (unsigned pipe_num = 0; pipe_num < registers::kPipeCount; pipe_num++) { in UpdateAllocations()
1087 uint16_t min_allocs[registers::kPipeCount][registers::kImagePlaneCount]; in ReallocatePlaneBuffers()
1094 uint64_t data_rate[registers::kPipeCount][registers::kImagePlaneCount]; in ReallocatePlaneBuffers()
1095 for (unsigned pipe_num = 0; pipe_num < registers::kPipeCount; pipe_num++) { in ReallocatePlaneBuffers()
1125 buffer_allocation_t active_allocation[registers::kPipeCount]; in ReallocatePlaneBuffers()
1133 for (unsigned pipe_num = 0; pipe_num < registers::kPipeCount; pipe_num++) { in ReallocatePlaneBuffers()
1157 buffer_allocation_t active_allocation[registers::kPipeCount]) { in DoPipeBufferReallocation() argument
1170 for (unsigned pipe_num = 0; pipe_num < registers::kPipeCount; pipe_num++) { in DoPipeBufferReallocation()
1182 for (unsigned other_pipe = 0; other_pipe < registers::kPipeCount; other_pipe++) { in DoPipeBufferReallocation()
1324 uint64_t pipe_alloc[registers::kPipeCount]; in DisplayControllerImplCheckConfiguration()
1483 uint16_t arr[registers::kPipeCount][registers::kImagePlaneCount]; in DisplayControllerImplCheckConfiguration()
1487 for (unsigned pipe_num = 0; pipe_num < registers::kPipeCount; pipe_num++) { in DisplayControllerImplCheckConfiguration()
1511 uint64_t alloc[registers::kPipeCount]) { in CalculatePipeAllocation() argument
1512 if (display_count > registers::kPipeCount) { in CalculatePipeAllocation()
1515 memset(alloc, 0, sizeof(uint64_t) * registers::kPipeCount); in CalculatePipeAllocation()
1527 for (unsigned pipe_num = 0; pipe_num < registers::kPipeCount; pipe_num++) { in CalculatePipeAllocation()
1545 uint64_t pipe_alloc[registers::kPipeCount]; in ReallocatePipes()
1562 for (unsigned i = 0; i < registers::kPipeCount; i++) { in ReallocatePipes()
2068 for (unsigned i = 0; i < registers::kPipeCount; i++) { in ~Controller()