HomeSort by: relevance | last modified time | path
    Searched defs:driver_features (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_debugfs.h 56 /** @driver_features: Required driver features for this entry */
57 u32 driver_features; member in struct:drm_info_list
drm_drv.h 50 * See &drm_driver.driver_features, drm_device.driver_features and
760 * @driver_features:
763 * &drm_device.driver_features.
765 u32 driver_features; member in struct:drm_driver
855 * This checks @dev for driver features, see &drm_driver.driver_features,
856 * &drm_device.driver_features, and the various &enum drm_driver_feature flags.
862 return dev->driver->driver_features & dev->driver_features & feature;
drm_device.h 108 * @driver_features: per-device driver features
115 u32 driver_features; member in struct:drm_device
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
opregion.c 138 struct bdb_driver_features driver_features; member in struct:vbt
216 v->driver_features.lvds_config = BDB_DRIVER_FEATURE_NO_LVDS;
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 761 u32 driver_features; member in struct:drm_driver_info
880 return ((dev->driver->driver_features & feature) ? 1 : 0);

Completed in 14 milliseconds