public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] drm/amd: Remove unused variables
@ 2023-03-27 23:33 Caio Novais
  2023-03-27 23:33 ` [PATCH 01/12] drm/amd: Remove unused variable 'r' Caio Novais
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Caio Novais @ 2023-03-27 23:33 UTC (permalink / raw)
  To: amd-gfx, dri-devel, linux-kernel
  Cc: Alex Deucher, Christian König, Pan, Xinhui, David Airlie,
	Daniel Vetter, Harry Wentland, Leo Li, Rodrigo Siqueira,
	Jack Xiao, Hawking Zhang, Le Ma, Mario Limonciello, Yifan Zhang,
	Mukul Joshi, Jun Lei, Wenjing Liu, Alan Liu, Caio Novais,
	Joshua Ashton, Guo Zhengkui, Nicholas Kazlauskas, Zhan Liu,
	Wayne Lin, Charlene Liu, Martin Leung, Tom Chung, Alvin Lee,
	George Shen, Qingqing Zhuo, Roman Li, Wesley Chalmers,
	Aurabindo Pillai, Jingwen Zhu, Melissa Wen, Felipe Clark,
	Sung Joon Kim, Dillon Varone, Ethan Wellenreiter, Taimur Hassan,
	Maíra Canal, Brian Chang, Gabe Teeger, André Almeida,
	Chaitanya Dhere, Jiapeng Chong, Ryan Lin, Hamza Mahfooz

This patchset cleans the code removing unused variables and one unused
function.

Caio Novais (12):
  Remove unused variable 'r'
  Remove unused variable 'value0'
  Remove unused variable 'pixel_width'
  Remove unused variable 'hubp'
  Remove unused variable 'speakers'
  Remove unused variable 'mc_vm_apt_default'
  Remove unused variable 'optc'
  Remove two unused variables 'speakers' and 'channels' and remove
    unused function 'speakers_to_channels'
  Remove two unused variables 'is_pipe_split_expected' and 'state'
  Remove unused variable 'cursor_bpp'
  Remove unused variable 'scl_enable'
  Remove two unused variables 'result_write_min_hblank' and
    'hblank_size'

 drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c       |  8 ----
 .../amd/display/dc/dcn10/dcn10_link_encoder.c |  3 --
 .../drm/amd/display/dc/dcn201/dcn201_dpp.c    |  6 ---
 .../drm/amd/display/dc/dcn201/dcn201_hwseq.c  |  2 -
 .../gpu/drm/amd/display/dc/dcn30/dcn30_afmt.c |  2 -
 .../gpu/drm/amd/display/dc/dcn30/dcn30_hubp.c |  4 --
 .../drm/amd/display/dc/dcn30/dcn30_hwseq.c    |  3 --
 .../gpu/drm/amd/display/dc/dcn31/dcn31_apg.c  | 39 -------------------
 .../drm/amd/display/dc/dcn32/dcn32_resource.c |  4 --
 .../display/dc/dcn32/dcn32_resource_helpers.c |  4 --
 .../dc/dml/dcn31/display_rq_dlg_calc_31.c     |  2 -
 .../dc/link/protocols/link_dp_capability.c    |  7 ----
 12 files changed, 84 deletions(-)

-- 
2.40.0


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

end of thread, other threads:[~2023-03-28 10:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-27 23:33 [PATCH 00/12] drm/amd: Remove unused variables Caio Novais
2023-03-27 23:33 ` [PATCH 01/12] drm/amd: Remove unused variable 'r' Caio Novais
2023-03-27 23:46   ` Alex Deucher
2023-03-27 23:33 ` [PATCH 02/12] drm/amd: Remove unused variable 'value0' Caio Novais
2023-03-27 23:48   ` Alex Deucher
2023-03-27 23:33 ` [PATCH 03/12] drm/amd/display: Remove unused variable 'pixel_width' Caio Novais
2023-03-27 23:33 ` [PATCH 04/12] drm/amd/display: Remove unused variable 'hubp' Caio Novais
2023-03-27 23:33 ` [PATCH 05/12] drm/amd/display: Remove unused variable 'speakers' Caio Novais
2023-03-27 23:33 ` [PATCH 06/12] drm/amd/display: Remove unused variable 'mc_vm_apt_default' Caio Novais
2023-03-27 23:33 ` [PATCH 07/12] drm/amd/display: Remove unused variable 'optc' Caio Novais
2023-03-27 23:33 ` [PATCH 08/12] drm/amd/display: Remove two unused variables 'speakers' and 'channels' and remove unused function 'speakers_to_channels' Caio Novais
2023-03-27 23:33 ` [PATCH 09/12] drm/amd/display: Remove two unused variables 'is_pipe_split_expected' and 'state' Caio Novais
2023-03-27 23:50   ` Alex Deucher
2023-03-27 23:33 ` [PATCH 10/12] drm/amd/display: Remove unused variable 'cursor_bpp' Caio Novais
2023-03-27 23:33 ` [PATCH 11/12] drm/amd/display: Remove unused variable 'scl_enable' Caio Novais
2023-03-27 23:33 ` [PATCH 12/12] drm/amd/display: Remove two unused variables 'result_write_min_hblank' and 'hblank_size' Caio Novais
2023-03-27 23:53   ` Alex Deucher
2023-03-28 10:16 ` [PATCH 00/12] drm/amd: Remove unused variables Jani Nikula

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