3a75917c325ab2c602da32ce395f938b947b7 parent e3aef17286850a77f11a6dac28d972f65cde2235 author Daniel Vetter 1334071757 +0200 committer Daniel Vetter 1334258050 +0200 drm/i915: simplify ppgtt setup We don't need the pt_addr for the !dmar case, so drop the else and move the if (dmar) condition out of the loop. v2: Fixup whitespace damage noticed by Chris Wilson. v3: Collapse the two identical if blocks. Chris Wilson makes me look like a moron right now ... Noticed-by: Konstantin Belousov Reviewed-by: Chris Wilson Signed-Off-by: Daniel Vetter Ü