Browse Source
Merge pull request #4855 from bunnei/cdma-pusher-log-fix
video_core: cdma_pusher: Add missing LOG_DEBUG field in ExecuteCommand.
pull/15/merge
LC
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/video_core/cdma_pusher.cpp
|
|
|
@ -144,7 +144,7 @@ void CDmaPusher::ExecuteCommand(u32 offset, u32 data) { |
|
|
|
} |
|
|
|
case ThiMethod::SetMethod1: |
|
|
|
LOG_DEBUG(Service_NVDRV, "VIC method 0x{:X}, Args=({})", |
|
|
|
static_cast<u32>(vic_thi_state.method_0)); |
|
|
|
static_cast<u32>(vic_thi_state.method_0), data); |
|
|
|
vic_processor->ProcessMethod(static_cast<Tegra::Vic::Method>(vic_thi_state.method_0), |
|
|
|
{data}); |
|
|
|
break; |
|
|
|
|