Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_plane.c1689 unsigned int supported_filters) in drm_create_scaling_filter_prop() argument
1700 if (WARN_ON((supported_filters & ~valid_mode_mask) || in drm_create_scaling_filter_prop()
1701 ((supported_filters & BIT(DRM_SCALING_FILTER_DEFAULT)) == 0))) in drm_create_scaling_filter_prop()
1706 hweight32(supported_filters)); in drm_create_scaling_filter_prop()
1713 if (!(BIT(props[i].type) & supported_filters)) in drm_create_scaling_filter_prop()
1744 unsigned int supported_filters) in drm_plane_create_scaling_filter_property() argument
1747 drm_create_scaling_filter_prop(plane->dev, supported_filters); in drm_plane_create_scaling_filter_property()
H A Ddrm_crtc.c927 unsigned int supported_filters) in drm_crtc_create_scaling_filter_property() argument
930 drm_create_scaling_filter_prop(crtc->dev, supported_filters); in drm_crtc_create_scaling_filter_property()
H A Ddrm_crtc_internal.h87 unsigned int supported_filters);
/linux/include/drm/
H A Ddrm_crtc.h1325 unsigned int supported_filters);
H A Ddrm_plane.h987 unsigned int supported_filters);