argb
static struct argb bcmfb_palette[16] = {
static struct argb am335x_syscons_palette[16] = {
const uint8_t *argb,
const uint8_t *argb,
cc = (argb[yi * width * 4 + xi] << 16) |
(argb[yi * width * 4 + xi + 1] << 8) |
(argb[yi * width * 4 + xi + 2]) |
(argb[yi * width * 4 + xi + 3] << 24);
const uint8_t *argb,
sc->argb = 0;
sc->argb = 1;
TUNABLE_INT_FETCH("hw.ofwfb.argb32_pixel", &sc->argb);
if (sc->argb)
if (sc->argb)
int argb;
const uint8_t *argb,
const uint8_t *argb,
const uint8_t *argb,