linux/drivers/gpu/drm/amd/display/amdgpu_dm
Andrey Grodzovsky 53d35dc60d drm/amd/display: Fix the NULL pointer. (v2)
ret value in amdgpu_dm_atomic_check was not rest to EINVAL
after drm_atomic_add_affected_planes and by this making
any subsequent validation failure pass when returning
to atomic_check.

v2: Add WARN_ON print for dc_commit_streams in
amdgpu_dm_atomic_commit_tail since this should never
fail.

Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2017-09-26 17:20:23 -04:00
..
amdgpu_dm_helpers.c
amdgpu_dm_irq.c drm/amd/display: Register on VLBLANK ISR. 2017-09-26 17:11:15 -04:00
amdgpu_dm_irq.h
amdgpu_dm_mst_types.c drm/amd/display: Fix MST physical ports always disconnected 2017-09-26 17:13:51 -04:00
amdgpu_dm_mst_types.h
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: Fix the NULL pointer. (v2) 2017-09-26 17:20:23 -04:00
amdgpu_dm_types.h drm/amd/display: Refactor atomic commit implementation. (v2) 2017-09-26 17:17:05 -04:00
amdgpu_dm.c drm/amd/display: Remove DCE12 guards 2017-09-26 17:19:36 -04:00
amdgpu_dm.h drm/amd/display: Switch to DRM helpers in s3. 2017-09-26 17:18:36 -04:00
Makefile