Skip to content

Commit 6d62275

Browse files
superm1alexdeucher
authored andcommitted
drm/amd: Drop some common modes from amdgpu_connector_add_common_modes()
[Why] DC and non-DC codepaths have different sets of common modes that are added for eDP and LVDS cases. This can cause different behaviors for turning on DC on hardware that can support both. [How] Drop extra modes from amdgpu_connector_add_common_modes() not present in amdgpu_dm_connector_add_common_modes(). Cc: Timur Kristóf <[email protected]> Reviewed-by: Timur Kristóf <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mario Limonciello <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent dbf2341 commit 6d62275

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -404,18 +404,12 @@ static void amdgpu_connector_add_common_modes(struct drm_encoder *encoder,
404404
int h;
405405
} common_modes[] = {
406406
{ 640, 480},
407-
{ 720, 480},
408407
{ 800, 600},
409-
{ 848, 480},
410408
{1024, 768},
411-
{1152, 768},
412409
{1280, 720},
413410
{1280, 800},
414-
{1280, 854},
415-
{1280, 960},
416411
{1280, 1024},
417412
{1440, 900},
418-
{1400, 1050},
419413
{1680, 1050},
420414
{1600, 1200},
421415
{1920, 1080},

0 commit comments

Comments
 (0)