Name

drm_atomic_helper_legacy_gamma_set — set the legacy gamma correction table

Synopsis

void drm_atomic_helper_legacy_gamma_set (struct drm_crtc * crtc,
 u16 * red,
 u16 * green,
 u16 * blue,
 uint32_t start,
 uint32_t size);
 

Arguments

crtc

CRTC object

red

red correction table

green

green correction table

blue

green correction table

start

-- undescribed --

size

size of the tables

Description

Implements support for legacy gamma correction table for drivers that support color management through the DEGAMMA_LUT/GAMMA_LUT properties.