linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fix inappropriate use of declaring variable 'static' in fixed31_32.h
@ 2019-11-20 13:15 yu kuai
  2019-11-20 13:15 ` [PATCH 1/2] drm/amd/display: remove set but not used variable 'dc_fixpt_e' and 'dc_fixpt_pi' yu kuai
  2019-11-20 13:15 ` [PATCH] drm/amd/display: make various variable in fixed31_32.h 'global' instead of 'static' yu kuai
  0 siblings, 2 replies; 3+ messages in thread
From: yu kuai @ 2019-11-20 13:15 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, David1.Zhou, airlied,
	daniel, Jammy.Zhou, tianci.yin, sam, luben.tuikov
  Cc: amd-gfx, dri-devel, linux-kernel, yukuai3, zhengbin13, yi.zhang

The first patch remove two set but not used variable.

The second patch make the variables in fixed31_32.h 'global'
instead of 'static'.

yu kuai (2):
  drm/amd/display: remove set but not used variable 'dc_fixpt_e' and
    'dc_fixpt_pi'
  drm/amd/display: make various variables in fixed31_32.h 'global'
    instead of 'static'

 drivers/gpu/drm/amd/display/amdgpu_dm/Makefile |  2 +-
 .../gpu/drm/amd/display/amdgpu_dm/fixed31_32.c | 13 +++++++++++++
 .../gpu/drm/amd/display/include/fixed31_32.h   | 18 ++++++++----------
 3 files changed, 22 insertions(+), 11 deletions(-)
 create mode 100644 drivers/gpu/drm/amd/display/amdgpu_dm/fixed31_32.c

-- 
2.17.2


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

end of thread, other threads:[~2019-11-20 12:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 13:15 [PATCH 0/2] fix inappropriate use of declaring variable 'static' in fixed31_32.h yu kuai
2019-11-20 13:15 ` [PATCH 1/2] drm/amd/display: remove set but not used variable 'dc_fixpt_e' and 'dc_fixpt_pi' yu kuai
2019-11-20 13:15 ` [PATCH] drm/amd/display: make various variable in fixed31_32.h 'global' instead of 'static' yu kuai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).