On Fri, Feb 03, 2017 at 10:49:22AM +0100, Lucas Stach wrote: > Am Donnerstag, den 02.02.2017, 21:04 +0000 schrieb Chris Wilson: > > The drm_mm range manager claimed to support top-down insertion, but it > > was neither searching for the top-most hole that could fit the > > allocation request nor fitting the request to the hole correctly. > > > > In order to search the range efficiently, we create a secondary index > > for the holes using either their size or their address. This index > > allows us to find the smallest hole or the hole at the bottom or top of > > the range efficiently, whilst keeping the hole stack to rapidly service > > evictions. > > > > v2: Search for holes both high and low. Rename flags to mode. > > v3: Discover rb_entry_safe() and use it! > > v4: Kerneldoc for enum drm_mm_insert_mode. > > > > Signed-off-by: Chris Wilson <ch...@chris-wilson.co.uk> > > Reviewed-by: Joonas Lahtinen <joonas.lahti...@linux.intel.com> > > Cc: Alex Deucher <alexander.deuc...@amd.com> > > Cc: "Christian König" <christian.koe...@amd.com> > > Cc: David Airlie <airl...@linux.ie> > > Cc: Russell King <rmk+ker...@armlinux.org.uk> > > Cc: Daniel Vetter <daniel.vet...@intel.com> > > Cc: Jani Nikula <jani.nik...@linux.intel.com> > > Cc: Sean Paul <seanp...@chromium.org> > > Cc: Lucas Stach <l.st...@pengutronix.de> > > Cc: Christian Gmeiner <christian.gmei...@gmail.com> > > Cc: Rob Clark <robdcl...@gmail.com> > > Cc: Thierry Reding <thierry.red...@gmail.com> > > Cc: Stephen Warren <swar...@wwwdotorg.org> > > Cc: Alexandre Courbot <gnu...@gmail.com> > > Cc: Eric Anholt <e...@anholt.net> > > Cc: Sinclair Yeh <s...@vmware.com> > > Cc: Thomas Hellstrom <thellst...@vmware.com> > > Reviewed-by: Alex Deucher <alexander.deuc...@amd.com> > > Reviewed-by: Sinclair Yeh <s...@vmware.com> # vmwgfx > > I can't really comment on the other parts of this patch (way too much > code that I'm only vaguely familiar with), but the etnaviv part of the > change looks fine. > > Reviewed-by: Lucas Stach <l.st...@pengutronix.de> #etnaviv
Applied to drm-misc, thanks for patch&reviews. -Daniel > > --- > > > > v5: Rebase onto etnaviv pull for 4.11 -- no intentional changes from v4. > > > > --- > > drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c | 16 +- > > drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 20 +- > > drivers/gpu/drm/armada/armada_gem.c | 4 +- > > drivers/gpu/drm/drm_mm.c | 488 > > +++++++++++++++------------ > > drivers/gpu/drm/drm_vma_manager.c | 3 +- > > drivers/gpu/drm/etnaviv/etnaviv_mmu.c | 11 +- > > drivers/gpu/drm/i915/i915_gem.c | 10 +- > > drivers/gpu/drm/i915/i915_gem_evict.c | 9 +- > > drivers/gpu/drm/i915/i915_gem_execbuffer.c | 5 +- > > drivers/gpu/drm/i915/i915_gem_gtt.c | 39 +-- > > drivers/gpu/drm/i915/i915_gem_stolen.c | 6 +- > > drivers/gpu/drm/msm/msm_gem.c | 3 +- > > drivers/gpu/drm/msm/msm_gem_vma.c | 3 +- > > drivers/gpu/drm/selftests/test-drm_mm.c | 58 ++-- > > drivers/gpu/drm/sis/sis_mm.c | 6 +- > > drivers/gpu/drm/tegra/gem.c | 4 +- > > drivers/gpu/drm/ttm/ttm_bo_manager.c | 18 +- > > drivers/gpu/drm/vc4/vc4_crtc.c | 2 +- > > drivers/gpu/drm/vc4/vc4_hvs.c | 3 +- > > drivers/gpu/drm/vc4/vc4_plane.c | 6 +- > > drivers/gpu/drm/via/via_mm.c | 4 +- > > drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c | 10 +- > > include/drm/drm_mm.h | 184 +++++----- > > 23 files changed, 470 insertions(+), 442 deletions(-) > [...] > > _______________________________________________ > Intel-gfx mailing list > intel-...@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel