[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-06-02 Thread Mark yao
On 2016年06月02日 13:57, Tomeu Vizoso wrote: > On 25 May 2016 at 03:33, Mark yao wrote: >> On 2016年05月25日 09:06, Mark yao wrote: >> >> On 2016年05月24日 18:11, Tomeu Vizoso wrote: >> >> Hi Tomeu >>> Sorry for reply late. >>> I don't agree the changes: >>> >>> - if (!state->enable) >>>

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-06-02 Thread Tomeu Vizoso
On 2 June 2016 at 08:25, Mark yao wrote: > On 2016年06月02日 13:57, Tomeu Vizoso wrote: >> >> On 25 May 2016 at 03:33, Mark yao wrote: >>> >>> On 2016年05月25日 09:06, Mark yao wrote: >>> >>> On 2016年05月24日 18:11, Tomeu Vizoso wrote: >>> >>> Hi Tomeu Sorry for reply late. >>

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-06-02 Thread Tomeu Vizoso
On 25 May 2016 at 03:33, Mark yao wrote: > On 2016年05月25日 09:06, Mark yao wrote: > > On 2016年05月24日 18:11, Tomeu Vizoso wrote: > > Hi Tomeu >> >> Sorry for reply late. >> I don't agree the changes: >> >> - if (!state->enable) >> - return VOP_WIN_GET(vop_win->vop, vop_win->data, enable)

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-05-25 Thread Mark yao
An HTML attachment was scrubbed... URL:

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-05-25 Thread Mark yao
An HTML attachment was scrubbed... URL:

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-05-24 Thread Tomeu Vizoso
On 23 May 2016 at 08:32, Mark yao wrote: > On 2016年05月05日 17:34, Tomeu Vizoso wrote: >> >> On 20 April 2016 at 16:23, Tomeu Vizoso >> wrote: >>> >>> On 11 April 2016 at 03:15, Mark yao wrote: On 2016年04月08日 18:54, Tomeu Vizoso wrote: > > On 8 April 2016 at 03:07, Ma

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-05-23 Thread Mark yao
On 2016年05月05日 17:34, Tomeu Vizoso wrote: > On 20 April 2016 at 16:23, Tomeu Vizoso wrote: >> On 11 April 2016 at 03:15, Mark yao wrote: >>> On 2016年04月08日 18:54, Tomeu Vizoso wrote: On 8 April 2016 at 03:07, Mark yao wrote: > On 2016年04月06日 18:14, Tomeu Vizoso wrote:

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-05-05 Thread Tomeu Vizoso
On 20 April 2016 at 16:23, Tomeu Vizoso wrote: > On 11 April 2016 at 03:15, Mark yao wrote: >> On 2016年04月08日 18:54, Tomeu Vizoso wrote: >>> >>> On 8 April 2016 at 03:07, Mark yao wrote: On 2016年04月06日 18:14, Tomeu Vizoso wrote: When a plane is being disabled but

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-04-20 Thread Tomeu Vizoso
On 11 April 2016 at 03:15, Mark yao wrote: > On 2016年04月08日 18:54, Tomeu Vizoso wrote: >> >> On 8 April 2016 at 03:07, Mark yao wrote: >>> >>> On 2016年04月06日 18:14, Tomeu Vizoso wrote: >>> >>> When a plane is being disabled but it's still enabled, do check if the >>> previous update h

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-04-11 Thread Mark yao
On 2016年04月08日 18:54, Tomeu Vizoso wrote: > On 8 April 2016 at 03:07, Mark yao wrote: >> On 2016年04月06日 18:14, Tomeu Vizoso wrote: >> >> When a plane is being disabled but it's still enabled, do check if the >> previous update has been completed by reading yrgb_mst back. >> >> Otherwis

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-04-08 Thread Tomeu Vizoso
On 8 April 2016 at 03:07, Mark yao wrote: > On 2016年04月06日 18:14, Tomeu Vizoso wrote: > > When a plane is being disabled but it's still enabled, do check if the > previous update has been completed by reading yrgb_mst back. > > Otherwise, pending pageflips would remain pending after a CRTC i

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-04-08 Thread Mark yao
An HTML attachment was scrubbed... URL:

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-04-06 Thread Tomeu Vizoso
When a plane is being disabled but it's still enabled, do check if the previous update has been completed by reading yrgb_mst back. Otherwise, pending pageflips would remain pending after a CRTC is disabled. Signed-off-by: Tomeu Vizoso --- drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 5 +++--