drm/amd/display: disable display writeback for navi14
authorXiaojie Yuan <xiaojie.yuan@amd.com>
Thu, 18 Apr 2019 09:46:17 +0000 (17:46 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:18:00 +0000 (14:18 -0500)
not used.

Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c

index 293268d..b537536 100644 (file)
@@ -702,7 +702,7 @@ static const struct resource_caps res_cap_nv14 = {
                .num_audio = 6,
                .num_stream_encoder = 5,
                .num_pll = 5,
-               .num_dwb = 1,
+               .num_dwb = 0,
                .num_ddc = 5,
 };