We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b513b0d commit b2ecb89Copy full SHA for b2ecb89
include/drm/drm_legacy.h
@@ -136,7 +136,7 @@ struct drm_sg_mem {
136
* Kernel side of a mapping
137
*/
138
struct drm_local_map {
139
- resource_size_t offset; /**< Requested physical address (0 for SAREA)*/
+ dma_addr_t offset; /**< Requested physical address (0 for SAREA)*/
140
unsigned long size; /**< Requested physical size (bytes) */
141
enum drm_map_type type; /**< Type of memory to map */
142
enum drm_map_flags flags; /**< Flags */
0 commit comments