OSDN Git Service

drm/i915: Fix the old vs. new epoch counter check during hotplug detect
authorImre Deak <imre.deak@intel.com>
Wed, 1 Jul 2020 18:00:01 +0000 (21:00 +0300)
committerImre Deak <imre.deak@intel.com>
Thu, 2 Jul 2020 08:30:11 +0000 (11:30 +0300)
commitc3bad0c7e541776d16369d148f164879a72d022b
tree8654624861f1d6012d8bee7bb27627081647dad4
parentcdf01268bc235199791e5ee2489c5c3c31fd7391
drm/i915: Fix the old vs. new epoch counter check during hotplug detect

The old epoch counter was left uninited, so the function returned a
changed state always.

While at it debug print the old epoch counter as well.

Fixes: 35205ee9ba46 ("drm/i915: Send hotplug event if edid had changed")
Cc: Kunal Joshi <kunal1.joshi@intel.com>
Cc: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200701180001.15857-1-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_hotplug.c