commit | 1893a71b1eba79a46ac5b356208e80f822543fa4 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Sep 19 11:56:27 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Sep 19 17:58:42 2014 +0200 |
tree | 51b93ccbc1e74cd936d5bba6f9212ac485bec277 | |
parent | 00caf0199f66871b0e2c28d7c2079de0ce1d646c [diff] |
drm/i915: Inline feature detection into sanitize_enable_ppgtt Rather than splitting and hiding away critical parts of sanitize_enable_ppgtt() into single use macros in the headers, inline them into the function for clarity. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>