]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/display: fix mpo validation failure
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Mon, 6 Nov 2017 18:50:06 +0000 (13:50 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Dec 2017 17:48:10 +0000 (12:48 -0500)
commit26247e77790c00e65e8040416f116519ae7ed1b3
tree6ea3e90c22d408f33d6a6ba3f4c08809c8e9e8d6
parente56dc89b3c6619bb2c4985da13d6f0dfe2711397
drm/amd/display: fix mpo validation failure

There was an error in translation of mode support check.
"N/A" is a failure condition while "" was a special case.
This change will differentiate between the two by using a
define.

Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@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/dml/display_mode_vba.c