Home
last modified time | relevance | path

Searched refs:prop_crtc_w (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/
Ddrm_atomic.c411 } else if (property == config->prop_crtc_w) { in drm_atomic_plane_set_property()
458 } else if (property == config->prop_crtc_w) { in drm_atomic_plane_get_property()
Ddrm_crtc.c1193 drm_object_attach_property(&plane->base, config->prop_crtc_w, 0); in drm_universal_plane_init()
1406 dev->mode_config.prop_crtc_w = prop; in drm_mode_create_standard_properties()
/linux-4.1.27/include/drm/
Ddrm_crtc.h1120 struct drm_property *prop_crtc_w; member