Home
last modified time | relevance | path

Searched refs:kImagePlaneCount (Results 1 – 5 of 5) sorted by relevance

/system/dev/display/intel-i915/
A Dintel-i915.h162 [registers::kImagePlaneCount])
166 [registers::kImagePlaneCount],
168 [registers::kImagePlaneCount])
246 buffer_allocation_t plane_buffers_[registers::kPipeCount][registers::kImagePlaneCount]
A Dpipe.h72 uint32_t scaled_planes_[registers::kPipeCount][registers::kImagePlaneCount] = {};
A Dintel-i915.cpp428 for (unsigned plane_num = 0; plane_num < registers::kImagePlaneCount; plane_num++) { in BringUpDisplayEngine()
454 for (unsigned plane_num = 0; plane_num < registers::kImagePlaneCount; plane_num++) { in ResetPipe()
932 for (unsigned plane_num = 0; plane_num < registers::kImagePlaneCount; plane_num++) { in CalculateMinimumAllocations()
983 [registers::kImagePlaneCount], in UpdateAllocations()
985 [registers::kImagePlaneCount]) { in UpdateAllocations()
986 uint16_t allocs[registers::kPipeCount][registers::kImagePlaneCount]; in UpdateAllocations()
1004 bool forced_alloc[registers::kImagePlaneCount] = {}; in UpdateAllocations()
1087 uint16_t min_allocs[registers::kPipeCount][registers::kImagePlaneCount]; in ReallocatePlaneBuffers()
1094 uint64_t data_rate[registers::kPipeCount][registers::kImagePlaneCount]; in ReallocatePlaneBuffers()
1206 for (unsigned j = 0; j < registers::kImagePlaneCount; j++) { in DoPipeBufferReallocation()
[all …]
A Dregisters-pipe.h24 static constexpr uint32_t kImagePlaneCount = 3; variable
461 uint32_t plane_surf[kImagePlaneCount];
A Dpipe.cpp262 for (unsigned i = 0; i < registers::kImagePlaneCount; i++) { in ApplyConfiguration()

Completed in 13 milliseconds