Re: [PATCH] drm/komeda: Adds error event print functionality

2019-08-02 Thread Mihail Atanassov
On Friday, 2 August 2019 10:43:10 BST Lowry Li (Arm Technology China) wrote: > From: "Lowry Li (Arm Technology China)" > > Adds to print the event message when error happens and the same event > will not be printed until next vsync. > > Changes since v2: > 1. Refine komeda_sprintf(); > 2. Not us

[PATCH] drm/komeda: Adds error event print functionality

2019-08-02 Thread Lowry Li (Arm Technology China)
From: "Lowry Li (Arm Technology China)" Adds to print the event message when error happens and the same event will not be printed until next vsync. Changes since v2: 1. Refine komeda_sprintf(); 2. Not using STR_SZ macro for the string size in komeda_print_events(). Changes since v1: 1. Handling

Re: [PATCH] drm/komeda: Adds error event print functionality

2019-07-23 Thread Liviu Dudau
On Tue, Jul 23, 2019 at 07:37:42AM +, Lowry Li (Arm Technology China) wrote: > On Mon, Jul 22, 2019 at 04:18:01PM +, Liviu Dudau wrote: > > On Mon, Jul 22, 2019 at 11:15:12AM +, james qian wang (Arm Technology > > China) wrote: > > > On Fri, Jul 19, 2019 at 11:40:11AM +, Liviu Duda