Lines Matching refs:lut
776 rgbs[i].r = nv_crtc->lut.r[i] >> 8; in nv_crtc_gamma_load()
777 rgbs[i].g = nv_crtc->lut.g[i] >> 8; in nv_crtc_gamma_load()
778 rgbs[i].b = nv_crtc->lut.b[i] >> 8; in nv_crtc_gamma_load()
802 nv_crtc->lut.r[i] = r[i]; in nv_crtc_gamma_set()
803 nv_crtc->lut.g[i] = g[i]; in nv_crtc_gamma_set()
804 nv_crtc->lut.b[i] = b[i]; in nv_crtc_gamma_set()
813 nv_crtc->lut.depth = 0; in nv_crtc_gamma_set()
854 if (nv_crtc->lut.depth != drm_fb->depth) { in nv04_crtc_do_mode_set_base()
855 nv_crtc->lut.depth = drm_fb->depth; in nv04_crtc_do_mode_set_base()
1117 nv_crtc->lut.r[i] = i << 8; in nv04_crtc_create()
1118 nv_crtc->lut.g[i] = i << 8; in nv04_crtc_create()
1119 nv_crtc->lut.b[i] = i << 8; in nv04_crtc_create()
1121 nv_crtc->lut.depth = 0; in nv04_crtc_create()