Re: [PATCH] drm/rockchip: Rely on the default best_encoder() behavior

2017-10-10 Thread Daniel Vetter
On Mon, Oct 09, 2017 at 05:18:57PM -0600, Haneen Mohammed wrote: > On Wed, Sep 27, 2017 at 04:06:21PM -0400, Sean Paul wrote: > > On Wed, Sep 27, 2017 at 12:23:17PM -0600, Haneen Mohammed wrote: > > > Since the output has 1:1 relationship between connectors and encoders, > > > and the driver is rel

Re: [PATCH] drm/rockchip: Rely on the default best_encoder() behavior

2017-10-10 Thread Haneen Mohammed
On Wed, Sep 27, 2017 at 04:06:21PM -0400, Sean Paul wrote: > On Wed, Sep 27, 2017 at 12:23:17PM -0600, Haneen Mohammed wrote: > > Since the output has 1:1 relationship between connectors and encoders, > > and the driver is relying on the atomic helpers, remove the custom > > best_encoder() and let

[PATCH] drm/rockchip: Rely on the default best_encoder() behavior

2017-09-28 Thread Haneen Mohammed
Since the output has 1:1 relationship between connectors and encoders, and the driver is relying on the atomic helpers, remove the custom best_encoder() and let the core call drm_atomic_helper_best_encoder(). Signed-off-by: Haneen Mohammed --- drivers/gpu/drm/rockchip/cdn-dp-core.c | 9 -

Re: [PATCH] drm/rockchip: Rely on the default best_encoder() behavior

2017-09-27 Thread Sean Paul
On Wed, Sep 27, 2017 at 12:23:17PM -0600, Haneen Mohammed wrote: > Since the output has 1:1 relationship between connectors and encoders, > and the driver is relying on the atomic helpers, remove the custom > best_encoder() and let the core call drm_atomic_helper_best_encoder(). > > Signed-off-by: