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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_drv.h 51 * drm_core_check_feature().
851 * drm_core_check_feature - check driver feature flags
860 static inline bool drm_core_check_feature(const struct drm_device *dev, u32 feature) function in typeref:typename:bool
875 return drm_core_check_feature(dev, DRIVER_ATOMIC) ||
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 877 static __inline__ int drm_core_check_feature(struct drm_device *dev, function in typeref:typename:int
886 return drm_core_check_feature(dev, DRIVER_USE_AGP);

Completed in 15 milliseconds