drm/amd/display: Block 3D Timings
authorJoshua Aberback <Joshua.Aberback@amd.com>
Tue, 29 Nov 2016 22:56:05 +0000 (17:56 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:02:07 +0000 (17:02 -0400)
commit1293b4339fb09693bdfc938495b671f0ac9bfae5
treed88cd5630f69e0dfab6b82463224d6f5de36503b
parentead964f24e111aa5ba6ec4c2ee15ae20f11a121a
drm/amd/display: Block 3D Timings

- we don't yet support 3D timings in DAL3
- somehow a code path was being executed that resulted in HW programming
for a 3D timing, which caused 3D displays to show half the desktop in one
frame, and the other half of the desktop in the next frame
- blocking all 3D timings in timing generator validation until we
implement proper 3D timing support

Signed-off-by: Joshua Aberback <Joshua.Aberback@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c