public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 1/4] intel: Remove stale comment.
@ 2011-10-28 20:17 Eric Anholt
  2011-10-28 20:17 ` [PATCH 2/4] intel: Don't call the SW_FINISH ioctl unless a CPU-mapped write was done Eric Anholt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Anholt @ 2011-10-28 20:17 UTC (permalink / raw)
  To: intel-gfx

This used to be next to some map refcounting code, but that is long dead.
---
 intel/intel_bufmgr_gem.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c
index 54433ea..94549f8 100644
--- a/intel/intel_bufmgr_gem.c
+++ b/intel/intel_bufmgr_gem.c
@@ -1010,9 +1010,6 @@ static int drm_intel_gem_bo_map(drm_intel_bo *bo, int write_enable)
 
 	pthread_mutex_lock(&bufmgr_gem->lock);
 
-	/* Allow recursive mapping. Mesa may recursively map buffers with
-	 * nested display loops.
-	 */
 	if (!bo_gem->mem_virtual) {
 		struct drm_i915_gem_mmap mmap_arg;
 
-- 
1.7.7

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-28 20:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-28 20:17 [PATCH 1/4] intel: Remove stale comment Eric Anholt
2011-10-28 20:17 ` [PATCH 2/4] intel: Don't call the SW_FINISH ioctl unless a CPU-mapped write was done Eric Anholt
2011-10-28 20:17 ` [PATCH 3/4] intel: Share the implementation of BO unmap between CPU and GTT mappings Eric Anholt
2011-10-28 20:17 ` [PATCH 4/4] configure: version bump for 2.4.27 release Eric Anholt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox