Re: [PATCH] drm/tinydrm: Remove explicit .best_encoder assignment

2017-10-13 Thread Noralf Trønnes
Den 10.10.2017 22.58, skrev Haneen Mohammed: Since the driver is relying on the atomic helpers, remove the explicit .best_encoder assignment and let the core call drm_atomic_helper_best_encoder(). Signed-off-by: Haneen Mohammed --- Thanks, applied to drm-misc.

[PATCH] drm/tinydrm: Remove explicit .best_encoder assignment

2017-10-11 Thread Haneen Mohammed
Since the driver is relying on the atomic helpers, remove the explicit .best_encoder assignment and let the core call drm_atomic_helper_best_encoder(). Signed-off-by: Haneen Mohammed --- drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c | 1 - 1 file changed, 1 deletion(-)