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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_config.h 766 * @degamma_lut_property: Optional CRTC property to set the LUT used to
769 struct drm_property *degamma_lut_property; member in struct:drm_mode_config
  /src/sys/external/bsd/drm2/dist/drm/
drm_color_mgmt.c 178 config->degamma_lut_property, 0);
drm_mode_config.c 343 dev->mode_config.degamma_lut_property = prop;
drm_atomic_uapi.c 443 } else if (property == config->degamma_lut_property) {
503 else if (property == config->degamma_lut_property)

Completed in 15 milliseconds