Re: [PATCH 5/7] drm/rockchip: dw-mipi: support HPD poll

2016-07-11 Thread John Keeping
On Mon, 11 Jul 2016 08:46:53 +0800, Mark yao wrote: > On 2016年07月08日 21:52, John Keeping wrote: > > On Fri, 8 Jul 2016 17:04:59 +0800, Chris Zhong wrote: > > > >> At the first time of bind, there is no any panel attach in mipi. Add a > >> DRM_CONNECTOR_POLL_HPD porperty to detect the panel

Re: [PATCH 5/7] drm/rockchip: dw-mipi: support HPD poll

2016-07-11 Thread John Keeping
On Mon, 11 Jul 2016 08:46:53 +0800, Mark yao wrote: > On 2016年07月08日 21:52, John Keeping wrote: > > On Fri, 8 Jul 2016 17:04:59 +0800, Chris Zhong wrote: > > > >> At the first time of bind, there is no any panel attach in mipi. Add a > >> DRM_CONNECTOR_POLL_HPD porperty to detect the panel

Re: [PATCH 5/7] drm/rockchip: dw-mipi: support HPD poll

2016-07-10 Thread Mark yao
On 2016年07月08日 21:52, John Keeping wrote: On Fri, 8 Jul 2016 17:04:59 +0800, Chris Zhong wrote: At the first time of bind, there is no any panel attach in mipi. Add a DRM_CONNECTOR_POLL_HPD porperty to detect the panel status, when panel probe, the dw_mipi_dsi_host_attach would be called,

Re: [PATCH 5/7] drm/rockchip: dw-mipi: support HPD poll

2016-07-10 Thread Mark yao
On 2016年07月08日 21:52, John Keeping wrote: On Fri, 8 Jul 2016 17:04:59 +0800, Chris Zhong wrote: At the first time of bind, there is no any panel attach in mipi. Add a DRM_CONNECTOR_POLL_HPD porperty to detect the panel status, when panel probe, the dw_mipi_dsi_host_attach would be called,

Re: [PATCH 5/7] drm/rockchip: dw-mipi: support HPD poll

2016-07-08 Thread John Keeping
On Fri, 8 Jul 2016 17:04:59 +0800, Chris Zhong wrote: > At the first time of bind, there is no any panel attach in mipi. Add a > DRM_CONNECTOR_POLL_HPD porperty to detect the panel status, when panel > probe, the dw_mipi_dsi_host_attach would be called, then mipi-dsi will > trigger a event to

Re: [PATCH 5/7] drm/rockchip: dw-mipi: support HPD poll

2016-07-08 Thread John Keeping
On Fri, 8 Jul 2016 17:04:59 +0800, Chris Zhong wrote: > At the first time of bind, there is no any panel attach in mipi. Add a > DRM_CONNECTOR_POLL_HPD porperty to detect the panel status, when panel > probe, the dw_mipi_dsi_host_attach would be called, then mipi-dsi will > trigger a event to

[PATCH 5/7] drm/rockchip: dw-mipi: support HPD poll

2016-07-08 Thread Chris Zhong
At the first time of bind, there is no any panel attach in mipi. Add a DRM_CONNECTOR_POLL_HPD porperty to detect the panel status, when panel probe, the dw_mipi_dsi_host_attach would be called, then mipi-dsi will trigger a event to notify the drm framework. Signed-off-by: Chris Zhong

[PATCH 5/7] drm/rockchip: dw-mipi: support HPD poll

2016-07-08 Thread Chris Zhong
At the first time of bind, there is no any panel attach in mipi. Add a DRM_CONNECTOR_POLL_HPD porperty to detect the panel status, when panel probe, the dw_mipi_dsi_host_attach would be called, then mipi-dsi will trigger a event to notify the drm framework. Signed-off-by: Chris Zhong ---