All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Support mclk switching when monitors are in sync (v2)
@ 2019-08-22 19:30 Alex Deucher
       [not found] ` <20190822193050.3107-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Alex Deucher @ 2019-08-22 19:30 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher

This patch set enables mclk switching with multiple monitors when all
monitors are sync.  Normally mclk switching is not available with
multiple monitors because the vblank timing does not line up.  However,
if the timing is identical, the display driver can sync up the displays
in some cases.  Check for these cases and allow mclk switch when
possible.

Alex Deucher (4):
  drm/amdgpu/powerplay/smu7: enable mclk switching if monitors are
    synced
  drm/amdgpu/powerplay/vega10: enable mclk switching if monitors are
    synced
  drm/amd/display: update bw_calcs to take pipe sync into account (v3)
  drm/amdgpu/display: add flag for multi-display mclk switching

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  3 ++
 .../gpu/drm/amd/display/dc/calcs/dce_calcs.c  | 33 +++++++++++++++++--
 drivers/gpu/drm/amd/display/dc/dc.h           |  2 +-
 drivers/gpu/drm/amd/include/amd_shared.h      |  1 +
 .../gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c  |  7 ++--
 .../drm/amd/powerplay/hwmgr/vega10_hwmgr.c    |  3 +-
 6 files changed, 42 insertions(+), 7 deletions(-)

-- 
2.20.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-08-23  3:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-22 19:30 [PATCH 0/4] Support mclk switching when monitors are in sync (v2) Alex Deucher
     [not found] ` <20190822193050.3107-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2019-08-22 19:30   ` [PATCH 1/4] drm/amdgpu/powerplay/smu7: enable mclk switching if monitors are synced Alex Deucher
2019-08-22 19:30   ` [PATCH 2/4] drm/amdgpu/powerplay/vega10: " Alex Deucher
2019-08-22 19:30   ` [PATCH 3/4] drm/amd/display: update bw_calcs to take pipe sync into account (v3) Alex Deucher
2019-08-22 19:30   ` [PATCH 4/4] drm/amdgpu/display: add flag for multi-display mclk switching Alex Deucher
     [not found]     ` <20190822193050.3107-5-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2019-08-22 19:40       ` Kazlauskas, Nicholas
2019-08-23  3:42       ` Quan, Evan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.