Lines Matching refs:a
24 At the core of every DRM driver is a :c:type:`struct drm_driver
26 a drm_driver structure, and then pass it to
27 drm_dev_alloc() to allocate a device instance. After the
46 The DRM core identifies driver versions by a major, minor and patch
54 DRM_IOCTL_SET_VERSION to select a specific version of the API. If the
68 The driver description is a purely informative string passed to
123 Every DRM driver requires a memory manager which must be initialized at
136 call, a convenience function that takes care of mapping the actual ROM,
162 be used in new drivers. Besides that there's a few helpers for pci
216 KUnit (Kernel unit testing framework) provides a common framework for unit tests
225 In order to facilitate running the test suite, a configuration file is present
246 which is only used by old DRM drivers which have done a so-called
247 shadow-attach to the underlying device instead of registering as a real