Home
last modified time | relevance | path

Searched refs:kPipeCount (Results 1 – 4 of 4) sorted by relevance

/system/dev/display/intel-i915/
A Dintel-i915.h161 uint16_t min_allocs[registers::kPipeCount]
165 void UpdateAllocations(const uint16_t min_allocs[registers::kPipeCount]
167 const uint64_t display_rate[registers::kPipeCount]
173 void DoPipeBufferReallocation(buffer_allocation_t active_allocation[registers::kPipeCount])
186 uint64_t alloc[registers::kPipeCount])
224 Pipe pipes_[registers::kPipeCount] __TA_GUARDED(display_lock_) = {
246 buffer_allocation_t plane_buffers_[registers::kPipeCount][registers::kImagePlaneCount]
249 buffer_allocation_t pipe_buffers_[registers::kPipeCount] __TA_GUARDED(display_lock_) = {};
A Dintel-i915.cpp407 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()
1125 buffer_allocation_t active_allocation[registers::kPipeCount]; in ReallocatePlaneBuffers()
1324 uint64_t pipe_alloc[registers::kPipeCount]; in DisplayControllerImplCheckConfiguration()
1483 uint16_t arr[registers::kPipeCount][registers::kImagePlaneCount]; in DisplayControllerImplCheckConfiguration()
1512 if (display_count > registers::kPipeCount) { in CalculatePipeAllocation()
1515 memset(alloc, 0, sizeof(uint64_t) * registers::kPipeCount); in CalculatePipeAllocation()
1545 uint64_t pipe_alloc[registers::kPipeCount]; in ReallocatePipes()
1562 for (unsigned i = 0; i < registers::kPipeCount; i++) { in ReallocatePipes()
[all …]
A Dpipe.h72 uint32_t scaled_planes_[registers::kPipeCount][registers::kImagePlaneCount] = {};
A Dregisters-pipe.h16 static constexpr uint32_t kPipeCount = 3; variable
20 static const Pipe kPipes[kPipeCount] = {

Completed in 15 milliseconds