mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 07:00:11 +01:00
tests/amdgpu/jpeg: enable unit test for jpeg 4
Enable decode unit test for jpeg4. Signed-off-by: Saleemkhan Jamadar <saleemkhan.jamadar@amd.com> Reviewed-by: Sathishkumar S <sathishkumar.sundararaju@amd.com>
This commit is contained in:
parent
0a8fad5f5c
commit
e699b28b54
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ CU_BOOL suite_jpeg_tests_enable(void)
|
|||
|
||||
if (info.hw_ip_version_major == 1)
|
||||
jpeg_direct_reg = false;
|
||||
else if (info.hw_ip_version_major > 1 && info.hw_ip_version_major <= 3)
|
||||
else if (info.hw_ip_version_major > 1 && info.hw_ip_version_major <= 4)
|
||||
jpeg_direct_reg = true;
|
||||
else
|
||||
return CU_FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue