All of lore.kernel.org
 help / color / mirror / Atom feed
From: khsieh@codeaurora.org
To: Stephen Boyd <swboyd@chromium.org>
Cc: robdclark@gmail.com, sean@poorly.run, tanmay@codeaurora.org,
	abhinavk@codeaurora.org, aravindh@codeaurora.org,
	airlied@linux.ie, daniel@ffwll.ch, linux-arm-msm@vger.kernel.org,
	dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org,
	linux-kernel@vger.kernel.org, Guenter Roeck <groeck@chromium.org>
Subject: Re: [PATCH v3] drm/msm/dp: Add DP compliance tests on Snapdragon Chipsets
Date: Tue, 18 Aug 2020 16:00:59 -0700	[thread overview]
Message-ID: <ee1ad6b96a0d8be83abda0cb1b3ebc59@codeaurora.org> (raw)
In-Reply-To: <159778797494.334488.5009772006048435758@swboyd.mtv.corp.google.com>

On 2020-08-18 14:59, Stephen Boyd wrote:
> Quoting Kuogee Hsieh (2020-08-18 14:15:46)
>> add event thread to execute events serially from event queue. Also
>> timeout mode is supported  which allow an event be deferred to be
>> executed at later time. Both link and phy compliant tests had been
>> done successfully.
>> 
>> Changes in v2:
>> - Fix potential deadlock by removing redundant connect_mutex
>> - Check and enable link clock during modeset
>> - Drop unused code and fix function prototypes.
>> - set sink power to normal operation state (D0) before DPCD read
>> 
>> Changes in v3:
>> - push idle pattern at main link before timing generator off
>> - add timeout handles for both connect and disconnect
>> 
>> This patch depends-on following series:
>> https://lkml.kernel.org/lkml/20200812044223.19279-1-tanmay@codeaurora.org/t.atom
> 
> There's a v11 of this series. Can you rebase again?
> 
>> 
>> Signed-off-by: Kuogee Hsieh <khsieh@codeaurora.org>
>> Signed-off-by: Guenter Roeck <groeck@chromium.org>
>> Signed-off-by: Tanmay Shah <tanmay@codeaurora.org>
> 
> And fix this SoB chain to be proper with Co-developed-by tags and your
> tag coming last as you're the sender of the patch.
Tanmay and Guenter signed-off were added by mistake. I will remove them

WARNING: multiple messages have this Message-ID (diff)
From: khsieh@codeaurora.org
To: Stephen Boyd <swboyd@chromium.org>
Cc: freedreno@lists.freedesktop.org, airlied@linux.ie,
	linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org, abhinavk@codeaurora.org,
	tanmay@codeaurora.org, Guenter Roeck <groeck@chromium.org>,
	aravindh@codeaurora.org, sean@poorly.run
Subject: Re: [PATCH v3] drm/msm/dp: Add DP compliance tests on Snapdragon Chipsets
Date: Tue, 18 Aug 2020 16:00:59 -0700	[thread overview]
Message-ID: <ee1ad6b96a0d8be83abda0cb1b3ebc59@codeaurora.org> (raw)
In-Reply-To: <159778797494.334488.5009772006048435758@swboyd.mtv.corp.google.com>

On 2020-08-18 14:59, Stephen Boyd wrote:
> Quoting Kuogee Hsieh (2020-08-18 14:15:46)
>> add event thread to execute events serially from event queue. Also
>> timeout mode is supported  which allow an event be deferred to be
>> executed at later time. Both link and phy compliant tests had been
>> done successfully.
>> 
>> Changes in v2:
>> - Fix potential deadlock by removing redundant connect_mutex
>> - Check and enable link clock during modeset
>> - Drop unused code and fix function prototypes.
>> - set sink power to normal operation state (D0) before DPCD read
>> 
>> Changes in v3:
>> - push idle pattern at main link before timing generator off
>> - add timeout handles for both connect and disconnect
>> 
>> This patch depends-on following series:
>> https://lkml.kernel.org/lkml/20200812044223.19279-1-tanmay@codeaurora.org/t.atom
> 
> There's a v11 of this series. Can you rebase again?
> 
>> 
>> Signed-off-by: Kuogee Hsieh <khsieh@codeaurora.org>
>> Signed-off-by: Guenter Roeck <groeck@chromium.org>
>> Signed-off-by: Tanmay Shah <tanmay@codeaurora.org>
> 
> And fix this SoB chain to be proper with Co-developed-by tags and your
> tag coming last as you're the sender of the patch.
Tanmay and Guenter signed-off were added by mistake. I will remove them
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2020-08-18 23:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-18 21:15 [PATCH v3] drm/msm/dp: Add DP compliance tests on Snapdragon Chipsets Kuogee Hsieh
2020-08-18 21:15 ` Kuogee Hsieh
2020-08-18 21:59 ` Stephen Boyd
2020-08-18 21:59   ` Stephen Boyd
2020-08-18 23:00   ` khsieh [this message]
2020-08-18 23:00     ` khsieh
  -- strict thread matches above, loose matches on Subject: below --
2020-08-18 23:09 Kuogee Hsieh
2020-08-18 23:09 ` Kuogee Hsieh

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=ee1ad6b96a0d8be83abda0cb1b3ebc59@codeaurora.org \
    --to=khsieh@codeaurora.org \
    --cc=abhinavk@codeaurora.org \
    --cc=airlied@linux.ie \
    --cc=aravindh@codeaurora.org \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=groeck@chromium.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robdclark@gmail.com \
    --cc=sean@poorly.run \
    --cc=swboyd@chromium.org \
    --cc=tanmay@codeaurora.org \
    /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.