Lines Matching refs:DRM
2 DRM Internals
5 This chapter documents DRM internals relevant to driver authors and
14 The DRM layer provides several services to graphics drivers, many of
16 the library that wraps most of the DRM ioctls. These include vblank
24 At the core of every DRM driver is a :c:type:`struct drm_driver
33 supports, and pointers to methods that the DRM core will call to
34 implement the DRM API. We will first go through the :c:type:`struct
46 The DRM core identifies driver versions by a major, minor and patch
117 Every DRM driver requires a memory manager which must be initialized at
118 load time. DRM currently contains two memory managers, the Translation
201 This section covers the specifics for the DRM subsystem. For general information
228 which is only used by old DRM drivers which have done a so-called
237 The DRM core provides some suspend/resume code, but drivers wanting full