mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
amd/vpelib: Fix blndgam bypass flag assignment
- Fix blndgam bypass flag assignment Reviewed-by: Tiberiu Visan <Tiberiu.Visan@amd.com> Acked-by: Jack Chih <chiachih@amd.com> Signed-off-by: Navid Assadian <navid.assadian@amd.com> --- Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28972>
This commit is contained in:
parent
921f0afe42
commit
88b43f7174
1 changed files with 1 additions and 2 deletions
|
|
@ -120,8 +120,7 @@ static void override_debug_option(
|
|||
debug->skip_optimal_tap_check = user_debug->skip_optimal_tap_check;
|
||||
|
||||
if (user_debug->flags.bypass_blndgam)
|
||||
debug->bypass_blndgam = user_debug->flags.bypass_blndgam;
|
||||
|
||||
debug->bypass_blndgam = user_debug->bypass_blndgam;
|
||||
}
|
||||
|
||||
#ifdef VPE_BUILD_1_1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue