[PATCH] DRM: Don't re-poll connector for disconnect

2015-04-17 Thread Josef Holzmayr
Am 17.04.2015 um 13:23 schrieb Chris Wilson: > On Thu, Apr 16, 2015 at 02:16:29PM +0200, Josef Holzmayr wrote: >> DRM probe should not repoll a connector if it is already >> connected and the DRM_CONNECTOR_POLL_DISCONNECT flag is not set. >> >> Signed-off-by: Josef

[PATCH] DRM: Don't re-poll connector for disconnect

2015-04-16 Thread Josef Holzmayr
DRM probe should not repoll a connector if it is already connected and the DRM_CONNECTOR_POLL_DISCONNECT flag is not set. Signed-off-by: Josef Holzmayr --- drivers/gpu/drm/drm_probe_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm