class CanvasLutDataHigh

Defined at line 71 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

DMC_CAV_LUT_DATAH, typo-ed as DC_CAV_LUT_DATAH

Public Members

 field_RsvdZ_73
 field_dmc_cav_endianness_77
 field_dmc_cav_blkmode_79
 field_dmc_cav_ywrap_81
 field_dmc_cav_xwrap_83
 field_dmc_cav_height_85
 field_dmc_cav_width_87
static const uint32_t kDmcCavYwrap
static const uint32_t kDmcCavXwrap

Public Methods

template <, >
typename SelfType::ValueType dmc_cav_endianness ()

Swap words in image data. 1

<

<

3 = 64-bit, 1

<

<

2 = 32-bit, 1

<

<

1 = 16-bit, 1 =

8-bit, 0 = none.

Defined at line 77 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

template <, >
SelfType & set_dmc_cav_endianness (typename SelfType::ValueType val)

Swap words in image data. 1

<

<

3 = 64-bit, 1

<

<

2 = 32-bit, 1

<

<

1 = 16-bit, 1 =

8-bit, 0 = none.

Defined at line 77 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

template <, >
typename SelfType::ValueType dmc_cav_blkmode ()

0 = linear, 1 = 32x32, 2 = 64x32

Defined at line 79 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

template <, >
SelfType & set_dmc_cav_blkmode (typename SelfType::ValueType val)

0 = linear, 1 = 32x32, 2 = 64x32

Defined at line 79 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

template <, >
typename SelfType::ValueType dmc_cav_ywrap ()

If 1, y coordinates are computed modulo height

Defined at line 81 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

template <, >
SelfType & set_dmc_cav_ywrap (typename SelfType::ValueType val)

If 1, y coordinates are computed modulo height

Defined at line 81 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

template <, >
typename SelfType::ValueType dmc_cav_xwrap ()

If 1, x coordinates are computed modulo width

Defined at line 83 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

template <, >
SelfType & set_dmc_cav_xwrap (typename SelfType::ValueType val)

If 1, x coordinates are computed modulo width

Defined at line 83 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

template <, >
typename SelfType::ValueType dmc_cav_height ()

Height in rows.

Defined at line 85 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

template <, >
SelfType & set_dmc_cav_height (typename SelfType::ValueType val)

Height in rows.

Defined at line 85 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

template <, >
typename SelfType::ValueType dmc_cav_width ()

Width in 8-byte units, 32-byte aligned.

Defined at line 87 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

template <, >
SelfType & set_dmc_cav_width (typename SelfType::ValueType val)

Width in 8-byte units, 32-byte aligned.

Defined at line 87 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

hwreg::RegisterAddr<CanvasLutDataHigh> Get ()

Defined at line 89 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

void SetDmcCavWidth (uint32_t width)

Defined at line 91 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

Records