Home
last modified time | relevance | path

Searched refs:PlaneSurface (Results 1 – 3 of 3) sorted by relevance

/system/dev/display/intel-i915/
A Dregisters-pipe.h50 class PlaneSurface : public hwreg::RegisterBase<PlaneSurface, uint32_t> {
349 hwreg::RegisterAddr<registers::PlaneSurface> PlaneSurface(int32_t plane_num) { in PlaneSurface() function
350 return GetPlaneReg<registers::PlaneSurface>(plane_num); in PlaneSurface()
A Dpipe.cpp263 pipe_regs.PlaneSurface(i).FromValue(regs.plane_surf[i]).WriteTo(mmio_space()); in ApplyConfiguration()
422 auto plane_surface = pipe_regs.PlaneSurface(plane_num).ReadFrom(controller_->mmio_space()); in ConfigurePrimaryPlane()
A Dintel-i915.cpp445 pipe_regs.PlaneSurface(i).FromValue(0).WriteTo(mmio_space()); in ResetPipe()
825 align = registers::PlaneSurface::kLinearAlignment; in DisplayControllerImplImportVmoImage()
827 align = registers::PlaneSurface::kXTilingAlignment; in DisplayControllerImplImportVmoImage()
829 align = registers::PlaneSurface::kYTilingAlignment; in DisplayControllerImplImportVmoImage()
1207 pipe_regs.PlaneSurface(j).ReadFrom(mmio_space()).WriteTo(mmio_space()); in DoPipeBufferReallocation()
1873 auto plane_surface = pipe_regs.PlaneSurface(0).ReadFrom(mmio_space()); in DdkSuspend()

Completed in 11 milliseconds