1. 16 Feb, 2023 10 commits
  2. 14 Feb, 2023 26 commits
  3. 09 Feb, 2023 4 commits
    • Alex Deucher's avatar
      Revert "drm/amd/display: disable S/G display on DCN 3.1.5" · 512e8475
      Alex Deucher authored
      This reverts commit 3cc67fe1.
      
      Some users have reported flickerng with S/G display.  We've
      tried extensively to reproduce and debug the issue on a wide
      variety of platform configurations (DRAM bandwidth, etc.) and
      a variety of monitors, but so far have not been able to.  We
      disabled S/G display on a number of platforms to address this
      but that leads to failure to pin framebuffers errors and
      blank displays when there is memory pressure or no displays
      at all on systems with limited carveout (e.g., Chromebooks).
      We have a parameter to disable this as a debugging option as a
      way for users to disable this, depending on their use case,
      and for us to help debug this further.  Having this enabled
      seems like the lesser of to evils.
      Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
      Acked-by: default avatarChristian König <christian.koenig@amd.com>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      512e8475
    • Alex Deucher's avatar
      Revert "drm/amd/display: disable S/G display on DCN 2.1.0" · c4029779
      Alex Deucher authored
      This reverts commit 2404f9b0.
      
      Some users have reported flickerng with S/G display.  We've
      tried extensively to reproduce and debug the issue on a wide
      variety of platform configurations (DRAM bandwidth, etc.) and
      a variety of monitors, but so far have not been able to.  We
      disabled S/G display on a number of platforms to address this
      but that leads to failure to pin framebuffers errors and
      blank displays when there is memory pressure or no displays
      at all on systems with limited carveout (e.g., Chromebooks).
      We have a parameter to disable this as a debugging option as a
      way for users to disable this, depending on their use case,
      and for us to help debug this further.  Having this enabled
      seems like the lesser of to evils.
      Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
      Acked-by: default avatarChristian König <christian.koenig@amd.com>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      c4029779
    • Alex Deucher's avatar
      Revert "drm/amd/display: disable S/G display on DCN 3.1.2/3" · 8f56a0fe
      Alex Deucher authored
      This reverts commit f081cd4c.
      
      Some users have reported flickerng with S/G display.  We've
      tried extensively to reproduce and debug the issue on a wide
      variety of platform configurations (DRAM bandwidth, etc.) and
      a variety of monitors, but so far have not been able to.  We
      disabled S/G display on a number of platforms to address this
      but that leads to failure to pin framebuffers errors and
      blank displays when there is memory pressure or no displays
      at all on systems with limited carveout (e.g., Chromebooks).
      We have a parameter to disable this as a debugging option as a
      way for users to disable this, depending on their use case,
      and for us to help debug this further.  Having this enabled
      seems like the lesser of to evils.
      Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
      Acked-by: default avatarChristian König <christian.koenig@amd.com>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      8f56a0fe
    • Alex Deucher's avatar
      drm/amdgpu: add S/G display parameter · bf0207e1
      Alex Deucher authored
      Some users have reported flickerng with S/G display.  We've
      tried extensively to reproduce and debug the issue on a wide
      variety of platform configurations (DRAM bandwidth, etc.) and
      a variety of monitors, but so far have not been able to.  We
      disabled S/G display on a number of platforms to address this
      but that leads to failure to pin framebuffers errors and
      blank displays when there is memory pressure or no displays
      at all on systems with limited carveout (e.g., Chromebooks).
      Add a option to disable this as a debugging option as a
      way for users to disable this, depending on their use case,
      and for us to help debug this further.
      
      v2: fix typo
      Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
      Acked-by: default avatarChristian König <christian.koenig@amd.com>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      bf0207e1