commit | 21c346075c0694581303ff04ff2be021587e4b40 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Sat Dec 21 10:52:52 2013 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Jan 07 11:36:43 2014 -0700 |
tree | f1e1145fe32846d4d4d4c5e184a0e01b041b8426 | |
parent | d68c5a271727e09ce4a26ea8b85cbb852e06650f [diff] |
drm/i915: Rename gtt_bus_addr to gtt_phys_addr We're dealing with CPU physical addresses here, which may be different from bus addresses, so rename gtt_bus_addr to gtt_phys_addr to avoid confusion. No functional change. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>