[Intel-gfx] [PATCH v6 2/3] drm: Introduce epoch counter to drm_connector

2020-06-30 Thread Kunal Joshi
From: Stanislav Lisovskiy From: Stanislav Lisovskiy This counter will be used by drm_helper_probe_detect caller to determine if anything had changed(including edid, connection status and etc). Hardware specific driver detect hooks are responsible for updating this counter when some change is

[Intel-gfx] [PATCH v6 2/3] drm: Introduce epoch counter to drm_connector

2020-06-26 Thread Kunal Joshi
From: Stanislav Lisovskiy From: Stanislav Lisovskiy This counter will be used by drm_helper_probe_detect caller to determine if anything had changed(including edid, connection status and etc). Hardware specific driver detect hooks are responsible for updating this counter when some change is

[Intel-gfx] [PATCH v6 2/3] drm: Introduce epoch counter to drm_connector

2020-06-24 Thread Kunal Joshi
From: Stanislav Lisovskiy This counter will be used by drm_helper_probe_detect caller to determine if anything had changed(including edid, connection status and etc). Hardware specific driver detect hooks are responsible for updating this counter when some change is detected to notify the drm

[Intel-gfx] [PATCH v6 2/3] drm: Introduce epoch counter to drm_connector

2019-09-06 Thread Stanislav Lisovskiy
This counter will be used by drm_helper_probe_detect caller to determine if anything had changed(including edid, connection status and etc). Hardware specific driver detect hooks are responsible for updating this counter when some change is detected to notify the drm part, which can trigger for