[prev in list] [next in list] [prev in thread] [next in thread] 

List:       dri-patches
Subject:    drm: Changes to 'refs/tags/libdrm-2.4.105'
From:       GitLab Mirror <gitlab-mirror () kemper ! freedesktop ! org>
Date:       2021-04-07 14:09:47
Message-ID: 20210407140947.8ACB8761C9 () kemper ! freedesktop ! org
[Download RAW message or body]

Tag 'libdrm-2.4.105' created by Leo Liu <leo.liu@amd.com> at 2021-04-07 14:09 +0000

libdrm-2.4.105
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE6eJGqJ5lN064NVeWuLX6Dvwewv4FAmBtvRsACgkQuLX6Dvwe
wv7Mfw//bT7cYA+8BnX5M4/M4rcfo9v3yEfOA5XWNNke23gxsZEsFTRGjyPtK82t
Ae/t31iMLHPD3RDM9BUE0HPjy28ZOJEwRtxsto47ewfZwJXdP/Yk0znLXwvYpCto
eOIVL4RxbuFZtAI8euu/D/Y0Dn+DlgZG0Sjk9VgT7QPHRUGN5jlO3cDsJN6Tok39
9u49xkiLeyS/EeWg7+k8tup6jAgi0SfJ7ed4zMKmQYeUtjdExyWOhcHRXTNPWgoM
VoKrSu04iy8eYtFMOIMHb+7Tvgp2Xs4CvoIqNsDkEMG60f9Zcd3IanEF3vlL+KNT
C8igS1BzN0GuRW9lT5qKVU4P4neQz5/tYxbdG/yp4HirSyAQNIjymb5kXvYTLmFM
N4kuBUR8pMyqPhxQJAd1OWAb2r7JSDHXXsVOzorfICYDskIqP2yaEhHs7KqJcqeL
8Nwq72SYagRgZPO6eK2Iz5I6kLorbbE3ML/tvEq/eFcLCkDw6YU4Mq+AFJAoOSon
8DzA8hgG+7WKyJJqbRZugpPu/sboka2xHGOQqGoa/UgXiSSeCye6KTQXZewl9/nR
0IdWrZd8i/LPqSHHBACDY28afY0RB45n1doQJNPJmQ5RrHlxXUlFvsRWVx68QRMT
eJikasUEgZpOW5nWIef0qnccJJ/bWKWNzZxEO9WXpsWTArndBzo=
=xfvN
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.104:
Alex Deucher (1):
      amdgpu: update marketing names

Alistair Delva (1):
      xf86drm: fix null pointer deref in drmGetBufInfo

Ashutosh Dixit (1):
      intel: Keep libdrm working without pread/pwrite ioctls

Emil Velikov (3):
      xf86drm: cap number of reported devices by drmGetDevice(2)
      Revert "xf86drm: cap number of reported devices by drmGetDevice(2)"
      xf86drm: cap number of reported devices by drmGetDevice(2)

Fabio Estevam (1):
      tests/util: Add mxsfb-drm driver

Fang Tan (1):
      meson: use library() instead of shared_library().

Heiko Becker (1):
      meson: Also search for rst2man.py

James Zhu (1):
      tests/amdgpu: add vcn test support for dimgrey_cavefish

Jinzhou Su (1):
      test/amdgpu: remove static varible in Syncobj test

Lang Yu (2):
      drm/tests/amdgpu: fix Metadata test failed issue
      tests/amdgpu: fix bo eviction test issue

Leo Liu (4):
      amdgpu_drm: sync up with the latest amdgpu_drm.h based on drm-next \
(https://cgit.freedesktop.org/drm/drm)  amdgpu: sync up amdgpu_drm.h with latest from \
kernel  amdgpu: add function of INFO ioctl for querying video caps
      Bump version to 2.4.105

Simon Ser (4):
      xf86drmMode: add drmIsKMS
      xf86drm: warn about GEM handle reference counting
      xf86drmMode: introduce drmModeGetPropertyType
      xf86drmMode: set FB_MODIFIERS flag when modifiers are supplied

Sonny Jiang (1):
      tests/amdgpu/vcn: clean abundant codes

Tao Zhou (1):
      tests/amdgpu: add vcn test support for navy_flounder

Tejas Upadhyay (3):
      intel: sync i915_pciids.h with kernel
      intel: add INTEL_ADLS_IDS to the pciids list
      intel: Add support for JSL

Valentin Churavy (1):
      Use dep_rt in amdgpu/meson.build

Victor Hugo Vianna Silva (1):
      Avoid some compiler errors for tests/util/pattern.c

---
 amdgpu/amdgpu-symbols.txt    |    1 
 amdgpu/amdgpu.h              |   17 ++++
 amdgpu/amdgpu_gpu_info.c     |   15 +++
 amdgpu/meson.build           |    4 
 core-symbols.txt             |    1 
 data/amdgpu.ids              |    6 +
 etnaviv/meson.build          |    2 
 exynos/meson.build           |    2 
 freedreno/meson.build        |    2 
 include/drm/amdgpu_drm.h     |   51 ++++++++++--
 intel/i915_pciids.h          |  177 ++++++++++++++++++++++++-------------------
 intel/intel_bufmgr_gem.c     |   96 ++++++++++++++++++++++-
 intel/intel_chipset.c        |    2 
 intel/meson.build            |    2 
 libkms/meson.build           |    2 
 meson.build                  |    6 -
 nouveau/meson.build          |    2 
 omap/meson.build             |    2 
 radeon/meson.build           |    2 
 tegra/meson.build            |    2 
 tests/amdgpu/amdgpu_test.c   |    6 -
 tests/amdgpu/basic_tests.c   |   13 ++-
 tests/amdgpu/bo_tests.c      |    4 
 tests/amdgpu/syncobj_tests.c |    2 
 tests/amdgpu/vcn_tests.c     |    6 -
 tests/util/kms.c             |    1 
 tests/util/pattern.c         |    5 -
 xf86drm.c                    |   11 ++
 xf86drm.h                    |   18 ++++
 xf86drmMode.c                |   14 +++
 xf86drmMode.h                |   12 ++
 31 files changed, 365 insertions(+), 121 deletions(-)
---


--
_______________________________________________
Dri-patches mailing list
Dri-patches@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-patches


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic