1. 06 8月, 2021 1 次提交
  2. 22 7月, 2021 1 次提交
  3. 15 7月, 2021 1 次提交
  4. 01 7月, 2021 1 次提交
  5. 30 6月, 2021 1 次提交
  6. 19 6月, 2021 1 次提交
    • R
      drm/amd/display: Add Freesync video documentation · 5fd953a3
      Rodrigo Siqueira 提交于
      Recently, we added support for an experimental feature named Freesync
      video; for more details on that, refer to:
      
      commit 6f59f229 ("drm/amd/display: Skip modeset for front porch change")
      commit d10cd527 ("drm/amd/display: Add freesync video modes based on preferred modes")
      commit 0eb1af2e ("drm/amd/display: Add module parameter for freesync video mode")
      
      Nevertheless, we did not document it in detail in our driver. This
      commit introduces a kernel-doc and expands the module parameter
      description.
      
      Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
      Cc: Sean Paul <seanpaul@chromium.org>
      Cc: Harry Wentland <Harry.Wentland@amd.com>
      Signed-off-by: NRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
      Reviewed by: Aurabindo Pillai <aurabindo.pillai@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      5fd953a3
  7. 05 6月, 2021 1 次提交
  8. 02 6月, 2021 1 次提交
  9. 28 5月, 2021 1 次提交
  10. 27 5月, 2021 1 次提交
    • T
      drm/amdgpu: Implement mmap as GEM object function · 71df0368
      Thomas Zimmermann 提交于
      Moving the driver-specific mmap code into a GEM object function allows
      for using DRM helpers for various mmap callbacks.
      
      This change resolves several inconsistencies between regular mmap and
      prime-based mmap. The vm_ops field in vma is now set for all mmap'ed
      areas. Previously it way only set for regular mmap calls, prime-based
      mmap used TTM's default vm_ops. The function amdgpu_verify_access() is
      no longer being called and therefore removed by this patch.
      
      As a side effect, amdgpu_ttm_vm_ops and amdgpu_ttm_fault() are now
      implemented in amdgpu's GEM code.
      
      v4:
      	* rebased
      v3:
      	* rename mmap function to amdgpu_gem_object_mmap() (Christian)
      	* remove unnecessary checks from mmap (Christian)
      v2:
      	* rename amdgpu_ttm_vm_ops and amdgpu_ttm_fault() to
      	  amdgpu_gem_vm_ops and amdgpu_gem_fault() (Christian)
      	* the check for kfd_bo has meanwhile been removed
      Signed-off-by: NThomas Zimmermann <tzimmermann@suse.de>
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20210525151055.8174-3-tzimmermann@suse.de
      71df0368
  11. 25 5月, 2021 1 次提交
  12. 20 5月, 2021 3 次提交
  13. 11 5月, 2021 4 次提交
  14. 05 5月, 2021 1 次提交
  15. 29 4月, 2021 1 次提交
  16. 21 4月, 2021 2 次提交
  17. 14 4月, 2021 1 次提交
  18. 10 4月, 2021 6 次提交
  19. 24 3月, 2021 11 次提交