From: Melissa Wen <melissa.srw@gmail.com>
To: Harry Wentland <harry.wentland@amd.com>,
Leo Li <sunpeng.li@amd.com>,
Alex Deucher <alexander.deucher@amd.com>,
Christian Konig <christian.koenig@amd.com>,
David Zhou <David1.Zhou@amd.com>, David Airlie <airlied@linux.ie>,
Daniel Vetter <daniel@ffwll.ch>,
Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>,
Rodrigo.Siqueira@amd.com
Cc: dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] drm/amd/display: more code cleanup in the dc_link file
Date: Tue, 31 Mar 2020 07:55:00 -0300 [thread overview]
Message-ID: <cover.1585651869.git.melissa.srw@gmail.com> (raw)
These patches address many code style issues on dc_link for readability
and cleaning up warnings. Change suggested by checkpatch.pl.
Some issues remain and need some minor code refactoring for proper handling.
Melissa Wen (4):
drm/amd/display: cleanup codestyle type BLOCK_COMMENT_STYLE on dc_link
drm/amd/display: codestyle cleanup on dc_link file until detect_dp
func
drm/amd/display: code cleanup on dc_link from is_same_edid to
get_ddc_line
drm/amd/display: code cleanup of dc_link file on func
dc_link_construct
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 358 +++++++++---------
1 file changed, 176 insertions(+), 182 deletions(-)
--
2.25.1
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
WARNING: multiple messages have this Message-ID (diff)
From: Melissa Wen <melissa.srw@gmail.com>
To: Harry Wentland <harry.wentland@amd.com>,
Leo Li <sunpeng.li@amd.com>,
Alex Deucher <alexander.deucher@amd.com>,
Christian Konig <christian.koenig@amd.com>,
David Zhou <David1.Zhou@amd.com>, David Airlie <airlied@linux.ie>,
Daniel Vetter <daniel@ffwll.ch>,
Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>,
Rodrigo.Siqueira@amd.com
Cc: dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] drm/amd/display: more code cleanup in the dc_link file
Date: Tue, 31 Mar 2020 07:55:00 -0300 [thread overview]
Message-ID: <cover.1585651869.git.melissa.srw@gmail.com> (raw)
These patches address many code style issues on dc_link for readability
and cleaning up warnings. Change suggested by checkpatch.pl.
Some issues remain and need some minor code refactoring for proper handling.
Melissa Wen (4):
drm/amd/display: cleanup codestyle type BLOCK_COMMENT_STYLE on dc_link
drm/amd/display: codestyle cleanup on dc_link file until detect_dp
func
drm/amd/display: code cleanup on dc_link from is_same_edid to
get_ddc_line
drm/amd/display: code cleanup of dc_link file on func
dc_link_construct
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 358 +++++++++---------
1 file changed, 176 insertions(+), 182 deletions(-)
--
2.25.1
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Melissa Wen <melissa.srw@gmail.com>
To: Harry Wentland <harry.wentland@amd.com>,
Leo Li <sunpeng.li@amd.com>,
Alex Deucher <alexander.deucher@amd.com>,
Christian Konig <christian.koenig@amd.com>,
David Zhou <David1.Zhou@amd.com>, David Airlie <airlied@linux.ie>,
Daniel Vetter <daniel@ffwll.ch>,
Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>,
Rodrigo.Siqueira@amd.com
Cc: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] drm/amd/display: more code cleanup in the dc_link file
Date: Tue, 31 Mar 2020 07:55:00 -0300 [thread overview]
Message-ID: <cover.1585651869.git.melissa.srw@gmail.com> (raw)
These patches address many code style issues on dc_link for readability
and cleaning up warnings. Change suggested by checkpatch.pl.
Some issues remain and need some minor code refactoring for proper handling.
Melissa Wen (4):
drm/amd/display: cleanup codestyle type BLOCK_COMMENT_STYLE on dc_link
drm/amd/display: codestyle cleanup on dc_link file until detect_dp
func
drm/amd/display: code cleanup on dc_link from is_same_edid to
get_ddc_line
drm/amd/display: code cleanup of dc_link file on func
dc_link_construct
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 358 +++++++++---------
1 file changed, 176 insertions(+), 182 deletions(-)
--
2.25.1
next reply other threads:[~2020-03-31 10:55 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-31 10:55 Melissa Wen [this message]
2020-03-31 10:55 ` [PATCH 0/4] drm/amd/display: more code cleanup in the dc_link file Melissa Wen
2020-03-31 10:55 ` Melissa Wen
2020-03-31 10:57 ` [PATCH 1/4] drm/amd/display: cleanup codestyle type BLOCK_COMMENT_STYLE on dc_link Melissa Wen
2020-03-31 10:57 ` Melissa Wen
2020-03-31 10:57 ` Melissa Wen
2020-03-31 10:59 ` [PATCH 2/4] drm/amd/display: codestyle cleanup on dc_link file until detect_dp func Melissa Wen
2020-03-31 10:59 ` Melissa Wen
2020-03-31 10:59 ` Melissa Wen
2020-03-31 10:59 ` [PATCH 3/4] drm/amd/display: code cleanup on dc_link from is_same_edid to get_ddc_line Melissa Wen
2020-03-31 10:59 ` Melissa Wen
2020-03-31 10:59 ` Melissa Wen
2020-03-31 11:00 ` [PATCH 4/4] drm/amd/display: code cleanup of dc_link file on func dc_link_construct Melissa Wen
2020-03-31 11:00 ` Melissa Wen
2020-03-31 11:00 ` Melissa Wen
2020-03-31 14:54 ` [PATCH 0/4] drm/amd/display: more code cleanup in the dc_link file Alex Deucher
2020-03-31 14:54 ` Alex Deucher
2020-03-31 14:54 ` Alex Deucher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1585651869.git.melissa.srw@gmail.com \
--to=melissa.srw@gmail.com \
--cc=David1.Zhou@amd.com \
--cc=Rodrigo.Siqueira@amd.com \
--cc=airlied@linux.ie \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=harry.wentland@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rodrigosiqueiramelo@gmail.com \
--cc=sunpeng.li@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.