class RdmaStatusReg
Defined at line 69 of file ../../src/graphics/display/drivers/amlogic-display/rdma-regs.h
Public Members
field_done_72
field_req_latch_73
Public Methods
template <, >
typename SelfType::ValueType done ()
Both of these fields use bit 0 for manual RDMA. Auto RDMA is 1-indexed.
Defined at line 72 of file ../../src/graphics/display/drivers/amlogic-display/rdma-regs.h
template <, >
SelfType & set_done (typename SelfType::ValueType val)
Both of these fields use bit 0 for manual RDMA. Auto RDMA is 1-indexed.
Defined at line 72 of file ../../src/graphics/display/drivers/amlogic-display/rdma-regs.h
template <, >
typename SelfType::ValueType req_latch ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 73 of file ../../src/graphics/display/drivers/amlogic-display/rdma-regs.h
template <, >
SelfType & set_req_latch (typename SelfType::ValueType val)
Defined at line 73 of file ../../src/graphics/display/drivers/amlogic-display/rdma-regs.h
hwreg::RegisterAddr<RdmaStatusReg> Get ()
Defined at line 74 of file ../../src/graphics/display/drivers/amlogic-display/rdma-regs.h
bool RequestLatched (uint8_t chan)
Defined at line 76 of file ../../src/graphics/display/drivers/amlogic-display/rdma-regs.h
bool ChannelDone (uint8_t chan)
Defined at line 78 of file ../../src/graphics/display/drivers/amlogic-display/rdma-regs.h
bool ChannelDone (uint8_t chan, fdf::MmioBuffer * mmio)
Defined at line 80 of file ../../src/graphics/display/drivers/amlogic-display/rdma-regs.h
uint32_t DoneFromAccessAuto (const uint32_t aa, const uint32_t aa2, const uint32_t aa3)
compute a value for .done() to match given the current state of
VPU_RDMA_ACCESS_AUTO, AUTO2, and AUTO3.
Defined at line 86 of file ../../src/graphics/display/drivers/amlogic-display/rdma-regs.h