[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <12d1b648-81d1-df48-4435-b7b88dd72b30@rock-chips.com>
Date: Thu, 13 Aug 2020 14:31:16 +0800
From: Huang Jiachai <hjc@...k-chips.com>
To: Heiko Stübner <heiko@...ech.de>,
David Airlie <airlied@...ux.ie>
Cc: Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>,
David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>, huangtao@...k-chips.com,
andy.yan@...k-chips.com, linux-rockchip@...ts.infradead.org,
dri-devel@...ts.freedesktop.org, kever.yang@...k-chips.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] drm/of: Consider the state in which the ep is disabled
ping...
在 2020/7/23 3:01, Heiko Stübner 写道:
> Am Dienstag, 7. Juli 2020, 13:25:26 CEST schrieb Sandy Huang:
>> don't mask possible_crtcs if remote-point is disabled.
>>
>> Signed-off-by: Sandy Huang <hjc@...k-chips.com>
> Reviewed-by: Heiko Stuebner <heiko@...ech.de>
>
> changes in v2:
> - drop additional of_node_put, as ep will be put with the next
> iteration of for_each_endpoint_of_node()
>
>
> As this touches a pretty central function is there something
> to keep in mind in regards to other DRM drivers?
> [question for the broader audience ;-) ]
>
> Heiko
>
>> ---
>> drivers/gpu/drm/drm_of.c | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/drm_of.c b/drivers/gpu/drm/drm_of.c
>> index fdb05fbf72a0..565f05f5f11b 100644
>> --- a/drivers/gpu/drm/drm_of.c
>> +++ b/drivers/gpu/drm/drm_of.c
>> @@ -66,6 +66,9 @@ uint32_t drm_of_find_possible_crtcs(struct drm_device *dev,
>> uint32_t possible_crtcs = 0;
>>
>> for_each_endpoint_of_node(port, ep) {
>> + if (!of_device_is_available(ep))
>> + continue;
>> +
>> remote_port = of_graph_get_remote_port(ep);
>> if (!remote_port) {
>> of_node_put(ep);
>>
>
>
>
>
>
--
Best Regard
黄家钗
Sandy Huang
Addr: 福州市鼓楼区铜盘路软件大道89号福州软件园A区21号楼(350003)
No. 21 Building, A District, No.89,software Boulevard Fuzhou,Fujian,PRC
Tel:+86 0591-87884919 8690
E-mail:hjc@...k-chips.com
Powered by blists - more mailing lists