All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amd/display: rename a leftover DCN1_0 kconfig
@ 2019-12-05  7:25 Xiaojie Yuan
  2019-12-05 13:49 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Xiaojie Yuan @ 2019-12-05  7:25 UTC (permalink / raw)
  To: amd-gfx; +Cc: Bhawanpreet.Lakha, harry.wentland, Xiaojie Yuan

Fixes: b86a1aa36a92 ("drm/amd/display: rename DCN1_0 kconfig to DCN")
Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
---
 drivers/gpu/drm/amd/display/dc/core/dc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c
index 2645d20e8c4c..573c20d25e58 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc.c
@@ -2181,7 +2181,7 @@ static void commit_planes_for_stream(struct dc *dc,
 	}
 	if (dc->hwss.program_front_end_for_ctx && update_type != UPDATE_TYPE_FAST) {
 		dc->hwss.program_front_end_for_ctx(dc, context);
-#ifdef CONFIG_DRM_AMD_DC_DCN1_0
+#ifdef CONFIG_DRM_AMD_DC_DCN
 		if (dc->debug.validate_dml_output) {
 			for (i = 0; i < dc->res_pool->pipe_count; i++) {
 				struct pipe_ctx cur_pipe = context->res_ctx.pipe_ctx[i];
-- 
2.20.1

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

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

* Re: [PATCH] drm/amd/display: rename a leftover DCN1_0 kconfig
  2019-12-05  7:25 [PATCH] drm/amd/display: rename a leftover DCN1_0 kconfig Xiaojie Yuan
@ 2019-12-05 13:49 ` Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2019-12-05 13:49 UTC (permalink / raw)
  To: Xiaojie Yuan; +Cc: Wentland, Harry, Bhawanpreet Lakha, amd-gfx list

On Thu, Dec 5, 2019 at 2:26 AM Xiaojie Yuan <xiaojie.yuan@amd.com> wrote:
>
> Fixes: b86a1aa36a92 ("drm/amd/display: rename DCN1_0 kconfig to DCN")
> Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  drivers/gpu/drm/amd/display/dc/core/dc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c
> index 2645d20e8c4c..573c20d25e58 100644
> --- a/drivers/gpu/drm/amd/display/dc/core/dc.c
> +++ b/drivers/gpu/drm/amd/display/dc/core/dc.c
> @@ -2181,7 +2181,7 @@ static void commit_planes_for_stream(struct dc *dc,
>         }
>         if (dc->hwss.program_front_end_for_ctx && update_type != UPDATE_TYPE_FAST) {
>                 dc->hwss.program_front_end_for_ctx(dc, context);
> -#ifdef CONFIG_DRM_AMD_DC_DCN1_0
> +#ifdef CONFIG_DRM_AMD_DC_DCN
>                 if (dc->debug.validate_dml_output) {
>                         for (i = 0; i < dc->res_pool->pipe_count; i++) {
>                                 struct pipe_ctx cur_pipe = context->res_ctx.pipe_ctx[i];
> --
> 2.20.1
>
> _______________________________________________
> 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

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

end of thread, other threads:[~2019-12-05 13:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-05  7:25 [PATCH] drm/amd/display: rename a leftover DCN1_0 kconfig Xiaojie Yuan
2019-12-05 13:49 ` Alex Deucher

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.