[PATCH] drm/komeda: Initialize and enable output polling on Komeda

2019-08-02 Thread Lowry Li (Arm Technology China)
From: "Lowry Li (Arm Technology China)" Initialize and enable output polling on Komeda. Changes since v1: 1. Enable the polling before registering the driver; 2. Disable the polling after unregistering the driver. Changes since v2: 1. If driver register failed, disable the polling.

[PATCH] drm/komeda: Initialize and enable output polling on Komeda

2019-08-02 Thread Lowry Li (Arm Technology China)
From: "Lowry Li (Arm Technology China)" Initialize and enable output polling on Komeda. Changes since v1: 1. Enable the polling before registering the driver; 2. Disable the polling after unregistering the driver. Signed-off-by: Lowry Li (Arm Technology China) ---

Re: [PATCH] drm/komeda: Initialize and enable output polling on Komeda

2019-08-01 Thread Lowry Li (Arm Technology China)
Hi Liviu, On Fri, Jul 26, 2019 at 01:15:33PM +, Liviu Dudau wrote: > On Fri, Jul 26, 2019 at 08:00:29AM +, Lowry Li (Arm Technology China) > wrote: > > Initialize and enable output polling on Komeda. > > > > Signed-off-by: Lowry Li (Arm Technology China) > > --- > >

Re: [PATCH] drm/komeda: Initialize and enable output polling on Komeda

2019-07-26 Thread Liviu Dudau
On Fri, Jul 26, 2019 at 08:00:29AM +, Lowry Li (Arm Technology China) wrote: > Initialize and enable output polling on Komeda. > > Signed-off-by: Lowry Li (Arm Technology China) > --- > drivers/gpu/drm/arm/display/komeda/komeda_kms.c | 4 > 1 file changed, 4 insertions(+) > > diff

[PATCH] drm/komeda: Initialize and enable output polling on Komeda

2019-07-26 Thread Lowry Li (Arm Technology China)
Initialize and enable output polling on Komeda. Signed-off-by: Lowry Li (Arm Technology China) --- drivers/gpu/drm/arm/display/komeda/komeda_kms.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/arm/display/komeda/komeda_kms.c