VNDMR_ABIT
dmr = rvin_read(vin, VNDMR_REG) & ~VNDMR_ABIT;
dmr |= VNDMR_ABIT;
dmr = (vin->alpha ? VNDMR_ABIT : 0) | VNDMR_DTMD_ARGB;