All of lore.kernel.org
 help / color / mirror / Atom feed
From: zhengbin <zhengbin13@huawei.com>
To: <harry.wentland@amd.com>, <sunpeng.li@amd.com>,
	<alexander.deucher@amd.com>, <christian.koenig@amd.com>,
	<David1.Zhou@amd.com>, <airlied@linux.ie>, <daniel@ffwll.ch>,
	<amd-gfx@lists.freedesktop.org>,
	<dri-devel@lists.freedesktop.org>
Cc: zhengbin13@huawei.com
Subject: [PATCH 0/8] drm/amd/display: use true,false for bool variable
Date: Tue, 24 Dec 2019 11:27:35 +0800	[thread overview]
Message-ID: <1577158063-76188-1-git-send-email-zhengbin13@huawei.com> (raw)

zhengbin (8):
  drm/amd/display: use true,false for bool variable in dc_link_ddc.c
  drm/amd/display: use true,false for bool variable in
    dcn10_hw_sequencer.c
  drm/amd/display: use true,false for bool variable in dcn20_hwseq.c
  drm/amd/display: use true,false for bool variable in
    display_mode_vba_21.c
  drm/amd/display: use true,false for bool variable in dce_calcs.c
  drm/amd/display: use true,false for bool variable in
    display_rq_dlg_calc_20.c
  drm/amd/display: use true,false for bool variable in
    display_rq_dlg_calc_20v2.c
  drm/amd/display: use true,false for bool variable in
    display_rq_dlg_calc_21.c

 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c   | 24 +++++++++++-----------
 drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c  |  2 +-
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |  4 ++--
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |  4 ++--
 .../display/dc/dml/dcn20/display_rq_dlg_calc_20.c  | 24 +++++++++++-----------
 .../dc/dml/dcn20/display_rq_dlg_calc_20v2.c        | 24 +++++++++++-----------
 .../amd/display/dc/dml/dcn21/display_mode_vba_21.c |  6 +++---
 .../display/dc/dml/dcn21/display_rq_dlg_calc_21.c  | 24 +++++++++++-----------
 8 files changed, 56 insertions(+), 56 deletions(-)

--
2.7.4

_______________________________________________
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: zhengbin <zhengbin13@huawei.com>
To: <harry.wentland@amd.com>, <sunpeng.li@amd.com>,
	<alexander.deucher@amd.com>, <christian.koenig@amd.com>,
	<David1.Zhou@amd.com>, <airlied@linux.ie>, <daniel@ffwll.ch>,
	<amd-gfx@lists.freedesktop.org>,
	<dri-devel@lists.freedesktop.org>
Cc: zhengbin13@huawei.com
Subject: [PATCH 0/8] drm/amd/display: use true,false for bool variable
Date: Tue, 24 Dec 2019 11:27:35 +0800	[thread overview]
Message-ID: <1577158063-76188-1-git-send-email-zhengbin13@huawei.com> (raw)

zhengbin (8):
  drm/amd/display: use true,false for bool variable in dc_link_ddc.c
  drm/amd/display: use true,false for bool variable in
    dcn10_hw_sequencer.c
  drm/amd/display: use true,false for bool variable in dcn20_hwseq.c
  drm/amd/display: use true,false for bool variable in
    display_mode_vba_21.c
  drm/amd/display: use true,false for bool variable in dce_calcs.c
  drm/amd/display: use true,false for bool variable in
    display_rq_dlg_calc_20.c
  drm/amd/display: use true,false for bool variable in
    display_rq_dlg_calc_20v2.c
  drm/amd/display: use true,false for bool variable in
    display_rq_dlg_calc_21.c

 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c   | 24 +++++++++++-----------
 drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c  |  2 +-
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |  4 ++--
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |  4 ++--
 .../display/dc/dml/dcn20/display_rq_dlg_calc_20.c  | 24 +++++++++++-----------
 .../dc/dml/dcn20/display_rq_dlg_calc_20v2.c        | 24 +++++++++++-----------
 .../amd/display/dc/dml/dcn21/display_mode_vba_21.c |  6 +++---
 .../display/dc/dml/dcn21/display_rq_dlg_calc_21.c  | 24 +++++++++++-----------
 8 files changed, 56 insertions(+), 56 deletions(-)

--
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

             reply	other threads:[~2019-12-24 14:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-24  3:27 zhengbin [this message]
2019-12-24  3:27 ` [PATCH 0/8] drm/amd/display: use true,false for bool variable zhengbin
2019-12-24  3:27 ` [PATCH 1/8] drm/amd/display: use true, false for bool variable in dc_link_ddc.c zhengbin
2019-12-24  3:27   ` zhengbin
2019-12-24  3:27 ` [PATCH 2/8] drm/amd/display: use true, false for bool variable in dcn10_hw_sequencer.c zhengbin
2019-12-24  3:27   ` zhengbin
2019-12-24  3:27 ` [PATCH 3/8] drm/amd/display: use true, false for bool variable in dcn20_hwseq.c zhengbin
2019-12-24  3:27   ` zhengbin
2019-12-24  3:27 ` [PATCH 4/8] drm/amd/display: use true, false for bool variable in display_mode_vba_21.c zhengbin
2019-12-24  3:27   ` zhengbin
2019-12-24  3:27 ` [PATCH 5/8] drm/amd/display: use true, false for bool variable in dce_calcs.c zhengbin
2019-12-24  3:27   ` zhengbin
2019-12-24  3:27 ` [PATCH 6/8] drm/amd/display: use true, false for bool variable in display_rq_dlg_calc_20.c zhengbin
2019-12-24  3:27   ` zhengbin
2019-12-24  3:27 ` [PATCH 7/8] drm/amd/display: use true, false for bool variable in display_rq_dlg_calc_20v2.c zhengbin
2019-12-24  3:27   ` zhengbin
2019-12-24  3:27 ` [PATCH 8/8] drm/amd/display: use true, false for bool variable in display_rq_dlg_calc_21.c zhengbin
2019-12-24  3:27   ` zhengbin
2019-12-24 18:32 ` [PATCH 0/8] drm/amd/display: use true,false for bool variable Alex Deucher
2019-12-24 18:32   ` 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=1577158063-76188-1-git-send-email-zhengbin13@huawei.com \
    --to=zhengbin13@huawei.com \
    --cc=David1.Zhou@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=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.