drm_mm_init_scan_with_range — initialize range-restricted lru scanning
void drm_mm_init_scan_with_range ( | struct drm_mm * mm, |
unsigned long size, | |
unsigned alignment, | |
unsigned long color, | |
unsigned long start, | |
unsigned long 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