xf86-video-amdgpu: Changes to 'refs/tags/xf86-video-amdgpu-21.0.0'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 30 13:44:54 UTC 2021


Tag 'xf86-video-amdgpu-21.0.0' created by Alex Deucher <alexander.deucher at amd.com> at 2021-07-30 13:44 +0000

xf86-video-amdgpu-21.0.0
-----BEGIN PGP SIGNATURE-----

iHQEABECADQWIQQBfpGodcujISWDgPGbTuT5hHTeQAUCYQQCSxYcYWxleGRldWNo
ZXJAZ21haWwuY29tAAoJEJtO5PmEdN5AJWYAn2xEH/bT9l85QIZoJTs3V6L/8eTL
AJ94aLYgtmorgRMOStSDWlqsh9BBiw==
=p4oS
-----END PGP SIGNATURE-----

Changes since xf86-video-amdgpu-19.1.0:
Adam Jackson (2):
      kms: Handle changes to SourceValidate call chain in xserver 19
      Fix link failure with gcc 10

Alex Deucher (1):
      Bump version for the 21.0.0 release

Emil Velikov (10):
      Use ODEV_ATTRIB_PATH where possible for the device node.
      Remove drmCheckModesettingSupported and kernel module loading, on Linux
      Fixup the amdgpu_bus_id() string format
      Remove NULL check after a "cannot fail" function
      Store the busid string in AMDGPUEnt
      Reuse the existing busid string
      Use the device_id straight from gpu_info
      Kill off drmOpen/Close/drmSetInterfaceVersion in favour of drmDevices
      Introduce amdgpu_device_setup helper
      Factor out common code to amdgpu_probe()

Likun Gao (1):
      Fix drmmode_crtc_scanout_create logic

Michel Dänzer (11):
      Bail from amdgpu_pixmap_get_handle with ShadowFB
      Handle NULL fb_ptr in pixmap_get_fb
      glamor: Make pixmap scanout compatible if its dimensions are
      Drop bo/width/height members from struct drmmode_scanout
      Drop struct drmmode_scanout altogether in favour of PixmapPtrs
      Make drmmode_crtc_scanout_create/destroy static
      Fix build against ABI_VIDEODRV_VERSION 25.2
      Replace a few more instances of "master"
      Check for AMDGPU_CREATE_PIXMAP_SCANOUT in amdgpu_glamor_create_pixmap
      Drop dri.h includes
      Include xf86drm.h instead of sarea.h

Niclas Zeising (1):
      Fix return value check of drmIoctl()

Peter Hutterer (1):
      gitlab CI: update to use the latest CI templates

---
 .gitlab-ci.yml         |   38 +++----
 README.md              |    2 
 configure.ac           |    2 
 man/amdgpu.man         |    2 
 src/amdgpu_bo_helper.c |   10 +
 src/amdgpu_dri3.c      |    4 
 src/amdgpu_drv.h       |   12 --
 src/amdgpu_glamor.c    |   20 ++-
 src/amdgpu_kms.c       |  144 ++++++++++++++--------------
 src/amdgpu_pixmap.h    |    2 
 src/amdgpu_probe.c     |  252 +++++++++++++++++++++----------------------------
 src/amdgpu_probe.h     |    1 
 src/compat-api.h       |    6 +
 src/drmmode_display.c  |  172 +++++++++------------------------
 src/drmmode_display.h  |   32 +++---
 15 files changed, 301 insertions(+), 398 deletions(-)
---


More information about the xorg-commit mailing list