public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 01/13] drm/amd/display: remove unused definition
@ 2023-05-24  3:59 Yang Li
  2023-05-24  3:59 ` [PATCH -next 02/13] " Yang Li
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Yang Li @ 2023-05-24  3:59 UTC (permalink / raw)
  To: alexander.deucher
  Cc: harry.wentland, sunpeng.li, Rodrigo.Siqueira, Xinhui.Pan, airlied,
	daniel, amd-gfx, dri-devel, linux-kernel, Yang Li, Abaci Robot

Eliminate the following warning:
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_resource.c:889:43: warning: unused variable 'res_create_maximus_funcs'

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5296
Fixes: 00df97e1df57 ("drm/amd/display: Clean FPGA code in dc")
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
index a0625209c86d..26ddf73fd5b1 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
@@ -886,13 +886,6 @@ static const struct resource_create_funcs res_create_funcs = {
 	.create_hwseq = dcn10_hwseq_create,
 };
 
-static const struct resource_create_funcs res_create_maximus_funcs = {
-	.read_dce_straps = NULL,
-	.create_audio = NULL,
-	.create_stream_encoder = NULL,
-	.create_hwseq = dcn10_hwseq_create,
-};
-
 static void dcn10_clock_source_destroy(struct clock_source **clk_src)
 {
 	kfree(TO_DCE110_CLK_SRC(*clk_src));
-- 
2.20.1.7.g153144c


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

end of thread, other threads:[~2023-05-24 15:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-24  3:59 [PATCH -next 01/13] drm/amd/display: remove unused definition Yang Li
2023-05-24  3:59 ` [PATCH -next 02/13] " Yang Li
2023-05-24  3:59 ` [PATCH -next 03/13] " Yang Li
2023-05-24  3:59 ` [PATCH -next 04/13] " Yang Li
2023-05-24  3:59 ` [PATCH -next 05/13] " Yang Li
2023-05-24  3:59 ` [PATCH -next 06/13] " Yang Li
2023-05-24  3:59 ` [PATCH -next 07/13] " Yang Li
2023-05-24  3:59 ` [PATCH -next 08/13] " Yang Li
2023-05-24  3:59 ` [PATCH -next 09/13] " Yang Li
2023-05-24  3:59 ` [PATCH -next 10/13] " Yang Li
2023-05-24  3:59 ` [PATCH -next 11/13] " Yang Li
2023-05-24  3:59 ` [PATCH -next 12/13] " Yang Li
2023-05-24  3:59 ` [PATCH -next 13/13] " Yang Li
2023-05-24 15:33 ` [PATCH -next 01/13] " Hamza Mahfooz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox