Re: [PATCH v2] drm/of: Consider the state in which the ep is disabled

2020-10-20 Thread Daniel Vetter
On Mon, Oct 19, 2020 at 11:43:53AM +0800, Kever Yang wrote: > Hi Daniel, > > On 2020/10/15 下午11:23, Daniel Vetter wrote: > > On Wed, Oct 14, 2020 at 09:48:43AM +0800, Kever Yang wrote: > > > Hi Maintainers, > > > > > >     Does this patch ready to merge? > > Would maybe be good to get some acks

Re: [PATCH v2] drm/of: Consider the state in which the ep is disabled

2020-10-18 Thread Kever Yang
Hi Daniel, On 2020/10/15 下午11:23, Daniel Vetter wrote: On Wed, Oct 14, 2020 at 09:48:43AM +0800, Kever Yang wrote: Hi Maintainers,     Does this patch ready to merge? Would maybe be good to get some acks from other drivers using this, then Sandy can push to drm-misc-next. Thanks for your

Re: [PATCH v2] drm/of: Consider the state in which the ep is disabled

2020-10-15 Thread Daniel Vetter
On Wed, Oct 14, 2020 at 09:48:43AM +0800, Kever Yang wrote: > Hi Maintainers, > >     Does this patch ready to merge? Would maybe be good to get some acks from other drivers using this, then Sandy can push to drm-misc-next. -Daniel > > On 2020/7/7 下午7:25, Sandy Huang wrote: > > don't mask

Re: [PATCH v2] drm/of: Consider the state in which the ep is disabled

2020-10-13 Thread Kever Yang
Hi Maintainers,     Does this patch ready to merge? On 2020/7/7 下午7:25, Sandy Huang wrote: don't mask possible_crtcs if remote-point is disabled. Signed-off-by: Sandy Huang --- drivers/gpu/drm/drm_of.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/drm_of.c

Re: [PATCH v2] drm/of: Consider the state in which the ep is disabled

2020-09-02 Thread Huang Jiachai
Hi David Airlie,     Please help to confirm whether this modification is reasonable when you are free, thanks. 在 2020/8/13 14:31, Huang Jiachai 写道: 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

Re: [PATCH v2] drm/of: Consider the state in which the ep is disabled

2020-08-13 Thread Huang Jiachai
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 Reviewed-by: Heiko Stuebner changes in v2: - drop additional of_node_put, as ep will be put with the

Re: [PATCH v2] drm/of: Consider the state in which the ep is disabled

2020-07-22 Thread 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 Reviewed-by: Heiko Stuebner changes in v2: - drop additional of_node_put, as ep will be put with the next iteration of

Re: [PATCH v2] drm/of: Consider the state in which the ep is disabled

2020-07-07 Thread 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 Reviewed-by: Heiko Stuebner I guess this could've benefitted from a "changelog": changes in v2: - drop additional of_node_put, as ep will be

[PATCH v2] drm/of: Consider the state in which the ep is disabled

2020-07-07 Thread Sandy Huang
don't mask possible_crtcs if remote-point is disabled. Signed-off-by: Sandy Huang --- 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 +++