Searched refs:PlaneSurface (Results 1 – 3 of 3) sorted by relevance
50 class PlaneSurface : public hwreg::RegisterBase<PlaneSurface, uint32_t> {349 hwreg::RegisterAddr<registers::PlaneSurface> PlaneSurface(int32_t plane_num) { in PlaneSurface() function350 return GetPlaneReg<registers::PlaneSurface>(plane_num); in PlaneSurface()
263 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()
445 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