[Intel-gfx] [PATCH v3 2/8] drm/i915: Adds graphic address space ballooning logic

Daniel Vetter daniel at ffwll.ch
Fri Nov 14 11:16:09 CET 2014


On Thu, Nov 13, 2014 at 08:02:43PM +0800, Yu Zhang wrote:
> +	if (low_gm_base < ggtt_vm->start
> +	    || low_gm_end > dev_priv->gtt.mappable_end
> +	    || high_gm_base < dev_priv->gtt.mappable_end
> +	    || high_gm_end > ggtt_vm_end) {

Nit: Logical operators like || or && should be at the end of the previous
line, not at the beginning of the new line. checkpatch would have noticed
this one.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch



More information about the Intel-gfx mailing list