commit | 0ce81788080570e28efb43a4036976854e0edca8 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed May 17 13:09:59 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed May 17 13:38:04 2017 +0100 |
tree | 8d5a3959bb07ba3e6dd73dffe20d5038b34cf8f6 | |
parent | 991bfc64db096cb924d5d216a9cb469590f00428 [diff] |
drm/i915: Redefine ptr_pack_bits() and friends Rebrand the current (pointer | bits) pack/unpack utility macros as explicit bit twiddling for PAGE_SIZE so that we can use the more flexible underlying macros for different bits. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170517121007.27224-4-chris@chris-wilson.co.uk