Searched defs:drm_local_map (Results 1 – 2 of 2) sorted by relevance
167 struct drm_local_map { struct168 resource_size_t offset; /**< Requested physical address (0 for SAREA)*/169 unsigned long size; /**< Requested physical size (bytes) */170 enum drm_map_type type; /**< Type of memory to map */171 enum drm_map_flags flags; /**< Flags */172 void *handle; /**< User-space: "Handle" to pass to mmap() */174 int mtrr; /**< MTRR slot used */177 union {204 typedef struct drm_local_map drm_local_map_t; argument
633 typedef struct drm_local_map { struct653 TAILQ_ENTRY(drm_local_map) link; argument