aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-31drm/i915: prefer struct drm_i915_private to drm_i915_private_tJani Nikula1-1/+1
2013-08-09drm/i915: Fix #endif commentDamien Lespiau1-1/+1
2013-08-09drm/i915: Remove i915_gem_object_check_coherency()Damien Lespiau1-69/+0
2013-07-17drm/i915: Move active/inactive lists to new mmBen Widawsky1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-06-12drm/i915: stop using dev->agp->baseDaniel Vetter1-1/+2
2012-05-03drm/i915: Remove the list of pinned inactive objectsChris Wilson1-16/+0
2011-10-20drm/i915: drop KM_USER0 argument to k(un)map_atomicDaniel Vetter1-3/+3
2011-09-19Drivers: i915: Fix all space related issues.Akshay Joshi1-1/+1
2011-02-07drm/i915: Refine tracepointsChris Wilson1-45/+0
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson1-13/+10
2010-09-30drm/i915/debug: Convert i915_verify_active() to scan all listsChris Wilson1-14/+97
2010-09-29drm/i915/debug: Remove default WATCH_BUFChris Wilson1-1/+1
2010-09-29drm/i915/debug: Remove defunct WATCH_LRUChris Wilson1-35/+0
2010-04-20drm/i915: drop pointer to drm_gem_objectDaniel Vetter1-1/+1
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter1-2/+2
2009-06-22drm/i915: Catch up to obj_priv->page_list rename in disabled debug code.Krzysztof Halasa1-2/+2
2009-06-22drm/i915: Fix size_t handling in off-by-default debug printfsKrzysztof Halasa1-1/+1
2009-04-01drm/i915: Add a spinlock to protect the active_listCarl Worth1-0/+2
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt1-0/+201