All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yakir Yang <ykk@rock-chips.com>
To: Rob Herring <robh@kernel.org>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	Seung-Woo Kim <sw0312.kim@samsung.com>,
	linux-kernel@vger.kernel.org, Andrzej Hajda <a.hajda@samsung.com>,
	Gustavo Padovan <gustavo.padovan@collabora.co.uk>,
	linux-samsung-soc@vger.kernel.org,
	Russell King <linux@arm.linux.org.uk>,
	linux-rockchip@lists.infradead.org,
	Kishon Vijay Abraham I <kishon@ti.com>,
	javier@osg.samsung.com, Kukjin Kim <kgene@kernel.org>,
	robherring2@gmail.com, Thierry Reding <treding@nvidia.com>,
	devicetree@vger.kernel.org, Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org,
	Jingoo Han <jingoohan1@gmail.com>,
	emil.l.velikov@gmail.com, dianders@chromium.org,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Kumar Gala <galak@codeaurora.org>,
	ajaynumb@gmail.com, Andy Yan <andy.yan@rock-chips.com>
Subject: Re: [PATCH v9 15/17] drm: bridge: analogix/dp: try force hpd after plug in lookup failed
Date: Fri, 13 Nov 2015 15:31:19 +0800	[thread overview]
Message-ID: <564591C7.3090704@rock-chips.com> (raw)
In-Reply-To: <20151112233807.GA9899@rob-hp-laptop>


[-- Attachment #1.1: Type: text/plain, Size: 2945 bytes --]


On 11/13/2015 07:38 AM, Rob Herring wrote:
> On Thu, Nov 12, 2015 at 09:27:21AM +0800, Yakir Yang wrote:
>> Hi Rob,
>>
>> On 11/12/2015 07:10 AM, Rob Herring wrote:
>>> On Fri, Oct 30, 2015 at 09:09:15AM +0800, Yakir Yang wrote:
>>>> Some edp screen do not have hpd signal, so we can't just return
>>>> failed when hpd plug in detect failed.
>>>>
>>>> This is an hardware property, so we need add a devicetree property
>>>> "analogix,need-force-hpd" to indicate this sutiation.
>>>>
>>>> Tested-by: Heiko Stuebner <heiko@sntech.de>
>>>> Tested-by: Javier Martinez Canillas <javier@osg.samsung.com>
>>>> Signed-off-by: Yakir Yang <ykk@rock-chips.com>
>>>> ---
>>> I didn't find this one in v10. Did it get dropped?
>> You are in my 'to' list, but I haven't send the whole v10 out,
>> most of them don't need update :)
> Okay, it's just gmail's inability to follow threading...
>   
>> This series should be:
>> ---- [v8 0/17 ...]
>>    |---- [v8 1/17 ...]
>>    |---- [v8 2/17 ...]
>>    |---- [v8 3/17 ...]
>>    |---- [...]
>>    |---- [v8 15/17 ...]
>>    |---- [v8 16/17 ...]
>>    |---- [v8 17/17 ...]
>>    |
>>    |---- [v9 10/17 ...]
>>    |---- [v9 15/17 ...]
>>       |---- We are here
>>    |---- [v9 09/17 ...]
>>    |---- [v10 09/17 ...]
>>       |---- Received an acked from you
>
>>>> diff --git a/Documentation/devicetree/bindings/display/bridge/analogix_dp.txt b/Documentation/devicetree/bindings/display/bridge/analogix_dp.txt
>>>> index 7659a7a..74f0e80 100644
>>>> --- a/Documentation/devicetree/bindings/display/bridge/analogix_dp.txt
>>>> +++ b/Documentation/devicetree/bindings/display/bridge/analogix_dp.txt
>>>> @@ -22,6 +22,9 @@ Required properties for dp-controller:
>>>>   		from general PHY binding: Should be "dp".
>>>>   Optional properties for dp-controller:
>>>> +	-analogix,need-force-hpd:
>>>> +		Indicate driver need force hpd when hpd detect failed, this
>>>> +		is used for some eDP screen which don't have hpd signal.
>>> This should be a generic property.
>> This property would only need in some no-hpd case, it would be dropped if
>> panel keep the hotplug signal, that's why I thought it should be optional.
> I agree it is optional. I just mean drop the analogix and put in a
> common binding doc (i.e. create a display/bridge/common.txt). Needing to
> ignore HPD is probably a common problem.

Oops, okay, I misunderstand what you mean. I thought you want me to put the
"analogix,need-force-hpd" to required property, not an optional property :)

I thought this should be a common property of connect, so the common 
document
in bridge is not very good, I should be in display/connector/, but I 
don't know what
else could I collect for that common document, would like to share more 
on this point

- Yakir

>
>> I thought if we put this a property to generic property, then we must need
>> to define it in normal device node, not sure whether it is right :)
> Sorry, I don't follow.
>
> Rob
>
>
>


[-- Attachment #1.2: Type: text/html, Size: 4960 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2015-11-13  7:31 UTC|newest]

Thread overview: 146+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-28  8:15 [PATCH v8 0/17] Add Analogix Core Display Port Driver Yakir Yang
2015-10-28  8:15 ` Yakir Yang
2015-10-28  8:15 ` Yakir Yang
2015-10-28  8:19 ` [PATCH v8 01/17] drm: exynos: dp: convert to drm bridge mode Yakir Yang
2015-10-28  8:19   ` Yakir Yang
2016-03-22 22:22   ` Inki Dae
2016-03-22 22:22     ` Inki Dae
     [not found] ` <1446020143-32645-1-git-send-email-ykk-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-10-28  8:21   ` [PATCH v8 02/17] drm: bridge: analogix/dp: split exynos dp driver to bridge directory Yakir Yang
2015-10-28  8:21     ` Yakir Yang
2015-11-26 17:30     ` Heiko Stübner
2015-11-26 17:30       ` Heiko Stübner
2015-11-26 17:30       ` Heiko Stübner
2015-11-27  1:20       ` Yakir Yang
2015-11-27  1:20         ` Yakir Yang
2015-11-27  1:20         ` Yakir Yang
     [not found]         ` <5657AFEC.60004-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-11-27  8:42           ` Heiko Stübner
2015-11-27  8:42             ` Heiko Stübner
2015-11-27  8:42             ` Heiko Stübner
2015-10-28  8:23   ` [PATCH v8 03/17] drm: bridge: analogix/dp: fix some obvious code style Yakir Yang
2015-10-28  8:23     ` Yakir Yang
2015-10-28  8:23     ` Yakir Yang
2015-10-28  8:24   ` [PATCH v8 04/17] drm: bridge: analogix/dp: remove duplicate configuration of link rate and link count Yakir Yang
2015-10-28  8:24     ` Yakir Yang
2015-10-28  8:24     ` Yakir Yang
2015-10-28  8:26   ` [PATCH v8 06/17] dt-bindings: add document for analogix display port driver Yakir Yang
2015-10-28  8:26     ` Yakir Yang
2015-10-28  8:26     ` Yakir Yang
     [not found]     ` <1446020793-10532-1-git-send-email-ykk-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-10-28 20:02       ` Heiko Stuebner
2015-10-28 20:02         ` Heiko Stuebner
2015-10-28 20:02         ` Heiko Stuebner
2015-10-29  1:12         ` Yakir Yang
2015-10-29  1:12           ` Yakir Yang
2015-10-29  1:12           ` Yakir Yang
     [not found]           ` <56317275.90508-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-10-29  8:40             ` Heiko Stuebner
2015-10-29  8:40               ` Heiko Stuebner
2015-10-29  8:40               ` Heiko Stuebner
2015-10-29  8:56               ` Yakir Yang
2015-10-28  8:52   ` [PATCH v8 12/17] drm: rockchip: vop: add bpc and color mode setting Yakir Yang
2015-10-28  8:52     ` Yakir Yang
2015-10-28  8:52     ` Yakir Yang
2015-10-28  9:12   ` [PATCH v8 16/17] drm: bridge: analogix/dp: move hpd detect to connector detect function Yakir Yang
2015-10-28  9:12     ` Yakir Yang
2015-10-28  9:12     ` Yakir Yang
2015-10-29 17:49   ` [PATCH v8 0/17] Add Analogix Core Display Port Driver Heiko Stuebner
2015-10-29 17:49     ` Heiko Stuebner
2015-10-29 17:49     ` Heiko Stuebner
2015-10-30  1:05     ` Yakir Yang
2015-10-30  1:05       ` Yakir Yang
2015-10-30  1:05       ` Yakir Yang
2015-10-31  6:30   ` [PATCH v9 09/17] dt-bindings: add document for rockchip variant of analogix_dp Yakir Yang
2015-10-31  6:30     ` Yakir Yang
2015-10-31  6:30     ` Yakir Yang
2015-10-31  6:40     ` Yakir Yang
2015-10-31  6:40       ` Yakir Yang
2015-11-17 13:09   ` [PATCH v10 10/17] phy: Add driver for rockchip Display Port PHY Yakir Yang
2015-11-17 13:09     ` Yakir Yang
2015-11-17 13:09     ` Yakir Yang
2015-10-28  8:25 ` [PATCH v8 05/17] drm: bridge: analogix/dp: dynamic parse sync_pol & interlace & dynamic_range Yakir Yang
2015-10-28  8:25   ` Yakir Yang
2015-10-28  8:27 ` [PATCH v8 07/17] ARM: dts: exynos/dp: remove some properties that deprecated by analogix_dp driver Yakir Yang
2015-10-28  8:27   ` Yakir Yang
2015-10-28  8:27 ` [PATCH v8 08/17] drm: rockchip: dp: add rockchip platform dp driver Yakir Yang
2015-10-28  8:27   ` Yakir Yang
2015-11-27  8:41   ` Heiko Stübner
2015-11-27  8:41     ` Heiko Stübner
2015-11-27  8:41     ` Heiko Stübner
2015-10-28  8:28 ` [PATCH v8 09/17] dt-bindings: add document for rockchip variant of analogix_dp Yakir Yang
2015-10-28  8:28   ` Yakir Yang
2015-10-30 16:46   ` Rob Herring
2015-10-30 16:46     ` Rob Herring
2015-10-30 16:46     ` Rob Herring
     [not found]     ` <CAL_JsqLxkz43gj-O+r0LURg0_41SrDB7g8EAHwjxbytoUPijhA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-31  3:15       ` Yakir Yang
2015-10-31  3:15         ` Yakir Yang
2015-10-31  3:15         ` Yakir Yang
2015-10-28  8:30 ` [PATCH v8 10/17] phy: Add driver for rockchip Display Port PHY Yakir Yang
2015-10-28  8:30   ` Yakir Yang
2015-10-28 20:36   ` Heiko Stuebner
2015-10-28 20:36     ` Heiko Stuebner
2015-10-28 20:36     ` Heiko Stuebner
2015-10-29  1:14     ` Yakir Yang
2015-10-29  1:14       ` Yakir Yang
2015-10-29  1:14       ` Yakir Yang
     [not found]   ` <1446021033-11537-1-git-send-email-ykk-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-11-11 23:23     ` Heiko Stuebner
2015-11-11 23:23       ` Heiko Stuebner
2015-11-11 23:23       ` Heiko Stuebner
2015-11-12  2:36       ` Yakir Yang
     [not found]         ` <5643FB43.6090408-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-11-12  9:21           ` Heiko Stuebner
2015-11-12  9:21             ` Heiko Stuebner
2015-11-12  9:21             ` Heiko Stuebner
2015-10-28  8:31 ` [PATCH v8 11/17] dt-bindings: add document for rockchip dp phy Yakir Yang
2015-10-28  8:31   ` Yakir Yang
2015-10-30 16:42   ` Rob Herring
2015-10-30 16:42     ` Rob Herring
2015-10-30 16:42     ` Rob Herring
     [not found]     ` <CAL_JsqL=pL8SXLEzhbJHS_djFSh+Ctky0igzagZ6E0M9Q_TFuA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-31  3:13       ` Yakir Yang
2015-10-31  3:13         ` Yakir Yang
2015-10-31  3:13         ` Yakir Yang
2015-10-28  8:55 ` [PATCH v8 13/17] drm: bridge: analogix/dp: add some rk3288 special registers setting Yakir Yang
2015-10-28  8:55   ` Yakir Yang
2015-10-28  8:56 ` [PATCH v8 14/17] drm: bridge: analogix/dp: add max link rate and lane count limit for RK3288 Yakir Yang
2015-10-28  8:56   ` Yakir Yang
2015-11-27 13:32   ` Heiko Stübner
2015-11-27 13:32     ` Heiko Stübner
2015-11-27 13:32     ` Heiko Stübner
2015-12-02 10:46     ` Yakir Yang
2015-12-02 10:46       ` Yakir Yang
2015-12-02 10:46       ` Yakir Yang
2015-10-28  9:13 ` [PATCH v8 17/17] drm: bridge: analogix/dp: add edid modes parse in get_modes method Yakir Yang
2015-10-28  9:13   ` Yakir Yang
2015-10-29  1:58 ` [PATCH v9 10/17] phy: Add driver for rockchip Display Port PHY Yakir Yang
2015-10-29  1:58   ` Yakir Yang
2015-11-03  4:38   ` Brian Norris
2015-11-03  4:38     ` Brian Norris
2015-11-03  4:38     ` Brian Norris
2015-11-04  0:48     ` Yakir Yang
2015-11-04  0:48       ` Yakir Yang
2015-11-04  0:48       ` Yakir Yang
2015-11-04  1:13       ` Brian Norris
2015-11-04  1:13         ` Brian Norris
2015-11-04  1:13         ` Brian Norris
2015-11-05 23:45         ` Brian Norris
2015-11-05 23:45           ` Brian Norris
2015-11-05 23:45           ` Brian Norris
2015-11-17 12:58           ` Yakir Yang
2015-11-17 12:58             ` Yakir Yang
2015-11-17 12:58             ` Yakir Yang
2015-10-30  1:09 ` [PATCH v9 15/17] drm: bridge: analogix/dp: try force hpd after plug in lookup failed Yakir Yang
2015-10-30  1:09   ` Yakir Yang
2015-11-11 23:10   ` Rob Herring
2015-11-11 23:10     ` Rob Herring
2015-11-11 23:10     ` Rob Herring
2015-11-12  1:27     ` Yakir Yang
2015-11-12 23:38       ` Rob Herring
2015-11-12 23:38         ` Rob Herring
2015-11-12 23:38         ` Rob Herring
2015-11-13  7:31         ` Yakir Yang [this message]
2015-10-31  6:42 ` [PATCH v10 09/17] dt-bindings: add document for rockchip variant of analogix_dp Yakir Yang
2015-10-31  6:42   ` Yakir Yang
2015-10-31 18:37   ` Rob Herring
2015-10-31 18:37     ` Rob Herring
2015-10-31 18:37     ` Rob Herring
2015-11-02  0:41     ` Yakir Yang
2015-11-02  0:41       ` Yakir Yang
2015-11-02  0:41       ` Yakir Yang
2015-11-17 13:31 ` [PATCH v8 0/17] Add Analogix Core Display Port Driver Yakir Yang
2015-11-17 13:31   ` Yakir Yang

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=564591C7.3090704@rock-chips.com \
    --to=ykk@rock-chips.com \
    --cc=a.hajda@samsung.com \
    --cc=ajaynumb@gmail.com \
    --cc=andy.yan@rock-chips.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emil.l.velikov@gmail.com \
    --cc=galak@codeaurora.org \
    --cc=gustavo.padovan@collabora.co.uk \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=javier@osg.samsung.com \
    --cc=jingoohan1@gmail.com \
    --cc=k.kozlowski@samsung.com \
    --cc=kgene@kernel.org \
    --cc=kishon@ti.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=pawel.moll@arm.com \
    --cc=robh@kernel.org \
    --cc=robherring2@gmail.com \
    --cc=sw0312.kim@samsung.com \
    --cc=treding@nvidia.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.