linux/drivers/gpu/drm/amd/display/amdgpu_dm
Andrey Grodzovsky 1159898a88 drm/amd/display: Handle commit plane with no FB.
1) Always call flip ISR, for any surface comit, not only for page flip.

2) For events not signaled in flip ISR, handle them in end of commit_tail.

3)Fix race condition between subsequent atomic calls by removing
  current state access AFTER drm_atomic_helper_commit_hw_done
  was called. After this call a pending next commit will
  swap in his own state into objects and proceed.

Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2017-09-26 18:08:02 -04:00
..
amdgpu_dm_helpers.c drm/amd/display: Add function to log connectivity 2017-09-26 18:07:52 -04:00
amdgpu_dm_irq.c drm/amd/display: Fix s3 hang on resume. 2017-09-26 17:22:35 -04:00
amdgpu_dm_irq.h drm/amd/display: Fix s3 hang on resume. 2017-09-26 17:22:35 -04:00
amdgpu_dm_mst_types.c drm/amd/display: i2c/aux Remove link index. 2017-09-26 18:06:54 -04:00
amdgpu_dm_mst_types.h drm/amd/display: Refactor edid read. 2017-09-26 17:22:17 -04:00
amdgpu_dm_services.c drm/amd/display: Remove DCE12 guards 2017-09-26 17:19:36 -04:00
amdgpu_dm_types.c drm/amd/display: Handle commit plane with no FB. 2017-09-26 18:08:02 -04:00
amdgpu_dm_types.h drm/amd/display: get_atomic_property missing for drm_connector_funcs 2017-09-26 17:22:51 -04:00
amdgpu_dm.c drm/amd/display: Handle commit plane with no FB. 2017-09-26 18:08:02 -04:00
amdgpu_dm.h drm/amd/display: Switch to DRM helpers in s3. 2017-09-26 17:18:36 -04:00
Makefile