Home
last modified time | relevance | path

Searched refs:fb_gamma_lut_size (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/sysfb/
H A Dvesadrm.c491 sysfb->fb_gamma_lut_size = VESADRM_GAMMA_LUT_SIZE; in vesadrm_device_create()
563 if (sysfb->fb_gamma_lut_size) { in vesadrm_device_create()
564 ret = drm_mode_crtc_set_gamma_size(crtc, sysfb->fb_gamma_lut_size); in vesadrm_device_create()
566 drm_crtc_enable_color_mgmt(crtc, 0, false, sysfb->fb_gamma_lut_size); in vesadrm_device_create()
H A Dofdrm.c998 sysfb->fb_gamma_lut_size = OFDRM_GAMMA_LUT_SIZE; in ofdrm_device_create()
1048 if (sysfb->fb_gamma_lut_size) { in ofdrm_device_create()
1049 ret = drm_mode_crtc_set_gamma_size(crtc, sysfb->fb_gamma_lut_size); in ofdrm_device_create()
1051 drm_crtc_enable_color_mgmt(crtc, 0, false, sysfb->fb_gamma_lut_size); in ofdrm_device_create()
H A Ddrm_sysfb_helper.h79 unsigned int fb_gamma_lut_size; member