Reviewed-by: Christian König <christian.koe...@amd.com>

Am 21.11.18 um 16:04 schrieb Yang, Philip:
Reviewed-by: Philip Yang <philip.y...@amd.com>


On 2018-11-21 9:54 a.m., Alex Deucher wrote:
Keep it disabled until we confirm it's ready.

Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>
---
   drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 5 +++--
   1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 
b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
index e6cb2c399957..a973dea7b242 100644
--- a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
@@ -1455,9 +1455,10 @@ static bool sdma_v4_0_fw_support_paging_queue(struct 
amdgpu_device *adev)
        case CHIP_VEGA10:
                return fw_version >= 430;
        case CHIP_VEGA12:
-               return fw_version >= 31;
+               /*return fw_version >= 31;*/
+               return false;
        case CHIP_VEGA20:
-               //return fw_version >= 115;
+               /*return fw_version >= 115;*/
                return false;
        default:
                return false;
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to