Re: [PATCH 5/7] drm/amd/display: Decouple aux from i2c

2018-07-17 Thread Alex Deucher
On Tue, Jul 17, 2018 at 9:29 AM, wrote: > From: Bhawanpreet Lakha > > [Why] > Aux engine is created from i2caux layer. We want to remove this layer > and use the engine directly. > > [How] > Decouple aux engine from i2caux. Move aux engine related code to dce folder > and use > dc resource pool

[PATCH 5/7] drm/amd/display: Decouple aux from i2c

2018-07-17 Thread sunpeng.li
From: Bhawanpreet Lakha [Why] Aux engine is created from i2caux layer. We want to remove this layer and use the engine directly. [How] Decouple aux engine from i2caux. Move aux engine related code to dce folder and use dc resource pool to manage the engine. And use the engine functions directly