Home
last modified time | relevance | path

Searched refs:driver_features (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/
HDdrm_debugfs.h53 u32 driver_features; member
HDdrm_drv.h564 u32 driver_features; member
HDdrmP.h423 return ((dev->driver->driver_features & feature) ? 1 : 0); in drm_core_check_feature()
/dragonfly/sys/dev/drm/
HDdrm_pci.c311 if (WARN_ON(!(driver->driver_features & DRIVER_LEGACY))) in drm_legacy_pci_init()
425 if (!(driver->driver_features & DRIVER_LEGACY)) { in drm_legacy_pci_exit()
HDdrm_drv.c1240 if (dev->driver->driver_features & DRIVER_GEM) in drm_cdevpriv_dtor()
1296 } else if ((dev->driver->driver_features & DRIVER_GEM) != 0) { in drm_mmap_single()
HDdrm_framebuffer.c122 dev->driver->driver_features & DRIVER_PREFER_XBGR_30BPP) in drm_mode_addfb()
/dragonfly/sys/dev/drm/radeon/
HDradeon_drv.c606 .driver_features =
688 driver->driver_features |= DRIVER_MODESET; in radeon_init()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_drv.c890 if ((kms_driver.driver_features & DRIVER_ATOMIC) && !supports_atomic) in amdgpu_pci_probe()
894 kms_driver.driver_features |= DRIVER_ATOMIC; in amdgpu_pci_probe()
1212 .driver_features =
/dragonfly/sys/dev/drm/i915/
HDi915_drv.c1365 driver.driver_features &= ~DRIVER_ATOMIC; in i915_driver_load()
2876 .driver_features =