drm/amd/display: Don't expose support for DRM_FORMAT_RGB888
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Mon, 21 Jan 2019 14:44:47 +0000 (09:44 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Feb 2019 20:58:26 +0000 (15:58 -0500)
commit3e4ba0cdbb244a670779793117d6042bd6c0ce64
tree9f9ac725466cca1486aa88f4bf773fbe669d64a0
parent2d9e64317e3ab6e751d7bc10ad9839d3fd7a5efa
drm/amd/display: Don't expose support for DRM_FORMAT_RGB888

[Why]
This format isn't supported in DC and some IGT tests fail since we
expose support for it.

[How]
Remove it.

Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c