Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_device.c646 if (PVR_HAS_FEATURE(pvr_dev, fbcdc_algorithm)) { in pvr_device_has_feature()
647 u8 fbcdc_algorithm = 0; in pvr_device_has_feature() local
649 PVR_FEATURE_VALUE(pvr_dev, fbcdc_algorithm, &fbcdc_algorithm); in pvr_device_has_feature()
650 return (fbcdc_algorithm < 3 || PVR_HAS_FEATURE(pvr_dev, fb_cdc_v4)); in pvr_device_has_feature()
H A Dpvr_device_info.h93 u64 fbcdc_algorithm; member
H A Dpvr_device_info.c140 FEATURE_MAPPING_VALUE(FBCDC_ALGORITHM, fbcdc_algorithm),