commit | 2776326457562f971b7b38f4683e298e55252ccc | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 12 10:43:25 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 12 12:22:33 2019 +0100 |
tree | 9b73f6a7d871f5f866b3d8ea2342bbff10d450b1 | |
parent | 18c7962b8cf24a5a2a757db16f535ff8c5191966 [diff] |
drm/i915/gtt: Compute the radix for gen8 page table levels The radix levels of each page directory are easily determined so replace the numerous hardcoded constants with precomputed derived constants. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190712094327.24437-4-chris@chris-wilson.co.uk