mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: Support >32bit addresses in simulation
Change-Id: I96282b4e047ba8b5369dac039f0f51856c69235b Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/747935 (cherry-picked from commit 0bb090745b4122fc4149b1bd6026138a1b9a32bc) Reviewed-on: http://git-master/r/749235
This commit is contained in:
@@ -30,7 +30,7 @@ struct sim_gk20a {
|
||||
struct {
|
||||
struct page *page;
|
||||
void *kvaddr;
|
||||
phys_addr_t phys;
|
||||
u64 phys;
|
||||
} send_bfr, recv_bfr, msg_bfr;
|
||||
u32 send_ring_put;
|
||||
u32 recv_ring_get;
|
||||
|
||||
Reference in New Issue
Block a user