1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>drm_mm_scan_remove_block</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Linux DRM Developer's Guide"><link rel="up" href="drm-memory-management.html#idp1119448692" title="DRM MM Range Allocator Function References"><link rel="prev" href="API-drm-mm-scan-add-block.html" title="drm_mm_scan_add_block"><link rel="next" href="API-drm-mm-clean.html" title="drm_mm_clean"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">drm_mm_scan_remove_block</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-drm-mm-scan-add-block.html">Prev</a> </td><th width="60%" align="center">DRM MM Range Allocator Function References</th><td width="20%" align="right"> <a accesskey="n" href="API-drm-mm-clean.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-drm-mm-scan-remove-block"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>drm_mm_scan_remove_block — 2 remove a node from the scan list 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="funcsynopsis"><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef">bool <b class="fsfunc">drm_mm_scan_remove_block </b>(</code></td><td>struct drm_mm_node * <var class="pdparam">node</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1123103260"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>node</code></em></span></dt><dd><p> 4 drm_mm_node to remove 5 </p></dd></dl></div></div><div class="refsect1"><a name="idp1123104788"></a><h2>Description</h2><p> 6 Nodes _must_ be removed in the exact same order from the scan list as they 7 have been added, otherwise the internal state of the memory manager will be 8 corrupted. 9 </p><p> 10 11 When the scan list is empty, the selected memory nodes can be freed. An 12 immediately following drm_mm_search_free with !DRM_MM_SEARCH_BEST will then 13 return the just freed block (because its at the top of the free_stack list). 14</p></div><div class="refsect1"><a name="idp1123105924"></a><h2>Returns</h2><p> 15 True if this block should be evicted, false otherwise. Will always 16 return false when no hole has been found. 17</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-drm-mm-scan-add-block.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="drm-memory-management.html#idp1119448692">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-drm-mm-clean.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">drm_mm_scan_add_block</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">drm_mm_clean</span></td></tr></table></div></body></html> 18