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

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] 50+ messages in thread

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

Thread overview: 50+ 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 ` Caio Novais
2023-03-27 23:33 ` Caio Novais
2023-03-27 23:33 ` [PATCH 01/12] drm/amd: Remove unused variable 'r' Caio Novais
2023-03-27 23:33   ` Caio Novais
2023-03-27 23:33   ` Caio Novais
2023-03-27 23:46   ` Alex Deucher
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:33   ` Caio Novais
2023-03-27 23:33   ` Caio Novais
2023-03-27 23:48   ` Alex Deucher
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   ` Caio Novais
2023-03-27 23:33   ` Caio Novais
2023-03-27 23:33 ` [PATCH 04/12] drm/amd/display: Remove unused variable 'hubp' Caio Novais
2023-03-27 23:33   ` Caio Novais
2023-03-27 23:33   ` Caio Novais
2023-03-27 23:33 ` [PATCH 05/12] drm/amd/display: Remove unused variable 'speakers' Caio Novais
2023-03-27 23:33   ` Caio Novais
2023-03-27 23:33   ` 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   ` Caio Novais
2023-03-27 23:33   ` Caio Novais
2023-03-27 23:33 ` [PATCH 07/12] drm/amd/display: Remove unused variable 'optc' Caio Novais
2023-03-27 23:33   ` Caio Novais
2023-03-27 23:33   ` 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   ` Caio Novais
2023-03-27 23:33   ` 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:33   ` Caio Novais
2023-03-27 23:33   ` Caio Novais
2023-03-27 23:50   ` Alex Deucher
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   ` Caio Novais
2023-03-27 23:33   ` 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   ` Caio Novais
2023-03-27 23:33   ` 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:33   ` Caio Novais
2023-03-27 23:33   ` Caio Novais
2023-03-27 23:53   ` Alex Deucher
2023-03-27 23:53     ` Alex Deucher
2023-03-27 23:53     ` Alex Deucher
2023-03-28 10:16 ` [PATCH 00/12] drm/amd: Remove unused variables Jani Nikula
2023-03-28 10:16   ` Jani Nikula

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.