1. 25 1月, 2022 1 次提交
  2. 17 1月, 2022 1 次提交
  3. 09 12月, 2021 1 次提交
  4. 02 12月, 2021 1 次提交
  5. 25 11月, 2021 6 次提交
  6. 23 11月, 2021 7 次提交
  7. 18 11月, 2021 3 次提交
  8. 11 11月, 2021 1 次提交
  9. 10 11月, 2021 4 次提交
  10. 04 11月, 2021 2 次提交
  11. 02 11月, 2021 1 次提交
  12. 29 10月, 2021 4 次提交
  13. 28 10月, 2021 1 次提交
  14. 26 10月, 2021 1 次提交
  15. 22 10月, 2021 1 次提交
  16. 20 10月, 2021 1 次提交
  17. 14 10月, 2021 2 次提交
    • N
      drm/amd/display: Enable PSR by default on newer DCN · 9470620e
      Nicholas Kazlauskas 提交于
      [Why]
      For optimal power savings on panels that can support it.
      
      This was previously left disabled by default because of issues with
      compositors that do not pageflip and scan out directly to the
      frontbuffer.
      
      For these compositors we now have detection methods that wait for x
      number of pageflips after a full update - triggered by a buffer or
      format change typically.
      
      This may introduce bugs or new cases not tested by users so this is
      only currently targeting newer DCN.
      
      [How]
      Add code in DM to set PSR state by default for newer DCN while falling
      back to the feature mask for older.
      
      Add a global debug flag that can be set to disable it for either.
      Signed-off-by: NNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
      Reviewed-by: NHarry Wentland <harry.wentland@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      9470620e
    • S
      amd/display: check cursor plane matches underlying plane · d1bfbe8a
      Simon Ser 提交于
      The current logic checks whether the cursor plane blending
      properties match the primary plane's. However that's wrong,
      because the cursor is painted on all planes underneath. If
      the cursor is over the primary plane and the overlay plane,
      it's painted on both pipes.
      
      Iterate over the CRTC planes and check their scaling match
      the cursor's.
      
      v4: fix typo in commit message (Harry)
      Signed-off-by: NSimon Ser <contact@emersion.fr>
      Cc: Alex Deucher <alexander.deucher@amd.com>
      Cc: Harry Wentland <hwentlan@amd.com>
      Cc: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
      Cc: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
      Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
      Cc: Sean Paul <seanpaul@chromium.org>
      Reviewed-by: NHarry Wentland <harry.wentland@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      d1bfbe8a
  18. 07 10月, 2021 2 次提交