Re: ARC Assembler: bundle_align_mode directive support

2019-06-11 Thread Vineet Gupta
On 6/11/19 1:40 PM, Cupertino Miranda wrote: > Hi Eugeniy, > > If I understand well what this optimization would do is ... this > optimization would replace conditional code by fixed jumps that would > turn out to be always happening. Like fixed ARC build aux registers > based conditional jumps. >

Re: ARC Assembler: bundle_align_mode directive support

2019-06-11 Thread Vineet Gupta
On 6/11/19 11:47 AM, Eugeniy Paltsev wrote: > Hi Vineet, > > On Mon, 2019-06-10 at 15:55 +, Vineet Gupta wrote: >> On 6/8/19 11:21 AM, Eugeniy Paltsev wrote: >>> Hi Cupertino, >>> >>> I tried to use ".bundle_align_mode" directive in ARC assembly, but I got >>> following error: >>> ---

Re: ARC Assembler: bundle_align_mode directive support

2019-06-11 Thread Cupertino Miranda
Hi Eugeniy, If I understand well what this optimization would do is ... this optimization would replace conditional code by fixed jumps that would turn out to be always happening. Like fixed ARC build aux registers based conditional jumps. I don't understand several things: 1st. Can't we invalid

Re: ARC Assembler: bundle_align_mode directive support

2019-06-11 Thread Eugeniy Paltsev
Hi Vineet, On Mon, 2019-06-10 at 15:55 +, Vineet Gupta wrote: > On 6/8/19 11:21 AM, Eugeniy Paltsev wrote: > > Hi Cupertino, > > > > I tried to use ".bundle_align_mode" directive in ARC assembly, but I got > > following error: > > ->8-- > > Assembler messages: > >

[PATCH] drm/arcpgu: rework encoder search

2019-06-11 Thread Eugeniy Paltsev
Instead of using non-standard "encoder-slave" property to find encoder let's find it by associated endpoint. While I'm on it add corresponding log message if we don't find any encoder and we assume that we use virtual LCD on the simulation platform. Signed-off-by: Eugeniy Paltsev --- drivers/gp