Searched full:rgbs (Results 1 – 2 of 2) sorted by relevance
21 The statistics collected are AWB (Auto-white balance) RGBS (Red, Green, Blue and
784 struct rgb { uint8_t r, g, b; } __attribute__((packed)) *rgbs; in nv_crtc_gamma_load() local788 rgbs = (struct rgb *)nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index].DAC; in nv_crtc_gamma_load()794 rgbs[i].r = *r++ >> 8; in nv_crtc_gamma_load()795 rgbs[i].g = *g++ >> 8; in nv_crtc_gamma_load()796 rgbs[i].b = *b++ >> 8; in nv_crtc_gamma_load()