]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/drm_vram_helper_common.c
drm: Replace drm_gem_vram_push_to_system() with kunmap + unpin
[linux.git] / drivers / gpu / drm / drm_vram_helper_common.c
index 3b47f7002115b7eb44c18906ffc4144a20384af9..e9c9f9a80ba396c46c053cbb79e6fa43e183b53e 100644 (file)
@@ -79,8 +79,6 @@
  * RAM. Call drm_gem_vram_pin() with &DRM_GEM_VRAM_PL_FLAG_VRAM or
  * &DRM_GEM_VRAM_PL_FLAG_SYSTEM to pin a buffer object in video RAM or system
  * memory. Call drm_gem_vram_unpin() to release the pinned object afterwards.
- * If you have to evict a buffer object from video RAM (e.g., for freeing up
- * memory), unpin the buffer and call drm_gem_vram_push_to_system().
  *
  * A buffer object that is pinned in video RAM has a fixed address within that
  * memory region. Call drm_gem_vram_offset() to retrieve this value. Typically