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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_config.h 643 * @prop_crtc_id: Default atomic plane property to specify the
646 struct drm_property *prop_crtc_id; member in struct:drm_mode_config
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_uapi.c 545 } else if (property == config->prop_crtc_id) {
616 } else if (property == config->prop_crtc_id) {
686 if (property == config->prop_crtc_id) {
795 if (property == config->prop_crtc_id) {
drm_mode_config.c 310 dev->mode_config.prop_crtc_id = prop;
drm_plane.c 277 drm_object_attach_property(&plane->base, config->prop_crtc_id, 0);
drm_connector.c 296 drm_object_attach_property(&connector->base, config->prop_crtc_id, 0);

Completed in 30 milliseconds