[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230327233353.64081-8-caionovais@usp.br>
Date: Mon, 27 Mar 2023 20:33:48 -0300
From: Caio Novais <caionovais@....br>
To: amd-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org
Cc: Alex Deucher <alexander.deucher@....com>,
Christian König <christian.koenig@....com>,
"Pan, Xinhui" <Xinhui.Pan@....com>,
David Airlie <airlied@...il.com>,
Daniel Vetter <daniel@...ll.ch>,
Harry Wentland <harry.wentland@....com>,
Leo Li <sunpeng.li@....com>,
Rodrigo Siqueira <Rodrigo.Siqueira@....com>,
Jack Xiao <Jack.Xiao@....com>,
Hawking Zhang <Hawking.Zhang@....com>, Le Ma <le.ma@....com>,
Mario Limonciello <mario.limonciello@....com>,
Yifan Zhang <yifan1.zhang@....com>,
Mukul Joshi <mukul.joshi@....com>, Jun Lei <Jun.Lei@....com>,
Wenjing Liu <wenjing.liu@....com>,
Alan Liu <HaoPing.Liu@....com>,
Caio Novais <caionovais@....br>,
Joshua Ashton <joshua@...ggi.es>,
Guo Zhengkui <guozhengkui@...o.com>,
Nicholas Kazlauskas <Nicholas.Kazlauskas@....com>,
Zhan Liu <zhan.liu@....com>, Wayne Lin <wayne.lin@....com>,
Charlene Liu <Charlene.Liu@....com>,
Martin Leung <Martin.Leung@....com>,
Tom Chung <chiahsuan.chung@....com>,
Alvin Lee <alvin.lee2@....com>,
George Shen <George.Shen@....com>,
Qingqing Zhuo <qingqing.zhuo@....com>,
Roman Li <Roman.Li@....com>,
Wesley Chalmers <Wesley.Chalmers@....com>,
Aurabindo Pillai <aurabindo.pillai@....com>,
Jingwen Zhu <Jingwen.Zhu@....com>,
Melissa Wen <mwen@...lia.com>,
Felipe Clark <felipe.clark@....com>,
Sung Joon Kim <sungjoon.kim@....com>,
Dillon Varone <Dillon.Varone@....com>,
Ethan Wellenreiter <Ethan.Wellenreiter@....com>,
Taimur Hassan <Syed.Hassan@....com>,
Maíra Canal <mairacanal@...eup.net>,
Brian Chang <Brian.Chang@....com>,
Gabe Teeger <gabe.teeger@....com>,
André Almeida <andrealmeid@...lia.com>,
Chaitanya Dhere <chaitanya.dhere@....com>,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Ryan Lin <tsung-hua.lin@....com>,
Hamza Mahfooz <hamza.mahfooz@....com>
Subject: [PATCH 07/12] drm/amd/display: Remove unused variable 'optc'
Compiling AMD GPU drivers displays a warning:
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn30/dcn30_hwseq.c: In function ‘dcn30_enable_writeback’:
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn30/dcn30_hwseq.c:326:34: warning: variable ‘optc’ set but not used [-Wunused-but-set-variable]
Get rid of it by removing the variable.
Signed-off-by: Caio Novais <caionovais@....br>
---
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c b/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c
index 3b4d4d68359b..6ef85e71380c 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c
@@ -323,13 +323,10 @@ void dcn30_enable_writeback(
{
struct dwbc *dwb;
struct mcif_wb *mcif_wb;
- struct timing_generator *optc;
dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst];
mcif_wb = dc->res_pool->mcif_wb[wb_info->dwb_pipe_inst];
- /* set the OPTC source mux */
- optc = dc->res_pool->timing_generators[dwb->otg_inst];
DC_LOG_DWB("%s dwb_pipe_inst = %d, mpcc_inst = %d",\
__func__, wb_info->dwb_pipe_inst,\
wb_info->mpcc_inst);
--
2.40.0
Powered by blists - more mailing lists