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

Yu, Zhang yu.c.zhang at linux.intel.com
Fri Nov 14 13:00:59 CET 2014



On 11/14/2014 6:16 PM, Daniel Vetter wrote:
> 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
>

Got it.
Thank you. :-)

Yu



More information about the Intel-gfx mailing list