drm_mm_init_scan_with_range — initialize range-restricted lru scanning
void drm_mm_init_scan_with_range ( | struct drm_mm * mm, |
u64 size, | |
unsigned alignment, | |
unsigned long color, | |
u64 start, | |
u64 end) ; |
mm
drm_mm to scan
size
size of the allocation
alignment
alignment of the allocation
color
opaque tag value to use for the allocation
start
start of the allowed range for the allocation
end
end of the allowed range for the allocation