Searched refs:pipe_ (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/dev/display/intel-i915/
H A Ddisplay-device.cpp117 if (pipe_) {
118 pipe_->Reset();
119 pipe_->Detach();
185 if (!DdiModeset(info_, pipe_->pipe(), pipe_->transcoder())) {
188 if (pipe_) {
189 pipe_->Resume();
195 pipe_->LoadActiveMode(&info_);
196 info_.pixel_clock_10khz = LoadClockRateForTranscoder(pipe_->transcoder());
200 if (pipe == pipe_) {
[all...]
H A Dpipe.h28 Pipe(const i915::Pipe& other) : Pipe(other.controller_, other.pipe_) {}
42 registers::Pipe pipe() const { return pipe_; }
44 return attached_edp_ ? registers::TRANS_EDP : static_cast<registers::Trans>(pipe_);
67 registers::Pipe pipe_; member in class:i915::Pipe
H A Ddisplay-device.h64 Pipe* pipe() const { return pipe_; }
106 Pipe* pipe_= nullptr; member in class:i915::DisplayDevice
H A Dregisters-pipe.h340 PipeRegs(Pipe pipe) : pipe_(pipe) { }
373 PlaneBufCfg::kBaseAddr + 0x1000 * pipe_ + 0x100 * plane);
378 PlaneWm::kBaseAddr + 0x1000 * pipe_ + 0x100 * plane + 4 * wm_num);
390 PipeScalerCtrl::kBaseAddr + 0x800 * pipe_ + num * 0x100);
395 PipeScalerWinPosition::kBaseAddr + 0x800 * pipe_ + num * 0x100);
400 PipeScalerWinSize::kBaseAddr + 0x800 * pipe_ + num * 0x100);
404 return hwreg::RegisterAddr<registers::PipeDeInterrupt>(type + 0x10 * pipe_);
441 return hwreg::RegisterAddr<RegType>(RegType::kBaseAddr + 0x1000 * pipe_);
445 return hwreg::RegisterAddr<RegType>(RegType::kBaseAddr + 0x1000 * pipe_ + 0x100 * plane);
449 return hwreg::RegisterAddr<RegType>(base + 0x100 * pipe_);
[all...]
H A Dpipe.cpp74 : controller_(controller), pipe_(pipe) {}
81 pipe_power_ = controller_->power()->GetPipePowerWellRef(pipe_);
82 controller_->interrupts()->EnablePipeVsync(pipe_, true);
86 controller_->interrupts()->EnablePipeVsync(pipe_, true);
90 controller_->ResetPipe(pipe_);
187 registers::PipeRegs pipe_regs(pipe_);
198 registers::PipeRegs pipe_regs(pipe_);
266 if (pipe_ != registers::PIPE_C) {

Completed in 35 milliseconds