HomeSort by: relevance | last modified time | path
    Searched refs:drm_driver (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_pci.h 41 struct drm_driver;
52 struct drm_driver *driver);
69 struct drm_driver *driver)
drm_legacy.h 43 struct drm_driver;
260 int drm_legacy_pci_init(struct drm_driver *driver, struct pci_driver *pdriver);
261 void drm_legacy_pci_exit(struct drm_driver *driver, struct pci_driver *pdriver);
270 static inline int drm_legacy_pci_init(struct drm_driver *driver,
276 static inline void drm_legacy_pci_exit(struct drm_driver *driver,
drm_device.h 19 struct drm_driver;
75 struct drm_driver *driver;
112 * sharing a single &struct drm_driver instance across
drm_drv.h 50 * See &drm_driver.driver_features, drm_device.driver_features and
157 * struct drm_driver - DRM driver structure
165 struct drm_driver { struct
806 struct drm_driver *driver,
810 struct drm_driver *driver);
813 struct drm_device *drm_dev_alloc(struct drm_driver *driver,
855 * This checks @dev for driver features, see &drm_driver.driver_features,
  /src/sys/external/bsd/drm2/dist/drm/via/
via_drv.c 82 static struct drm_driver driver = {
119 struct drm_driver *const via_drm_driver = &driver;
  /src/sys/external/bsd/drm2/dist/drm/i810/
i810_drv.c 64 static struct drm_driver driver = {
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_drv.c 61 static struct drm_driver driver = {
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_drv.c 55 static struct drm_driver driver = {
  /src/sys/external/bsd/drm2/dist/drm/tdfx/
tdfx_drv.c 64 static struct drm_driver driver = {
  /src/sys/external/bsd/drm2/radeon/
radeon_module.c 55 extern struct drm_driver *const radeon_drm_driver;
  /src/sys/external/bsd/drm2/via/
via_module.c 50 extern struct drm_driver *const via_drm_driver; /* XXX */
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_drv.c 33 static struct drm_driver driver;
191 static struct drm_driver driver = {
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_drv.c 44 static struct drm_driver driver;
194 static struct drm_driver driver = {
  /src/sys/external/bsd/drm2/amdgpu/
amdgpu_module.c 60 extern struct drm_driver *const amdgpu_drm_driver;
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_drv.c 65 static struct drm_driver driver = {
  /src/sys/external/bsd/drm2/dist/drm/
drm_pci.c 240 * drm_dev_register() instead and remove your &drm_driver.load callback.
245 struct drm_driver *driver)
301 int drm_legacy_pci_init(struct drm_driver *driver, struct pci_driver *pdriver)
347 void drm_legacy_pci_exit(struct drm_driver *driver, struct pci_driver *pdriver)
  /src/sys/external/bsd/drm2/nouveau/
nouveau_pci.c 101 extern struct drm_driver *const nouveau_drm_driver_pci;
367 extern struct drm_driver *const nouveau_drm_driver_stub; /* XXX */
368 extern struct drm_driver *const nouveau_drm_driver_pci; /* XXX */
  /src/sys/arch/arm/nvidia/
tegra_nouveau.c 54 extern struct drm_driver *const nouveau_drm_driver_stub; /* XXX */
55 extern struct drm_driver *const nouveau_drm_driver_platform; /* XXX */
212 struct drm_driver * const driver = nouveau_drm_driver_platform;
tegra_drm.c 60 static struct drm_driver tegra_drm_driver = {
115 struct drm_driver * const driver = &tegra_drm_driver;
  /src/sys/external/bsd/drm2/dist/drm/sis/
sis_drv.c 107 static struct drm_driver driver = {
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_drv.c 52 static struct drm_driver driver;
238 static struct drm_driver driver = {
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_drv.c 68 static struct drm_driver qxl_driver;
266 static struct drm_driver qxl_driver = {
  /src/sys/arch/arm/rockchip/
rk_drm.c 85 static struct drm_driver rk_drm_driver = {
122 struct drm_driver * const driver = &rk_drm_driver;
178 struct drm_driver * const driver = &rk_drm_driver;
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
mock_gem_device.c 83 static struct drm_driver mock_driver = {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_drv.c 332 static struct drm_driver kms_driver;
336 struct drm_driver *const radeon_drm_driver = &kms_driver;
600 static struct drm_driver kms_driver = {
655 static struct drm_driver *driver;

Completed in 65 milliseconds

1 2