Searched refs:plane_surface (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/display/intel-i915/
H A Dpipe.cpp422 auto plane_surface = pipe_regs.PlaneSurface(plane_num).ReadFrom(controller_->mmio_space()); local
423 plane_surface.set_surface_base_addr(base_address >> plane_surface.kRShiftCount);
424 regs->plane_surf[plane_num] = plane_surface.reg_value();
H A Dintel-i915.cpp1877 auto plane_surface = pipe_regs.PlaneSurface(0).ReadFrom(mmio_space_.get());
1878 plane_surface.set_surface_base_addr(0);
1879 plane_surface.WriteTo(mmio_space_.get());

Completed in 33 milliseconds