** Summary changed:

- Add support for Intel Jasper Lake, Alder Lake
+ libdrm 2.4.105: Add support for Intel Jasper Lake, Alder Lake

** Description changed:

  [Impact]
  
  There is a new minor release available, which adds support for i915
  Jasper Lake (JSL) and Alder Lake S (ADL-S), among other things.
  
  With this added, JSL can boot hirsute with the native driver.
  
  [Test case]
  
  Boot on JSL/ADL hardware, check that the native drm/dri driver is used
  (mesa support is already included).
  
  [What could go wrong]
  
  The worst case would be that the native driver would not be used anymore
  with this version, but there's no chance for that.
+ 
+ Two regressing commits were reverted for impish, and we'll include those
+ too.
  
  --
  
  git shortlog since 2.4.104:
  
  6b4e956d299c6ff Bump version to 2.4.105
  1d13cc1032bf66f amdgpu: add function of INFO ioctl for querying video caps
  50c98335c7b4013 amdgpu: sync up amdgpu_drm.h with latest from kernel
  b362850689d1b00 xf86drmMode: set FB_MODIFIERS flag when modifiers are supplied
  a5a400c9581c3b9 tests/amdgpu: fix bo eviction test issue
  af871ec1a6f017b drm/tests/amdgpu: fix Metadata test failed issue
  6d821612d9a4bc4 xf86drmMode: introduce drmModeGetPropertyType
  f5abbc303361980 test/amdgpu: remove static varible in Syncobj test
  cd3681976c3bbef intel: Keep libdrm working without pread/pwrite ioctls
  52f05d3d896480e meson: use library() instead of shared_library().
  7d6a1759900ffde xf86drm: fix null pointer deref in drmGetBufInfo
  2e67fef5f6c5870 intel: Add support for JSL
  a9bb32cfe1ee87f xf86drm: cap number of reported devices by drmGetDevice(2)
  06844b6eaefb03c Revert "xf86drm: cap number of reported devices by 
drmGetDevice(2)"
  632f59fcbfc790a xf86drm: warn about GEM handle reference counting
  523b3658aa8efa7 xf86drmMode: add drmIsKMS
  1225171bd55f65d amdgpu_drm: sync up with the latest amdgpu_drm.h based on 
drm-next (https://cgit.freedesktop.org/drm/drm)
  3b6cfb20fb3b7dd intel: add INTEL_ADLS_IDS to the pciids list
  9086ff9dafa87f9 intel: sync i915_pciids.h with kernel
  869ef0e4b22b8ba amdgpu: update marketing names
  a43cac24db2876b Avoid some compiler errors for 
tests/util/pattern.c62b9a3eee9bdaaf
  8cb12a2528d795c xf86drm: cap number of reported devices by drmGetDevice(2)
  19f0a9cb878da5b tests/amdgpu/vcn: clean abundant codes
  2315bcddd643b4b tests/amdgpu: add vcn test support for dimgrey_cavefish
  10377d661a31c7a tests/amdgpu: add vcn test support for navy_flounder
  5f85a6d98baba1d tests/util: Add mxsfb-drm driver
  62b9a3eee9bdaaf meson: Also search for rst2man.py
  10dd3eb6d5ab6c1 Use dep_rt in amdgpu/meson.build
  
  diffstat:
   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(-)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libdrm in Ubuntu.
https://bugs.launchpad.net/bugs/1923880

Title:
  libdrm 2.4.105: Add support for Intel Jasper Lake, Alder Lake

Status in libdrm package in Ubuntu:
  Fix Released
Status in libdrm source package in Focal:
  In Progress
Status in libdrm source package in Hirsute:
  In Progress

Bug description:
  [Impact]

  There is a new minor release available, which adds support for i915
  Jasper Lake (JSL) and Alder Lake S (ADL-S), among other things.

  With this added, JSL can boot hirsute with the native driver.

  [Test case]

  Boot on JSL/ADL hardware, check that the native drm/dri driver is used
  (mesa support is already included).

  [What could go wrong]

  The worst case would be that the native driver would not be used
  anymore with this version, but there's no chance for that.

  Two regressing commits were reverted for impish, and we'll include
  those too.

  --

  git shortlog since 2.4.104:

  6b4e956d299c6ff Bump version to 2.4.105
  1d13cc1032bf66f amdgpu: add function of INFO ioctl for querying video caps
  50c98335c7b4013 amdgpu: sync up amdgpu_drm.h with latest from kernel
  b362850689d1b00 xf86drmMode: set FB_MODIFIERS flag when modifiers are supplied
  a5a400c9581c3b9 tests/amdgpu: fix bo eviction test issue
  af871ec1a6f017b drm/tests/amdgpu: fix Metadata test failed issue
  6d821612d9a4bc4 xf86drmMode: introduce drmModeGetPropertyType
  f5abbc303361980 test/amdgpu: remove static varible in Syncobj test
  cd3681976c3bbef intel: Keep libdrm working without pread/pwrite ioctls
  52f05d3d896480e meson: use library() instead of shared_library().
  7d6a1759900ffde xf86drm: fix null pointer deref in drmGetBufInfo
  2e67fef5f6c5870 intel: Add support for JSL
  a9bb32cfe1ee87f xf86drm: cap number of reported devices by drmGetDevice(2)
  06844b6eaefb03c Revert "xf86drm: cap number of reported devices by 
drmGetDevice(2)"
  632f59fcbfc790a xf86drm: warn about GEM handle reference counting
  523b3658aa8efa7 xf86drmMode: add drmIsKMS
  1225171bd55f65d amdgpu_drm: sync up with the latest amdgpu_drm.h based on 
drm-next (https://cgit.freedesktop.org/drm/drm)
  3b6cfb20fb3b7dd intel: add INTEL_ADLS_IDS to the pciids list
  9086ff9dafa87f9 intel: sync i915_pciids.h with kernel
  869ef0e4b22b8ba amdgpu: update marketing names
  a43cac24db2876b Avoid some compiler errors for 
tests/util/pattern.c62b9a3eee9bdaaf
  8cb12a2528d795c xf86drm: cap number of reported devices by drmGetDevice(2)
  19f0a9cb878da5b tests/amdgpu/vcn: clean abundant codes
  2315bcddd643b4b tests/amdgpu: add vcn test support for dimgrey_cavefish
  10377d661a31c7a tests/amdgpu: add vcn test support for navy_flounder
  5f85a6d98baba1d tests/util: Add mxsfb-drm driver
  62b9a3eee9bdaaf meson: Also search for rst2man.py
  10dd3eb6d5ab6c1 Use dep_rt in amdgpu/meson.build

  diffstat:
   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(-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1923880/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to