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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_config.h 776 * @ctm_property: Optional CRTC property to set the
780 struct drm_property *ctm_property; member in struct:drm_mode_config
  /src/sys/external/bsd/drm2/dist/drm/
drm_color_mgmt.c 154 * @has_ctm: whether to attach ctm_property for CSC matrix
162 * their size is not 0 and ctm_property is only attached if has_ctm is
186 config->ctm_property, 0);
drm_mode_config.c 357 dev->mode_config.ctm_property = prop;
drm_atomic_uapi.c 451 } else if (property == config->ctm_property) {
505 else if (property == config->ctm_property)

Completed in 14 milliseconds