Re: [Intel-gfx] [PATCH] drm/i915: tweak gen6_for_{each_pde, all_pdes} macros

2016-06-25 Thread Matthew Auld
lgtm Reviewed-by: Matthew Auld ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Intel-gfx] [PATCH] drm/i915: tweak gen6_for_{each_pde, all_pdes} macros

2016-06-24 Thread Dave Gordon
Gen8 versions of these macros were updated a few months ago (e8ebd8e drm/i915: eliminate 'temp' in gen8_for_each macros) originally because at least one iterator could generate an out of bounds access, but also because eliminating the 'temp' parameter generated smaller and faster code. Matthew Aul