mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-03-14 17:47:23 +00:00
590.44.01
This commit is contained in:
@@ -73,6 +73,7 @@ static NvU32 ce_aperture(uvm_aperture_t aperture)
|
||||
return HWCONST(C6B5, SET_SRC_PHYS_MODE, TARGET, LOCAL_FB);
|
||||
}
|
||||
else {
|
||||
UVM_ASSERT(uvm_aperture_is_peer(aperture));
|
||||
return HWCONST(C6B5, SET_SRC_PHYS_MODE, TARGET, PEERMEM) |
|
||||
HWVALUE(C6B5, SET_SRC_PHYS_MODE, FLA, 0) |
|
||||
HWVALUE(C6B5, SET_SRC_PHYS_MODE, PEER_ID, UVM_APERTURE_PEER_ID(aperture));
|
||||
|
||||
Reference in New Issue
Block a user