]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
drm/amd/display: Enable PPLib calls from DC on linux
authorMikita Lipski <mikita.lipski@amd.com>
Thu, 31 May 2018 18:49:00 +0000 (14:49 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Jul 2018 21:38:40 +0000 (16:38 -0500)
Set the powerplay debug flag to false for both Windows and Linux
to allow the calls to pplib. So we can retrieve the clock values
from powerplay instead of using default hardcoded values.

Signed-off-by: Mikita Lipski <mikita.lipski@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c

index b5a727f7e8800d3652e418276e41e9506b3e3a14..1761e1a40dad86f248142456519f33a0809aa3bb 100644 (file)
@@ -437,7 +437,7 @@ static const struct dc_debug debug_defaults_drv = {
                 */
                .min_disp_clk_khz = 100000,
 
-               .disable_pplib_clock_request = true,
+               .disable_pplib_clock_request = false,
                .disable_pplib_wm_range = false,
                .pplib_wm_report_mode = WM_REPORT_DEFAULT,
                .pipe_split_policy = MPC_SPLIT_AVOID_MULT_DISP,