Home
last modified time | relevance | path

Searched refs:supported_filters (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Dperfmon.c348 if (flt_wq && test_bit(FLT_WQ, &idxd->idxd_pmu->supported_filters)) in perfmon_pmu_event_start()
350 if (flt_tc && test_bit(FLT_TC, &idxd->idxd_pmu->supported_filters)) in perfmon_pmu_event_start()
352 if (flt_pg_sz && test_bit(FLT_PG_SZ, &idxd->idxd_pmu->supported_filters)) in perfmon_pmu_event_start()
354 if (flt_xfer_sz && test_bit(FLT_XFER_SZ, &idxd->idxd_pmu->supported_filters)) in perfmon_pmu_event_start()
356 if (flt_eng && test_bit(FLT_ENG, &idxd->idxd_pmu->supported_filters)) in perfmon_pmu_event_start()
475 if (!test_bit(i, &idxd_pmu->supported_filters)) in idxd_pmu_init()
616 idxd_pmu->supported_filters = perfcap.filter; in perfmon_pmu_init()
H A Didxd.h123 unsigned long supported_filters; member
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_plane.c1529 unsigned int supported_filters) in drm_create_scaling_filter_prop()
1540 if (WARN_ON((supported_filters & ~valid_mode_mask) || in drm_create_scaling_filter_prop()
1541 ((supported_filters & BIT(DRM_SCALING_FILTER_DEFAULT)) == 0))) in drm_create_scaling_filter_prop()
1546 hweight32(supported_filters)); in drm_create_scaling_filter_prop()
1553 if (!(BIT(props[i].type) & supported_filters)) in drm_create_scaling_filter_prop()
1574 * @supported_filters: bitmask of supported scaling filters, must include
1584 unsigned int supported_filters) in drm_plane_create_scaling_filter_property()
1587 drm_create_scaling_filter_prop(plane->dev, supported_filters); in drm_plane_create_scaling_filter_property()
1528 drm_create_scaling_filter_prop(struct drm_device *dev, unsigned int supported_filters) drm_create_scaling_filter_prop() argument
1583 drm_plane_create_scaling_filter_property(struct drm_plane *plane, unsigned int supported_filters) drm_plane_create_scaling_filter_property() argument
H A Ddrm_crtc.c933 * @supported_filters: bitmask of supported scaling filters, must include
943 unsigned int supported_filters) in drm_crtc_create_scaling_filter_property()
946 drm_create_scaling_filter_prop(crtc->dev, supported_filters); in drm_crtc_create_scaling_filter_property()
942 drm_crtc_create_scaling_filter_property(struct drm_crtc *crtc, unsigned int supported_filters) drm_crtc_create_scaling_filter_property() argument
H A Ddrm_crtc_internal.h80 unsigned int supported_filters);
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_crtc.h1325 unsigned int supported_filters);
H A Ddrm_plane.h957 unsigned int supported_filters);

Completed in 13 milliseconds