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

List:       dri-patches
Subject:    drm: Changes to 'refs/tags/libdrm-2.4.103'
From:       GitLab Mirror <gitlab-mirror () kemper ! freedesktop ! org>
Date:       2020-11-04 3:24:52
Message-ID: 20201104032452.2253A76164 () kemper ! freedesktop ! org
[Download RAW message or body]

Tag 'libdrm-2.4.103' created by Dave Airlie <airlied@redhat.com> at 2020-11-04 03:24 +0000

libdrm-2.4.103
-----BEGIN PGP SIGNATURE-----

iQIcBAABAgAGBQJfoh7uAAoJEAx081l5xIa+/1cP/0RIlErCyihpNapTmoLiEZQ2
yHzUa77QIBQ7CczaFPWXEuqIqds+VYGUjOGjc4X38mem2KXBMLUOk00YioLQxlqm
/DJKxwzDx/T+CcAz41daIK/2PM2HxX+QRm4O2hrU3YA2NfFLlf3/ya1BwGFKGRbS
ezdBkLmrFi8FiFujonMyi3/NHgX3cYr8I96B04KeYvE1fLce1SomGTyYgQ71nknz
Abc3uDDi4+uCR18pDxuwIsgHk2T0jUQ+0WGrVE3dtYCYq3yC01DAHm07g7EWKJ9/
s+ufyuUHjv5iq6oXjRwtTVdoioA5Dikt/7fWUYN0795O5xluGxhodNF1LR2qECPb
EblZcs3EP0CZN+h7ufjw+MSAmmkeedQtT04tB9DK1tAK+OJ27Mp3gcMVydq53OCM
m61Hp4gYZVyA9nbE2NAH88RPZA6uQqGbU4/ANeU2mMSiz6nS3bEWBNAjy7uHvKIZ
G91Dk+iITzU+ZhsA2kFcrR9Obk7LonhZcsJU2huTkk7kDQQXcmiBKYzmcK+ElLIG
Mz2k1LAcmje5XDiTr/iYbL8hKhebfsu0NlqY+dESa1jlqpkQuMuJALAsQov/HWHY
070ILo7hxGfnXsUKRy5EF4lxJ18DQXLd58JF4CozO68dAXGa+mY1K/a1ThaNc2om
X+y//nTD29T780pWhvVh
=knXT
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.102:
Aaron Liu (7):
      tests/amdgpu: expand secure param for exec_cs_helper (v2)
      tests/amdgpu: add atomic_mem cp_packet to verify the secure buffer
      tests/amdgpu: add test to submit a gfx command with secure context
      tests/amdgpu: add atomic dma command to verify the secure buffer (v2)
      tests/amdgpu: add test to submit a sdma command with secure context
      test/amdgpu: add drm version checking for security suite
      test/amdgpu: enable security suite tests

Adam Miszczak (1):
      intel: sync i915_pciids.h with kernel

Alex Deucher (4):
      amdgpu: add marketing names from 20.10
      amdgpu: add marketing names from 20.40
      amdgpu: sync up amdgpu_drm.h with latest from kernel
      amdgpu: only enable security tests on raven family

Carsten Haitzler (1):
      tests: add komeda to list of modules to look for for testing

Dave Airlie (1):
      Bump version to 2.4.103

Eric Engestrom (1):
      core: use `O_RDONLY` instead of ambiguous `0` flag

Heiko Thiery (1):
      xf86drm.c: fix build failure

Huang Rui (5):
      tests/amdgpu: add security test suite (v2)
      tests/amdgpu: add secure buffer allocation test for system memory
      tests/amdgpu: add secure buffer allocation test for invisible VRAM
      tests/amdgpu: expand write linear helper for security (v3)
      tests/amdgpu: add device handle as input param for exec_cs_helper and write_linear_helper (v4)

James Zhu (1):
      tests/amdgpu/vcn: add Arcturus decode test support

Jeremy Cline (1):
      man: Update the bug URL to gitlab.freedesktop.org

José Roberto de Souza (1):
      intel: sync i915_pciids.h with kernel

Le Ma (5):
      tests/amdgpu: add function to check Asic is Arcturus
      tests/amdgpu: create Active function for basic test suite
      tests/amdgpu: disable gfx engine basic test cases for Arcturus
      tests/amdgpu: move arcturus asic check function to common place
      tests/amdgpu: disable unsupported test cases for Arcturus

Leo Liu (3):
      tests/amdgpu: add VCN3.0 regs support
      tests/amdgpu: clear msg decode flag
      tests/amdgpu: clear the extension flag

Luben Tuikov (2):
      tests/amdgpu: Remove forward declarations
      tests/amdgpu: Secure bounce test (v4)

Lucas Stach (1):
      tests/util: Add imx-dcss driver

Paul Gofman (1):
      xf86drm.c: Use integer logarithm.

Pavan Kumar Ramayanam (1):
      amdgpu: Add Device IDs for Embedded Raven2 platforms

Tapani Pälli (1):
      intel: add INTEL_DG1_IDS to the pciids list

Tianci.Yin (1):
      tests/amdgpu: disable VCN test if no VCN ring available(v2)

sitanliu (1):
      amdgpu: add device IDs for Raven, Picasso and Renoir

sunil kumar dora sermsity (1):
      intel: Add PCI ID support to RKL platform

---
 data/amdgpu.ids                |   61 +++++
 include/drm/amdgpu_drm.h       |   29 ++
 intel/i915_pciids.h            |   21 +
 intel/intel_chipset.c          |    2 
 man/drm-kms.xml                |    3 
 man/drm-memory.xml             |    3 
 man/drm.xml                    |    3 
 man/drmAvailable.xml           |    3 
 man/drmHandleEvent.xml         |    3 
 man/drmModeGetResources.xml    |    3 
 meson.build                    |    2 
 tests/amdgpu/amdgpu_test.c     |   13 +
 tests/amdgpu/amdgpu_test.h     |   53 ++++
 tests/amdgpu/basic_tests.c     |  224 +++++++++++++++++--
 tests/amdgpu/cs_tests.c        |    6 
 tests/amdgpu/deadlock_tests.c  |   10 
 tests/amdgpu/decode_messages.h |    4 
 tests/amdgpu/meson.build       |    2 
 tests/amdgpu/security_tests.c  |  481 +++++++++++++++++++++++++++++++++++++++++
 tests/amdgpu/vce_tests.c       |    6 
 tests/amdgpu/vcn_tests.c       |   49 +++-
 tests/amdgpu/vm_tests.c        |   12 -
 tests/util/kms.c               |    2 
 xf86drm.c                      |   30 +-
 24 files changed, 963 insertions(+), 62 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