All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amd/display: remove stale debug setting
@ 2022-07-06 15:25 Aurabindo Pillai
  2022-07-06 15:33 ` Deucher, Alexander
  2022-07-07  3:35 ` Quan, Evan
  0 siblings, 2 replies; 4+ messages in thread
From: Aurabindo Pillai @ 2022-07-06 15:25 UTC (permalink / raw)
  To: amd-gfx; +Cc: Rodrigo.Siqueira, aurabindo.pillai, Harry.Wentland

[Why&How]
The debug option to disable idle power optimization can be dropped

Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
---
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
index baaeaaff23df..1cc1296aed9c 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
@@ -736,7 +736,6 @@ void dcn32_init_hw(struct dc *dc)
 	int edp_num;
 	uint32_t backlight = MAX_BACKLIGHT_LEVEL;
 
-	dc->debug.disable_idle_power_optimizations = true;
 	if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks)
 		dc->clk_mgr->funcs->init_clocks(dc->clk_mgr);
 
-- 
2.37.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/amd/display: remove stale debug setting
  2022-07-06 15:25 [PATCH] drm/amd/display: remove stale debug setting Aurabindo Pillai
@ 2022-07-06 15:33 ` Deucher, Alexander
  2022-07-06 15:38   ` Pillai, Aurabindo
  2022-07-07  3:35 ` Quan, Evan
  1 sibling, 1 reply; 4+ messages in thread
From: Deucher, Alexander @ 2022-07-06 15:33 UTC (permalink / raw)
  To: Pillai, Aurabindo, amd-gfx; +Cc: Wentland, Harry, Siqueira, Rodrigo

[-- Attachment #1: Type: text/plain, Size: 1367 bytes --]

[Public]

Acked-by: Alex Deucher <alexander.deucher@amd.com>
________________________________
From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> on behalf of Aurabindo Pillai <aurabindo.pillai@amd.com>
Sent: Wednesday, July 6, 2022 11:25 AM
To: amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>
Cc: Siqueira, Rodrigo <Rodrigo.Siqueira@amd.com>; Pillai, Aurabindo <Aurabindo.Pillai@amd.com>; Wentland, Harry <Harry.Wentland@amd.com>
Subject: [PATCH] drm/amd/display: remove stale debug setting

[Why&How]
The debug option to disable idle power optimization can be dropped

Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
---
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
index baaeaaff23df..1cc1296aed9c 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
@@ -736,7 +736,6 @@ void dcn32_init_hw(struct dc *dc)
         int edp_num;
         uint32_t backlight = MAX_BACKLIGHT_LEVEL;

-       dc->debug.disable_idle_power_optimizations = true;
         if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks)
                 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr);

--
2.37.0


[-- Attachment #2: Type: text/html, Size: 2648 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/amd/display: remove stale debug setting
  2022-07-06 15:33 ` Deucher, Alexander
@ 2022-07-06 15:38   ` Pillai, Aurabindo
  0 siblings, 0 replies; 4+ messages in thread
From: Pillai, Aurabindo @ 2022-07-06 15:38 UTC (permalink / raw)
  To: Deucher, Alexander, amd-gfx; +Cc: Wentland, Harry, Siqueira, Rodrigo

[-- Attachment #1: Type: text/plain, Size: 1848 bytes --]

[Public]

Thanks, will  merge with Cc and fixes tag

--

Regards,
Jay
________________________________
From: Deucher, Alexander <Alexander.Deucher@amd.com>
Sent: Wednesday, July 6, 2022 11:33 AM
To: Pillai, Aurabindo <Aurabindo.Pillai@amd.com>; amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>
Cc: Siqueira, Rodrigo <Rodrigo.Siqueira@amd.com>; Wentland, Harry <Harry.Wentland@amd.com>
Subject: Re: [PATCH] drm/amd/display: remove stale debug setting


[Public]

Acked-by: Alex Deucher <alexander.deucher@amd.com>
________________________________
From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> on behalf of Aurabindo Pillai <aurabindo.pillai@amd.com>
Sent: Wednesday, July 6, 2022 11:25 AM
To: amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>
Cc: Siqueira, Rodrigo <Rodrigo.Siqueira@amd.com>; Pillai, Aurabindo <Aurabindo.Pillai@amd.com>; Wentland, Harry <Harry.Wentland@amd.com>
Subject: [PATCH] drm/amd/display: remove stale debug setting

[Why&How]
The debug option to disable idle power optimization can be dropped

Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
---
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
index baaeaaff23df..1cc1296aed9c 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
@@ -736,7 +736,6 @@ void dcn32_init_hw(struct dc *dc)
         int edp_num;
         uint32_t backlight = MAX_BACKLIGHT_LEVEL;

-       dc->debug.disable_idle_power_optimizations = true;
         if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks)
                 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr);

--
2.37.0


[-- Attachment #2: Type: text/html, Size: 4480 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: [PATCH] drm/amd/display: remove stale debug setting
  2022-07-06 15:25 [PATCH] drm/amd/display: remove stale debug setting Aurabindo Pillai
  2022-07-06 15:33 ` Deucher, Alexander
@ 2022-07-07  3:35 ` Quan, Evan
  1 sibling, 0 replies; 4+ messages in thread
From: Quan, Evan @ 2022-07-07  3:35 UTC (permalink / raw)
  To: Pillai, Aurabindo, amd-gfx
  Cc: Wentland, Harry, Pillai, Aurabindo, Siqueira, Rodrigo

[AMD Official Use Only - General]

Reviewed-and-tested-by: Evan Quan <evan.quan@amd.com>

> -----Original Message-----
> From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> On Behalf Of
> Aurabindo Pillai
> Sent: Wednesday, July 6, 2022 11:25 PM
> To: amd-gfx@lists.freedesktop.org
> Cc: Siqueira, Rodrigo <Rodrigo.Siqueira@amd.com>; Pillai, Aurabindo
> <Aurabindo.Pillai@amd.com>; Wentland, Harry <Harry.Wentland@amd.com>
> Subject: [PATCH] drm/amd/display: remove stale debug setting
> 
> [Why&How]
> The debug option to disable idle power optimization can be dropped
> 
> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
> ---
>  drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
> b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
> index baaeaaff23df..1cc1296aed9c 100644
> --- a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
> +++ b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
> @@ -736,7 +736,6 @@ void dcn32_init_hw(struct dc *dc)
>  	int edp_num;
>  	uint32_t backlight = MAX_BACKLIGHT_LEVEL;
> 
> -	dc->debug.disable_idle_power_optimizations = true;
>  	if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks)
>  		dc->clk_mgr->funcs->init_clocks(dc->clk_mgr);
> 
> --
> 2.37.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-07  3:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06 15:25 [PATCH] drm/amd/display: remove stale debug setting Aurabindo Pillai
2022-07-06 15:33 ` Deucher, Alexander
2022-07-06 15:38   ` Pillai, Aurabindo
2022-07-07  3:35 ` Quan, Evan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.