commit | 46fad808b1b73c3f7c0b88016dcc6fb4cd549b27 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jan 06 15:20:10 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jan 06 16:02:08 2017 +0000 |
tree | 3e5462d96ecd8c6fa39090ed14fb8f339e216383 | |
parent | c4d3ae6852bd9f024611d2e8722736ca553e1e43 [diff] |
drm/i915: Use phys_addr_t for the address of stolen memory Though we know the hw is limited to keeping stolen memory inside the first 4GiB, it is clearer to the reader that we are handling physical address if we use phys_addr_t to refer to the base of stolen memory. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170106152013.24684-2-chris@chris-wilson.co.uk