Home
last modified time | relevance | path

Searched refs:scaling_filter_property (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/pci/drm/
H A Ddrm_atomic_uapi.c461 } else if (property == crtc->scaling_filter_property) { in drm_atomic_crtc_set_property()
498 else if (property == crtc->scaling_filter_property) in drm_atomic_crtc_get_property()
592 } else if (property == plane->scaling_filter_property) { in drm_atomic_plane_set_property()
653 } else if (property == plane->scaling_filter_property) { in drm_atomic_plane_get_property()
H A Ddrm_crtc.c954 crtc->scaling_filter_property = prop; in drm_crtc_create_scaling_filter_property()
H A Ddrm_plane.c1594 plane->scaling_filter_property = prop; in drm_plane_create_scaling_filter_property()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_crtc.h1089 struct drm_property *scaling_filter_property; member
H A Ddrm_plane.h760 struct drm_property *scaling_filter_property; member