Re: [PATCH 7/8] drm: Nuke drm_atomic_helper_connector_dpms
From: Shawn Guo <shawnguo@kernel.org>
Date: 2017-07-25 14:42:38
From: Shawn Guo <shawnguo@kernel.org>
Date: 2017-07-25 14:42:38
On Tue, Jul 25, 2017 at 10:01:21AM +0200, Daniel Vetter wrote:
It's dead code, the core handles all this directly now. The only special case is nouveau and tda988x which used one function for both legacy modeset code and -nv50 atomic world instead of 2 vtables. But amounts to exactly the same. v2: Rebase over the panel/brideg refactorings in stm/ltdc. Signed-off-by: Daniel Vetter <redacted>
...
drivers/gpu/drm/zte/zx_hdmi.c | 1 - drivers/gpu/drm/zte/zx_tvenc.c | 1 - drivers/gpu/drm/zte/zx_vga.c | 1 -
Acked-by: Shawn Guo <shawnguo@kernel.org>