[core/nvdrv] Make MapBufferEx params format to be compliant to UnmapBuffer params format
Some checks failed
eden-license / license-header (pull_request) Failing after 20s
Some checks failed
eden-license / license-header (pull_request) Failing after 20s
This commit is contained in:
parent
6fd10fd85e
commit
4fe29da3fd
1 changed files with 2 additions and 2 deletions
|
@ -311,8 +311,8 @@ NvResult nvhost_as_gpu::Remap(std::span<IoctlRemapEntry> entries) {
|
|||
|
||||
NvResult nvhost_as_gpu::MapBufferEx(IoctlMapBufferEx& params) {
|
||||
LOG_DEBUG(Service_NVDRV,
|
||||
"called, flags={:X}, nvmap_handle={:X}, buffer_offset={}, mapping_size={}"
|
||||
", offset={}",
|
||||
"called, flags={:X}, nvmap_handle={:X}, buffer_offset={:X}, mapping_size={:X}"
|
||||
", offset={:X}",
|
||||
params.flags, params.handle, params.buffer_offset, params.mapping_size,
|
||||
params.offset);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue