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)
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>

No differences found