Home
last modified time | relevance | path

Searched refs:CscCoeff (Results 1 – 2 of 2) sorted by relevance

/system/dev/display/intel-i915/
A Dregisters-pipe.h292 class CscCoeff : public hwreg::RegisterBase<CscCoeff, uint32_t> {
423 hwreg::RegisterAddr<registers::CscCoeff> CscCoeff(uint32_t i, uint32_t j) { in CscCoeff() function
425 uint32_t base = registers::CscCoeff::kBaseAddr + 4 * ((i * 2) + (j == 2 ? 1 : 0)); in CscCoeff()
426 return GetCscReg<registers::CscCoeff>(base); in CscCoeff()
A Dpipe.cpp216 auto reg = pipe_regs.CscCoeff(i, j).ReadFrom(mmio_space()); in ApplyConfiguration()

Completed in 4 milliseconds