HomeSort by: relevance | last modified time | path
    Searched refs:gamma_lut_property (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_config.h 782 * @gamma_lut_property: Optional CRTC property to set the LUT used to
786 struct drm_property *gamma_lut_property; member in struct:drm_mode_config
  /src/sys/external/bsd/drm2/dist/drm/
drm_color_mgmt.c 190 config->gamma_lut_property, 0);
drm_mode_config.c 364 dev->mode_config.gamma_lut_property = prop;
drm_atomic_uapi.c 459 } else if (property == config->gamma_lut_property) {
507 else if (property == config->gamma_lut_property)

Completed in 42 milliseconds