Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/fbtft/
H A Dfbtft-core.c552 u32 *gamma_curves = NULL; in fbtft_framebuffer_alloc() local
627 gamma_curves = devm_kcalloc(dev, in fbtft_framebuffer_alloc()
630 sizeof(gamma_curves[0]), in fbtft_framebuffer_alloc()
632 if (!gamma_curves) in fbtft_framebuffer_alloc()
698 par->gamma.curves = gamma_curves; in fbtft_framebuffer_alloc()