[PATCH 51/76] drm/amd/dal: remove SKIP_PSR_WAIT_FOR_PLL_LOCK_BIT

Harry Wentland harry.wentland at amd.com
Mon Nov 21 23:01:11 UTC 2016


From: Tony Cheng <tony.cheng at amd.com>

- always 0 except KV, which is not supported

Signed-off-by: Tony Cheng <tony.cheng at amd.com>
Acked-by: Harry Wentland <harry.wentland at amd.com>
---
 drivers/gpu/drm/amd/dal/dc/core/dc_link.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/dal/dc/core/dc_link.c b/drivers/gpu/drm/amd/dal/dc/core/dc_link.c
index af5fb0fc4c3e..c0b5c2c5b8e0 100644
--- a/drivers/gpu/drm/amd/dal/dc/core/dc_link.c
+++ b/drivers/gpu/drm/amd/dal/dc/core/dc_link.c
@@ -1557,9 +1557,7 @@ bool dc_link_setup_psr(const struct dc_link *dc_link,
 		psr_context.psrFrameCaptureIndicationReq =
 			dc_link->psr_caps.psr_frame_capture_indication_req;
 
-		psr_context.skipPsrWaitForPllLock =
-				ctx->adapter_srv->
-				asic_cap->caps.SKIP_PSR_WAIT_FOR_PLL_LOCK_BIT;
+		psr_context.skipPsrWaitForPllLock = 0; /* only = 1 in KV */
 
 		psr_context.numberOfControllers =
 				link->dc->res_pool->res_cap->num_timing_generator;
-- 
2.10.1



More information about the amd-gfx mailing list