drm: Don't prune modes loudly when a connector is disconnected
authorDamien Lespiau <damien.lespiau@intel.com>
Wed, 8 May 2013 16:03:32 +0000 (17:03 +0100)
committerDave Airlie <airlied@redhat.com>
Fri, 10 May 2013 04:45:59 +0000 (14:45 +1000)
commitebbd97ad885c3c41f56a5f81c27b1ea8156a0f07
treee3d41362ddb80d76d71ce19f404a518d9c9cee6c
parent97fbfbf40b678b95551276e9413517ba7858dba7
drm: Don't prune modes loudly when a connector is disconnected

drm_helper_probe_single_connector_modes() is responsible for pruning the
previously detected modes on a disconnected connector. We don't really
need to log, again, the full list of modes that used to be valid when
connected.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc_helper.c