[Bug 19175] Re: nautilus: "extract here" terminates without giving a reason (no disk space)

2023-03-03 Thread Shane McKee
Extracting a tarball without enough space now shows that there is not
enough free space when you extract in nautilus. Screenshot attached

** Attachment added: "Screenshot from 2023-03-03 12-07-05.png"
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/19175/+attachment/5651447/+files/Screenshot%20from%202023-03-03%2012-07-05.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/19175

Title:
  nautilus: "extract here" terminates without giving a reason (no disk
  space)

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/19175/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2083693] [NEW] libva-utils does not depend on libdrm-dev

2024-10-04 Thread Shane McKee
Public bug reported:

Series: 24.10 Oracular
Version: 2.22.0+ds1-1
Bug:
In order to run vainfo without a display, users need the --display drm, but the 
latest builds do not have the option

Solution:
Add libdrm-dev as a dependency for the libva-utils package

Confirmation steps:
# In oracular
apt update
apt install vainfo
# confirm this does not show drm as an option
vainfo --display help

apt install libdrm-dev meson pkg-config
git clone https://github.com/intel/libva-utils
cd libva-utils
mkdir build && cd build
meson .. -Dtests=false
ninja
# Note that drm is now available
./vainfo/vainfo --display help

Additional info
Please note that LP:2077645 will affect the success of the command if you're 
actually trying to get vainfo to work properly

** Affects: libva-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: pe-sponsoring-request

** Tags added: pe-sponsoring-request

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2083693

Title:
  libva-utils does not depend on libdrm-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libva-utils/+bug/2083693/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2085370] [NEW] Important build flag left out of Noble IGC build

2024-10-22 Thread Shane McKee
Public bug reported:

Our partners at Intel have informed us that we are missing a very important 
build flag for the IGC package in Noble:
-DIGC_OPTION__USE_KHRONOS_SPIRV_TRANSLATOR_IN_SC=1

Without this build flag enabled, we should expect to see instabilities
such as pytorch crashes.

** Affects: intel-graphics-compiler (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: pe-sponsoring-request

** Tags added: pe-sponsoring-request

** Description changed:

- Our partners at Intel have informed us that we are missing a very important 
build flag for IGC:
+ Our partners at Intel have informed us that we are missing a very important 
build flag for the IGC package in Noble:
  -DIGC_OPTION__USE_KHRONOS_SPIRV_TRANSLATOR_IN_SC=1
  
  Without this build flag enabled, we should expect to see instabilities
  such as pytorch crashes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085370

Title:
  Important build flag left out of Noble IGC build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-graphics-compiler/+bug/2085370/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2085370] Re: Important build flag left out of Noble IGC build

2024-10-22 Thread Shane McKee
[ Impact ]

 * Users will notice that some software that depends on IGC will be less
stable

[ Test Plan ]

 * Intel has done testing on their end and assures us that this is a
necessary build flag for their software stack to work as intended.

[ Where problems could occur ]

From our contact at Intel: 
"Without the build flag, IGC will not link to translator at all [...] it uses 
its own internal translator, which is wrong, So this option enables it to link 
to the distro's translator"

So while this is a fix, it does carry the inherent risk that we are
switching to a different translator, which will change the behaviors of
any software that uses the translator.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085370

Title:
  Important build flag left out of Noble IGC build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-graphics-compiler/+bug/2085370/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2085370] Re: Important build flag left out of IGC build

2024-11-08 Thread Shane McKee
Hey Loïc, the change is currently in Sid (one change back in the
changelog).

Agreed that this is potentially a major change, but it's also how the
software is intended to work. Without it, Intel is noting random crashes
in popular applications like Pytorch, a problem which has been worse on
Meteor Lake. If we're looking for potential risks, we already see that
using a different translator than expected can cause random crashes.
Perhaps there are some users who have stable code with the current
translator who will find a bug when we switch it. However, if that is
the case, we would have a bug with Intel's supported configuration
rather than our current situation where we would have to address bugs
knowing that our configuration is unsupported by the developers
themselves.

As for tests, we can use this command on MTL to demonstrate an issue that is 
solved by this change:
"ocloc -device mtl -spirv_input -file ./a.spv"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085370

Title:
  Important build flag left out of IGC build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-graphics-compiler/+bug/2085370/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2082015] [NEW] [FFe] Update intel-media-driver to 24.3.4

2024-09-25 Thread Shane McKee
Public bug reported:


== Description ==

Intel has requested us to update the media driver to 24.3.4 due to the
need to have Lunar Lake (recently released) and Battle Mage support.

This request has a strong dependency on the FFe request I will be filing
for gmmlib 22.5.2

== Changelog ==

There is no changelog, but `git log intel-media-24.2.5..intel-media-24.3.4` 
shows 12 new Lunar Lake (LNL) patches just by grepping, including the patch to 
add LNL support:
4f57c0e40 Add Lunar Lake platform support
c7f94de7f [Encode] Move AV1 files for LNL
128e17905 [Media Common] [VP] Add LNL vp features
61045832c [Encode] update lnl vdenc interface
a51c7d26e [Decode] LNL JPEG cmake issue fix
7a27da957 [VP] Add LNL upstream support for cm kernel
1b8f7b4c2 [Media Common] [VP] Fix LNL build issue of missing files
b3e54f0d9 [Media Common] [VP] LNL DDI upstream
99cd35de9 [Media Common] [VP] LNL media interface
eefcca2a9 [Encode] Fix LNL Linux IBC corruption issue
2e27b41e8 [Media Common] [VP] LNL VP/common HAL upstream
48fdaefb5 [Media Common] [VP] LNL VP/common/Decode MHW upstream


Similarly, we see basic Battle Mage support (BMG) added:
ea588fcaf [Media Common] [VP] Add BMG VP features
5ce0d2c89 [Media Common] [VP] BMG media interface upstream
998651ca8 [Media Common] [VP] BMG DDI upstream
f852e1dc2 [Decode] BMG CodecHal Layer Open Source
70128be83 [Decode] BMG MHW Layer Open Source
43d94f2d0 [Media Common] [VP] BMG VP/common HAL upstream
bf4ff61bf [Media Common] [VP] BMG VP/common MHW upstream


== Testing impact ==

Intel has done functional testing before release, and I have done smoke
testing to check for regressions across ADL, LNL, and BMG devices using
ffmpeg and libva trace to check for hardware accelerated encode and
decode for AV1, H264, and VP9. ADL running Oracular did not appear to
regress in my testing, and LNL was enabled as expected. Any issues noted
were reproducible on the current media driver + gmmlib version for the
same hardware.

Build logs showing a successful build can be found here:
https://launchpad.net/~kobuk-team/+archive/ubuntu/intel-graphics-testing/+build/29108058

Build artifacts at the same link install correctly in Oracular:
ubuntu@topical-cougar:~/kobuk-gfx-intel-gmmlib$ sudo apt install 
./intel-media-va-driver_24.3.4-0ubuntu1~ppa1_amd64.deb
Note, selecting 'intel-media-va-driver' instead of 
'./intel-media-va-driver_24.3.4-0ubuntu1~ppa1_amd64.deb'
Installing:
  intel-media-va-driver

Summary:
  Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
  Download size: 0 B / 3449 kB
  Space needed: 15.4 MB / 95.1 GB available

Get:1 
/home/ubuntu/kobuk-gfx-intel-gmmlib/intel-media-va-driver_24.3.4-0ubuntu1~ppa1_amd64.deb
 intel-media-va-driver amd64 24.3.4-0ubuntu1~ppa1 [3449 kB]
Selecting previously unselected package intel-media-va-driver:amd64.
(Reading database ... 139548 files and directories currently installed.)
Preparing to unpack .../intel-media-va-driver_24.3.4-0ubuntu1~ppa1_amd64.deb ...
Unpacking intel-media-va-driver:amd64 (24.3.4-0ubuntu1~ppa1) ...
Setting up intel-media-va-driver:amd64 (24.3.4-0ubuntu1~ppa1) ...
Scanning processes...   

  
Scanning linux images... 
ubuntu@topical-cougar:~/kobuk-gfx-intel-gmmlib$ sudo apt install 
./libigfxcmrt7_24.3.4-0ubuntu1~ppa1_amd64.deb
Note, selecting 'libigfxcmrt7' instead of 
'./libigfxcmrt7_24.3.4-0ubuntu1~ppa1_amd64.deb'
Installing:
  libigfxcmrt7

Summary:
  Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
  Download size: 0 B / 35.7 kB
  Space needed: 115 kB / 95.1 GB available

Get:1 
/home/ubuntu/kobuk-gfx-intel-gmmlib/libigfxcmrt7_24.3.4-0ubuntu1~ppa1_amd64.deb 
libigfxcmrt7 amd64 24.3.4-0ubuntu1~ppa1 [35.7 kB]
Selecting previously unselected package libigfxcmrt7:amd64.
(Reading database ... 139552 files and directories currently installed.)
Preparing to unpack .../libigfxcmrt7_24.3.4-0ubuntu1~ppa1_amd64.deb ...
Unpacking libigfxcmrt7:amd64 (24.3.4-0ubuntu1~ppa1) ...
Setting up libigfxcmrt7:amd64 (24.3.4-0ubuntu1~ppa1) ...
Processing triggers for libc-bin (2.40-1ubuntu3) ...
Scanning processes...   

  
Scanning linux images...

  

Running kernel seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
Notice: Download is performed unsandboxed as root as file 
'/home/ubuntu/kobuk-gfx-intel-gmmlib/libigfxcmrt7_24.3.4-0ubuntu1~ppa1_amd64.deb'
 couldn't be accessed by

[Bug 2082016] [NEW] [FFe] Update gmmlib to 22.5.2

2024-09-25 Thread Shane McKee
Public bug reported:


== Description ==

Intel has requested us to update gmmlib to 22.5.2 due to the need to
have Lunar Lake (recently released) and Battle Mage support.

This request has a strong dependency on the media driver FFe:
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2082015

== Changelog ==

There is no changelog, but these are the changes between the two
versions:

commit 567dc09fd3859de3d9c09456ee7b366c0d327eb6 (HEAD -> master, tag: 
intel-gmmlib-22.5.2, origin/master, origin/HEAD)
Author: John Machado 
Date:   Fri Sep 6 15:21:19 2024 +0530

Xe2 Caching demotion for L3XD|L4WT|NC request (#212)

commit 552325f5d951c12efd4b13d2bddff45b947529d8
Author: John Machado 
Date:   Fri Sep 6 14:59:17 2024 +0530

Check if BaseWidth and BaseHeight is zero (#213)

commit 06c05158f5d9d55906271feda50b161d743aee9b (tag: intel-gmmlib-22.5.1)
Author: John Machado 
Date:   Tue Aug 27 17:57:25 2024 +0530

Fix Debug build type(#210)

The media driver usually needs a certain version of gmmlib, so this
version brings the two into alignment.


== Testing impact ==

Intel has done functional testing before release, and I have done smoke
testing to check for regressions across ADL, LNL, and BMG devices using
ffmpeg and libva trace to check for hardware accelerated encode and
decode for AV1, H264, and VP9. ADL running Oracular did not appear to
regress in my testing, and LNL was enabled as expected. Any issues noted
were reproducible on the current media driver + gmmlib version for the
same hardware.

Build logs showing a successful build can be found here:
https://launchpad.net/~kobuk-team/+archive/ubuntu/intel-graphics-testing/+build/29108066

Build artifacts at the same link install correctly in Oracular:
ubuntu@topical-cougar:~/kobuk-gfx-intel-gmmlib$ sudo apt install 
./libigdgmm12_22.5.2-0ubuntu1~24.10~ppa1_amd64.deb
Note, selecting 'libigdgmm12' instead of 
'./libigdgmm12_22.5.2-0ubuntu1~24.10~ppa1_amd64.deb'
Installing:
  libigdgmm12

Summary:
  Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
  Download size: 0 B / 185 kB
  Space needed: 847 kB / 95.1 GB available

Get:1 
/home/ubuntu/kobuk-gfx-intel-gmmlib/libigdgmm12_22.5.2-0ubuntu1~24.10~ppa1_amd64.deb
 libigdgmm12 amd64 22.5.2-0ubuntu1~24.10~ppa1 [185 kB]
Selecting previously unselected package libigdgmm12:amd64.
(Reading database ... 139451 files and directories currently installed.)
Preparing to unpack .../libigdgmm12_22.5.2-0ubuntu1~24.10~ppa1_amd64.deb ...
Unpacking libigdgmm12:amd64 (22.5.2-0ubuntu1~24.10~ppa1) ...
Setting up libigdgmm12:amd64 (22.5.2-0ubuntu1~24.10~ppa1) ...
Processing triggers for libc-bin (2.40-1ubuntu3) ...
Scanning processes...   

  
Scanning linux images...

  

ubuntu@topical-cougar:~/kobuk-gfx-intel-gmmlib$ sudo apt install 
./libigdgmm-dev_22.5.2-0ubuntu1~24.10~ppa1_amd64.deb 
Note, selecting 'libigdgmm-dev' instead of 
'./libigdgmm-dev_22.5.2-0ubuntu1~24.10~ppa1_amd64.deb'
Installing:
  libigdgmm-dev

Summary:
  Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
  Download size: 0 B / 129 kB
  Space needed: 1139 kB / 95.1 GB available

Get:1 
/home/ubuntu/kobuk-gfx-intel-gmmlib/libigdgmm-dev_22.5.2-0ubuntu1~24.10~ppa1_amd64.deb
 libigdgmm-dev amd64 22.5.2-0ubuntu1~24.10~ppa1 [129 kB]
Selecting previously unselected package libigdgmm-dev:amd64.
(Reading database ... 139456 files and directories currently installed.)
Preparing to unpack .../libigdgmm-dev_22.5.2-0ubuntu1~24.10~ppa1_amd64.deb ...
Unpacking libigdgmm-dev:amd64 (22.5.2-0ubuntu1~24.10~ppa1) ...
Setting up libigdgmm-dev:amd64 (22.5.2-0ubuntu1~24.10~ppa1) ...
Scanning processes...   

  
Scanning linux images...

** Affects: intel-gmmlib (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: pe-sponsoring-request

** Tags added: pe-sponsoring-request

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2082016

Title:
  [FFe] Update gmmlib to 22.5.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2082016/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2082015] Re: [FFe] Update intel-media-driver to 24.3.4

2024-09-25 Thread Shane McKee
** Tags added: pe-sponsoring-request

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2082015

Title:
  [FFe] Update intel-media-driver to 24.3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2082015/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2082015] Re: [FFe] Update intel-media-driver to 24.3.4

2024-09-25 Thread Shane McKee
Can this also serve as the FFe for intel-media-driver-non-free, since
they are the same source and differ only in a build flag, or should I
copy + paste this over there with the non-free build and install logs
(from the same PPA)?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2082015

Title:
  [FFe] Update intel-media-driver to 24.3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2082015/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2085370] Re: Important build flag left out of IGC build

2024-11-07 Thread Shane McKee
This change has landed in plucky-proposed, and I am in the process of
getting it uploaded for Oracular and Noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085370

Title:
  Important build flag left out of IGC build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-graphics-compiler/+bug/2085370/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095074] Re: [SRU] Upgrade to media driver version 24.3.4 in Noble

2025-02-03 Thread Shane McKee
@waveform You would be correct that this is just a version bump to what
we have in Oracular. Our original graphics stack enablement happened on
Oracular, so we're mostly just trying to get that effort SRU'd back to
Noble

** Description changed:

  [ Description ]
  Intel has requested us to update the media driver (free and non-free) to 
24.3.4 due to the need to have Lunar Lake (LNL) and Battle Mage (BMG) support.
  
  This request has a strong dependency on an intel-gmmlib version bump to
  22.5.2 and a libva version bump to 2.22.0.
  
  [ Impact ]
  
   * Users with Lunar Lake or Battlemage currently do not have an LTS support 
option, which is not a good option for some users, as seen here:
  https://github.com/canonical/intel-graphics-preview/issues/8
  
   * Users with Lunar Lake or Battlemage hardware will not have hardware-
  enabled media support, which can effect the power consumption and CPU
  utilization of the machine during encode/decode/transcode operations,
  video calls, streaming, etc.
  
  [ Test Plan ]
  
  # On a Lunar Lake or Battlemage machine
  
  # Required at this time to get baseline enablement
  sudo add-apt-repository ppa:kobuk-team/intel-graphics-testing
  sudo apt update
  
  # Get the original versions back
  sudo apt install -y intel-media-va-driver-non-free=24.1.0+ds1-1  
libva2=2.20.0-2build1 libigdgmm12=22.3.17+ds1-1  vainfo=2.12.0+ds1-1 
libva-drm2=2.20.0-2build1 libva-wayland2=2.20.0-2build1 
libva-x11-2=2.20.0-2build1
  
  # This should result in an error
  sudo vainfo
  
  sudo add-apt-repository -y ppa:mckeesh/testing && sudo apt -y update
  # Only upgrade the media packages
  sudo apt install -y intel-media-va-driver-non-free=24.3.4+ds1-0ubuntu1  
libva2=2.22.0-1ubuntu1 libigdgmm12=22.5.2-0ubuntu1 libva-drm2=2.22.0-1ubuntu1 
libva-wayland2=2.22.0-1ubuntu1 libva-x11-2=2.22.0-1ubuntu1 vainfo=2.12.0+ds1-1
  
  # This should no longer result in an error
  sudo vainfo
  
  [ Where problems could occur ]
  
   * This is a sizable change, and while significant testing goes into
  making sure the media stack does not regress, it's always a risk. Ubuntu
  has a large user base with many, many corner cases, and media stack
  bumps can always accidentally regress a less popular codec on an older
  platform. However, we can address any smaller regressions that might
  arise when the benefit is enablement of LNL and BMG.
  
  * Beyond Intel's extensive in-house testing, we have done our own
  testing via FFMPEG to check for AV1, VP9, and H264 hardware acceleration
  for encode and decode at 1080p and 4K. In addition to Lunar Lake and
  Battlemage, we have also tested Alder Lake, Comet Lake, and Gemini Lake
  and found no regressions across these platforms
  
  [ Other Info ]
+ 
+ * This would ideally land at the same time as the libvpl version bump
+ SRU here: https://bugs.launchpad.net/ubuntu/+source/onevpl/+bug/2096823

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095074

Title:
  [SRU] Upgrade to media driver version 24.3.4 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096898] Re: [needs-packaging] level-zero-raytracing-support 1.0.0

2025-02-04 Thread Shane McKee
We would like this to be added for the following series please:
* Plucky
* Oracular
* Noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096898

Title:
  [needs-packaging] level-zero-raytracing-support 1.0.0

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096898] Re: [needs-packaging] level-zero-raytracing-support 1.0.0

2025-02-04 Thread Shane McKee
** Description changed:

  This package supports raytracing on Intel CPUs and GPUs using level-
  zero.
  
  Source: https://github.com/intel/level-zero-raytracing-support
  PPA upload: https://launchpad.net/~mckeesh/+archive/ubuntu/testing
+ 
+ NOTE: Packaging ready for review, but test creation is in progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096898

Title:
  [needs-packaging] level-zero-raytracing-support 1.0.0

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096679] Re: [SRU] Upgrade level-zero to 1.19.2

2025-02-04 Thread Shane McKee
Debdiff for the oracular packaging

** Patch added: "oracular.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/level-zero/+bug/2096679/+attachment/5855063/+files/oracular.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096679

Title:
  [SRU] Upgrade level-zero to 1.19.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/level-zero/+bug/2096679/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096679] Re: [SRU] Upgrade level-zero to 1.19.2

2025-02-04 Thread Shane McKee
Debdiff for Noble packaging

** Patch added: "noble.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/level-zero/+bug/2096679/+attachment/5855064/+files/noble.debdiff

** Description changed:

- [ NOT READY FOR REVIEW YET]
  [ Impact ]
  
-  The version upgrade is needed for enabling the new Intel Lunar Lake and
+  The version upgrade is needed for enabling the new Intel Lunar Lake and
  Battlemage graphics stack
  
  [ Test Plan ]
  
-  Intel provides tests in the project. To test with the level-zero version in 
my PPA:
+  Intel provides tests in the project. To test with the level-zero version in 
my PPA:
  sudo apt install -y build-essential cmake
  sudo add-apt-repository ppa:mckeesh/testing
  sudo apt -y update
  sudo apt install libze1=1.19.2-0ubuntu1
  git clone https://github.com/oneapi-src/level-zero
  cd level-zero/
  mkdir build
  cd build/
  cmake -DBUILD_L0_LOADER_TESTS=yes ..
  make
- ./bin/tests 
+ ./bin/tests
  
  [ Where problems could occur ]
  
-  * level-zero is a direct interface to the hardware to offload
+  * level-zero is a direct interface to the hardware to offload
  accelerator devices, so an issue in this upgrade could break some or all
  hardware accelerators using level-zero.
  
  [ Other Info ]

** Tags added: pe-sponsoring-request

** Description changed:

  [ Impact ]
  
   The version upgrade is needed for enabling the new Intel Lunar Lake and
  Battlemage graphics stack
  
  [ Test Plan ]
  
   Intel provides tests in the project. To test with the level-zero version in 
my PPA:
  sudo apt install -y build-essential cmake
  sudo add-apt-repository ppa:mckeesh/testing
  sudo apt -y update
  sudo apt install libze1=1.19.2-0ubuntu1
  git clone https://github.com/oneapi-src/level-zero
  cd level-zero/
+ git checkout v1.19.2
  mkdir build
  cd build/
  cmake -DBUILD_L0_LOADER_TESTS=yes ..
  make
  ./bin/tests
  
  [ Where problems could occur ]
  
   * level-zero is a direct interface to the hardware to offload
  accelerator devices, so an issue in this upgrade could break some or all
  hardware accelerators using level-zero.
  
  [ Other Info ]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096679

Title:
  [SRU] Upgrade level-zero to 1.19.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/level-zero/+bug/2096679/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096679] Re: [SRU] Upgrade level-zero to 1.19.2

2025-02-04 Thread Shane McKee
** Description changed:

  [ Impact ]
  
   The version upgrade is needed for enabling the new Intel Lunar Lake and
  Battlemage graphics stack
  
  [ Test Plan ]
  
   Intel provides tests in the project. To test with the level-zero version in 
my PPA:
  sudo apt install -y build-essential cmake
  sudo add-apt-repository ppa:mckeesh/testing
  sudo apt -y update
- sudo apt install libze1=1.19.2-0ubuntu1
+ sudo apt install libze1=1.19.2-0ubuntu1 libmfx-gen1=24.3.4-1ubuntu1
  git clone https://github.com/oneapi-src/level-zero
  cd level-zero/
  git checkout v1.19.2
  mkdir build
  cd build/
  cmake -DBUILD_L0_LOADER_TESTS=yes ..
  make
  ./bin/tests
  
  [ Where problems could occur ]
  
   * level-zero is a direct interface to the hardware to offload
  accelerator devices, so an issue in this upgrade could break some or all
  hardware accelerators using level-zero.
  
  [ Other Info ]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096679

Title:
  [SRU] Upgrade level-zero to 1.19.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/level-zero/+bug/2096679/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096898] Re: [needs-packaging] level-zero-raytracing-support 1.0.0

2025-01-31 Thread Shane McKee
** Summary changed:

- [needs-packaging] level-zero-raytracing-support 
+ [needs-packaging] level-zero-raytracing-support 1.0.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096898

Title:
  [needs-packaging] level-zero-raytracing-support 1.0.0

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096899] Re: [needs-packaging] metee

2025-02-04 Thread Shane McKee
We would like this to be added for the following series please:
* Plucky
* Oracular
* Noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096899

Title:
  [needs-packaging] metee

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095074] Re: [SRU] Upgrade to media driver version 24.3.4 in Noble

2025-02-10 Thread Shane McKee
Thanks for the clarification. Would 24.3.4+dfsg1-0ubuntu1~24.04 work? I
see that's how it's been done over on Mesa

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095074

Title:
  [SRU] Upgrade to media driver version 24.3.4 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095074] Re: [SRU] Upgrade to media driver version 24.3.4 in Noble

2025-02-10 Thread Shane McKee
Zixing, can you please elaborate? It looks to me like the version is the
same as in Oracular:

-intel-media-driver (24.3.4+dfsg1-0ubuntu1) oracular; urgency=medium
+intel-media-driver (24.3.4+dfsg1-0ubuntu1) noble; urgency=medium

Is there a reason it needs to be different for the Noble SRU?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095074

Title:
  [SRU] Upgrade to media driver version 24.3.4 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2085370] Re: Important build flag left out of IGC build

2024-12-11 Thread Shane McKee
OK, deleted the debdiff for Oracular to avoid any confusion when a
sponsor picks this up

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085370

Title:
  Important build flag left out of IGC build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-graphics-compiler/+bug/2085370/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2085370] Re: Important build flag left out of IGC build

2024-12-10 Thread Shane McKee
Attaching file which Intel used to reproduce on MTL

** Attachment added: "a.spv"
   
https://bugs.launchpad.net/ubuntu/+source/intel-graphics-compiler/+bug/2085370/+attachment/5844074/+files/a.spv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085370

Title:
  Important build flag left out of IGC build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-graphics-compiler/+bug/2085370/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2085370] Re: Important build flag left out of IGC build

2024-12-10 Thread Shane McKee
Attaching debdiff for Oracular

** Attachment added: "oracular_spirv_debdiff.txt"
   
https://bugs.launchpad.net/ubuntu/+source/intel-graphics-compiler/+bug/2085370/+attachment/5844075/+files/oracular_spirv_debdiff.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085370

Title:
  Important build flag left out of IGC build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-graphics-compiler/+bug/2085370/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2085370] Re: Important build flag left out of IGC build

2024-12-10 Thread Shane McKee
Debdiff for Noble

** Attachment added: "noble_spirv_debdiff.txt"
   
https://bugs.launchpad.net/ubuntu/+source/intel-graphics-compiler/+bug/2085370/+attachment/5844076/+files/noble_spirv_debdiff.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085370

Title:
  Important build flag left out of IGC build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-graphics-compiler/+bug/2085370/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095073] Re: Upgrade libva to 2.22.0 in Noble

2025-01-21 Thread Shane McKee
** Description changed:

  == Description ==
  Intel has requested us to update libva to 2.22.0 due to the need to have 
Lunar Lake and Battle Mage (both recently released) support.
  This request has a strong dependency on the gmmlib version bump:
  https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095071
  Also the media driver version bump:
- 
+ https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2095074
  == Changelog ==
  There is no changelog, but these are the changes between the two versions:
  217da1c (tag: 2.22.0, origin/v2.22-branch) libva 2.22.0
  86cd48f update NEWS for 2.22.0
  c7a4be4 meson:remove autogen.sh from the meson script
  bb178ef Add VVC decode LibVA interface.
  a619226 va: fix --version-script detection for lld >= 17
  558d03b trace: Add bit_depth capturing in trace log
  1b7d71f wayland: add support for linux-dmabuf
  6f3e068 libva 2.22.0.pre1
  0cfc607 update NEWS for libva 2.21.0
  2350037 Add allow_content_tools and force_intger_mv to AV1 enc
  c189a88 va_trace:add return value trace for vaPutSurfaces
  62e2f4d Update Prime3 definition
  0e4c0e5 va: add VASurfaceAttribAlignmentSize
  eeebe59 va: Re-add drm_state and fd checks to VA_DRM_GetDriverNames
  df1272c ci:harden permissions for all github workflows
  a438699 meson: create dist archives suitable for building with configure, too
  4e3eb1f autogen.sh: successfully detect if the autoreconf program is installed
  b8c7eed va: fix handling when all wayland backends fail
  3457aa8 build(deps): bump actions/upload-pages-artifact from 2 to 3
  910ad35 build(deps): bump actions/deploy-pages from 3 to 4
  6c625cc build(deps): bump actions/setup-python from 4 to 5
  775605a build(deps): bump actions/deploy-pages from 2 to 3
  45ac074 va: export symbol vaGetLibFunc for Windows
  1819649 va:Add PRIME3 defination
  63d2b22 ci: update to vmactions/freebsd-vm from v0 to v1
  0931342 va: add driver name map for new intel KMD xe
  633746e va: export symbol vaMapBuffer2 for Windows
  45afd79 va:add new interface vaMapBuffer2 for map operation optimization
  71ef7e0 va: Add VAConfigAttribEncMaxTileRows and VAConfigAttribEncMaxTileCols
  53e459d windows.yml: Add windows-msvc-debug
  2a1536a win32: Fix debug build break
  8575b2b libva 2.21.0.pre1
  
  == Testing impact ==
  Intel has done functional testing before release, and I have done smoke 
testing to check for regressions on Alder Lake (ADL) using ffmpeg and libva 
trace to check for hardware accelerated encode and decode for AV1, H264, and 
VP9. ADL running Noble did not appear to regress in my testing. I did the same 
testing on Lunar Lake (LNL) after the necessary kernel update coming in 
24.04.2, and the version bump enabled HW decode for AV1, VP9, and H264.
  
  Build logs showing successful builds can be found here:
  https://launchpad.net/~mckeesh/+archive/ubuntu/testing/+build/29976315
  Build artifacts at the same link install correctly in Noble:
  ubuntu@determined-wheatear:~$ sudo dpkg -i libva*.deb 
va-driver-all_2.22.0-1ubuntu1_amd64.deb
  (Reading database ... 75261 files and directories currently installed.)
  Preparing to unpack libva-dev_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking libva-dev:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Preparing to unpack libva-drm2_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking libva-drm2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Preparing to unpack libva-glx2_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking libva-glx2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Preparing to unpack libva-wayland2_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking libva-wayland2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Preparing to unpack libva-x11-2_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking libva-x11-2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Preparing to unpack libva2_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking libva2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Preparing to unpack va-driver-all_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking va-driver-all:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Setting up libva2:amd64 (2.22.0-1ubuntu1) ...
  Setting up va-driver-all:amd64 (2.22.0-1ubuntu1) ...
  Setting up libva-drm2:amd64 (2.22.0-1ubuntu1) ...
  Setting up libva-wayland2:amd64 (2.22.0-1ubuntu1) ...
  Setting up libva-x11-2:amd64 (2.22.0-1ubuntu1) ...
  Setting up libva-glx2:amd64 (2.22.0-1ubuntu1) ...
  Setting up libva-dev:amd64 (2.22.0-1ubuntu1) ...
  Processing triggers for man-db (2.12.0-4build2) ...
  Processing triggers for libc-bin (2.39-0ubuntu8.3) ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095073

Title:
  Upgrade libva to 2.22.0 in Noble

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bug

[Bug 2095074] Re: Upgrade to media driver version 24.3.4 in Noble

2025-01-21 Thread Shane McKee
Also, is it possible for this request to cover both the free and non-
free media driver?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095074

Title:
  Upgrade to media driver version 24.3.4 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2095074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096679] [NEW] [SRU] Upgrade level-zero to 1.19.2

2025-01-24 Thread Shane McKee
Public bug reported:

[ NOT READY FOR REVIEW YET]
[ Impact ]

 The version upgrade is needed for enabling the new Intel Lunar Lake and
Battlemage graphics stack

[ Test Plan ]

 Intel provides tests in the project. To test with the level-zero version in my 
PPA:
sudo apt install -y build-essential cmake
sudo add-apt-repository ppa:mckeesh/testing
sudo apt -y update
sudo apt install libze1=1.19.2-0ubuntu1
git clone https://github.com/oneapi-src/level-zero
cd level-zero/
mkdir build
cd build/
cmake -DBUILD_L0_LOADER_TESTS=yes ..
make
./bin/tests 

[ Where problems could occur ]

 * level-zero is a direct interface to the hardware to offload
accelerator devices, so an issue in this upgrade could break some or all
hardware accelerators using level-zero.

[ Other Info ]

** Affects: level-zero (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096679

Title:
  [SRU] Upgrade level-zero to 1.19.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/level-zero/+bug/2096679/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095074] Re: [SRU] Upgrade to media driver version 24.3.4 in Noble

2025-01-23 Thread Shane McKee
** Description changed:

  [ Description ]
  Intel has requested us to update the media driver (free and non-free) to 
24.3.4 due to the need to have Lunar Lake (LNL) and Battle Mage (BMG) support.
  
  This request has a strong dependency on an intel-gmmlib version bump to
  22.5.2 and a libva version bump to 2.22.0.
  
  [ Impact ]
  
-  * Users with Lunar Lake or Battlemage currently do not have an LTS support 
option, which is not a good option for some users, as seen here:
+  * Users with Lunar Lake or Battlemage currently do not have an LTS support 
option, which is not a good option for some users, as seen here:
  https://github.com/canonical/intel-graphics-preview/issues/8
  
-  * Users with Lunar Lake or Battlemage hardware will not have hardware-
+  * Users with Lunar Lake or Battlemage hardware will not have hardware-
  enabled media support, which can effect the power consumption and CPU
  utilization of the machine during encode/decode/transcode operations,
  video calls, streaming, etc.
  
  [ Test Plan ]
  
  # On a Lunar Lake or Battlemage machine
  
  # Required at this time to get baseline enablement
  sudo add-apt-repository ppa:kobuk-team/intel-graphics-testing
  sudo apt update
  
  # Get the original versions back
  sudo apt install -y intel-media-va-driver-non-free=24.1.0+ds1-1  
libva2=2.20.0-2build1 libigdgmm12=22.3.17+ds1-1  vainfo=2.12.0+ds1-1 
libva-drm2=2.20.0-2build1 libva-wayland2=2.20.0-2build1 
libva-x11-2=2.20.0-2build1
  
  # This should result in an error
  sudo vainfo
  
  sudo add-apt-repository -y ppa:mckeesh/testing && sudo apt -y update
  # Only upgrade the media packages
  sudo apt install -y intel-media-va-driver-non-free=24.3.4+ds1-0ubuntu1  
libva2=2.22.0-1ubuntu1 libigdgmm12=22.5.2-0ubuntu1 libva-drm2=2.22.0-1ubuntu1 
libva-wayland2=2.22.0-1ubuntu1 libva-x11-2=2.22.0-1ubuntu1 vainfo=2.12.0+ds1-1
  
  # This should no longer result in an error
  sudo vainfo
  
  [ Where problems could occur ]
  
-  * This is a sizable change, and while significant testing goes into
+  * This is a sizable change, and while significant testing goes into
  making sure the media stack does not regress, it's always a risk. Ubuntu
  has a large user base with many, many corner cases, and media stack
  bumps can always accidentally regress a less popular codec on an older
  platform. However, we can address any smaller regressions that might
  arise when the benefit is enablement of LNL and BMG.
  
+ * Beyond Intel's extensive in-house testing, we have done our own
+ testing via FFMPEG to check for AV1, VP9, and H264 hardware acceleration
+ for encode and decode at 1080p and 4K. In addition to Lunar Lake and
+ Battlemage, we have also tested Alder Lake, Comet Lake, and Gemini Lake
+ and found no regressions across these platforms
+ 
  [ Other Info ]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095074

Title:
  [SRU] Upgrade to media driver version 24.3.4 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095074] Re: [SRU] Upgrade to media driver version 24.3.4 in Noble

2025-01-23 Thread Shane McKee
** Patch added: "media-driver-non-free.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver-non-free/+bug/2095074/+attachment/5853628/+files/media-driver-non-free.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095074

Title:
  [SRU] Upgrade to media driver version 24.3.4 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095074] Re: [SRU] Upgrade to media driver version 24.3.4 in Noble

2025-01-23 Thread Shane McKee
** Patch added: "libva.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver-non-free/+bug/2095074/+attachment/5853629/+files/libva.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095074

Title:
  [SRU] Upgrade to media driver version 24.3.4 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095074] Re: [SRU] Upgrade to media driver version 24.3.4 in Noble

2025-01-23 Thread Shane McKee
** Patch added: "gmmlib.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver-non-free/+bug/2095074/+attachment/5853630/+files/gmmlib.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095074

Title:
  [SRU] Upgrade to media driver version 24.3.4 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095074] Re: [SRU] Upgrade to media driver version 24.3.4 in Noble

2025-01-23 Thread Shane McKee
** Patch added: "media-driver.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver-non-free/+bug/2095074/+attachment/5853627/+files/media-driver.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095074

Title:
  [SRU] Upgrade to media driver version 24.3.4 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096823] [NEW] [SRU] Update onevpl to version to 2.13.0

2025-01-27 Thread Shane McKee
Public bug reported:

[ Impact ]

 * This bump would enable Intel Lunar Lake and Battlemage.

[ Test Plan ]



Use tests:
/usr/bin/01_transition_vpl
/usr/bin/hello-decode
/usr/bin/hello-encode
/usr/bin/hello-sharing-vaapi-export
/usr/bin/hello-sharing-vaapi-import
/usr/bin/hello-vpp
/usr/bin/hello-encode-jpeg

[ Where problems could occur ]

 * The libvpl stack provides an API for accessing media functionality
within an application, so an issue with this would cause problems for a
large number of users on Intel hardware.

[ Other Info ]

 * This version bump should happen along with a onevpl-intel-gpu bump to
version 24.3.4 and libvpl-tools version bump to 1.3.0

** Affects: onevpl (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096823

Title:
  [SRU] Update onevpl to version to 2.13.0

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096823] Re: [SRU] Update onevpl to version to 2.13.0

2025-01-28 Thread Shane McKee
** Also affects: onevpl-intel-gpu (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libvpl-tools (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- [SRU] Update onevpl to version to 2.13.0
+ [SRU] Update onevpl to version to 2.13.0 in Noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096823

Title:
  [SRU] Update onevpl to version to 2.13.0 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvpl-tools/+bug/2096823/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096899] [NEW] [needs-packaging] metee

2025-01-28 Thread Shane McKee
Public bug reported:

This package is part of a larger graphics enablement process for Intel
Lunar Lake and Battlemage. To quote the Github page:

ME TEE Library is a C library to access CSE/CSME/GSC firmware via a mei
interface. ME TEE provides a single cross-platform API to access to MEI
devices on Linux and Windows. MEI TEE API simplify connection and
communication with the mei device, and firmware status registers
retrieval.

Source: https://github.com/intel/metee
PPA uploads: https://launchpad.net/~mckeesh/+archive/ubuntu/testing

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging pe-sponsoring-request

** Tags added: needs-packaging pe-sponsoring-request

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096899

Title:
  [needs-packaging] metee

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096898] [NEW] [needs-packaging] level-zero-raytracing-support

2025-01-28 Thread Shane McKee
Public bug reported:

This package supports raytracing on Intel CPUs and GPUs using level-
zero.

Source: https://github.com/intel/level-zero-raytracing-support
PPA upload: https://launchpad.net/~mckeesh/+archive/ubuntu/testing

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging pe-sponsoring-request

** Tags added: pe-sponsoring-request

** Tags added: needs-packaging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096898

Title:
  [needs-packaging] level-zero-raytracing-support

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096901] [NEW] [needs-packaging] metrics-discovery

2025-01-28 Thread Shane McKee
Public bug reported:

metrics-discovery is a user mode library that provides access to GPU
performance data and is part of a larger graphics enablement process for
Intel Lunar Lake and Battlemage.

Source: https://github.com/intel/metrics-discovery
PPA Uploads: https://launchpad.net/~mckeesh/+archive/ubuntu/testing

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging pe-sponsoring-request

** Tags added: needs-packaging pe-sponsoring-request

** Summary changed:

- [needs-packaging] igsc
+ [needs-packaging] metrics-discovery

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096901

Title:
  [needs-packaging] metrics-discovery

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096902] [NEW] [needs-packaging] metrics-library

2025-01-28 Thread Shane McKee
Public bug reported:

metrics-library is a user mode driver helper library that provides
access to GPU performance counters and is part of a larger graphics
enablement process for Intel Lunar Lake and Battlemage.

Source: https://github.com/intel/metrics-library
PPA Uploads: https://launchpad.net/~mckeesh/+archive/ubuntu/testing

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging pe-sponsoring-request

** Tags added: needs-packaging pe-sponsoring-request

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096902

Title:
  [needs-packaging] metrics-library

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095074] Re: [SRU] Upgrade to media driver version 24.3.4 in Noble

2025-01-21 Thread Shane McKee
** Also affects: intel-media-driver-non-free (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095074

Title:
  [SRU] Upgrade to media driver version 24.3.4 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095071] Re: Update Noble to Gmmlib 22.5.2

2025-01-21 Thread Shane McKee
*** This bug is a duplicate of bug 2095074 ***
https://bugs.launchpad.net/bugs/2095074

** This bug has been marked a duplicate of bug 2095074
   [SRU] Upgrade to media driver version 24.3.4 in Noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095071

Title:
  Update Noble to Gmmlib 22.5.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095071/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095073] Re: Upgrade libva to 2.22.0 in Noble

2025-01-21 Thread Shane McKee
*** This bug is a duplicate of bug 2095074 ***
https://bugs.launchpad.net/bugs/2095074

** This bug has been marked a duplicate of bug 2095074
   [SRU] Upgrade to media driver version 24.3.4 in Noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095073

Title:
  Upgrade libva to 2.22.0 in Noble

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095074] Re: Upgrade to media driver version 24.3.4 in Noble

2025-01-21 Thread Shane McKee
** Also affects: libva (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: intel-gmmlib (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Upgrade to media driver version 24.3.4 in Noble
+ [SRU] Upgrade to media driver version 24.3.4 in Noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095074

Title:
  [SRU] Upgrade to media driver version 24.3.4 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095074] Re: [SRU] Upgrade to media driver version 24.3.4 in Noble

2025-01-21 Thread Shane McKee
** Description changed:

- == Description ==
- Intel has requested us to update the media driver (free and non-free) to 
24.3.4 due to the need to have Lunar Lake and Battle Mage (both recently 
released) support.
- This request has a strong dependency on the gmmlib version bump:
- https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095071
- Also the libva version bump:
- https://bugs.launchpad.net/ubuntu/+source/libva/+bug/2095073
+ [ Description ]
+ Intel has requested us to update the media driver (free and non-free) to 
24.3.4 due to the need to have Lunar Lake (LNL) and Battle Mage (BMG) support.
  
- == Changelog ==
- There is no changelog, but these are the 434 changes between the two versions:
- 
https://github.com/intel/media-driver/compare/intel-media-24.1.0...intel-media-24.3.4
- == Testing impact ==
- Intel has done functional testing before release, and I have done smoke 
testing to check for regressions on Alder Lake (ADL) using ffmpeg and libva 
trace to check for hardware accelerated encode and decode for AV1, H264, and 
VP9. ADL running Noble did not appear to regress in my testing. I did the same 
testing on Lunar Lake (LNL) after the necessary kernel update coming in 
24.04.2, and the version bump enabled HW decode for AV1, VP9, and H264.
+ This request has a strong dependency on an intel-gmmlib version bump to
+ 22.5.2 and a libva version bump to 2.22.0.
  
+ [ Impact ]
  
- Build logs showing successful builds can be found here:
- https://launchpad.net/~mckeesh/+archive/ubuntu/testing/+build/29976394
- https://launchpad.net/~mckeesh/+archive/ubuntu/testing/+build/30017327
+  * Users with Lunar Lake or Battlemage currently do not have an LTS support 
option, which is not a good option for some users, as seen here:
+ https://github.com/canonical/intel-graphics-preview/issues/8
  
- Build artifacts at the same link install correctly in Noble:
- ubuntu@determined-wheatear:~$ sudo dpkg -i 
intel-media-va-driver_24.3.4+dfsg1-0ubuntu1_amd64.deb
- (Reading database ... 75261 files and directories currently installed.)
- Preparing to unpack intel-media-va-driver_24.3.4+dfsg1-0ubuntu1_amd64.deb ...
- Unpacking intel-media-va-driver:amd64 (24.3.4+dfsg1-0ubuntu1) over 
(24.3.4+dfsg1-0ubuntu1) ...
- Setting up intel-media-va-driver:amd64 (24.3.4+dfsg1-0ubuntu1) …
+  * Users with Lunar Lake or Battlemage hardware will not have hardware-
+ enabled media support, which can effect the power consumption and CPU
+ utilization of the machine during encode/decode/transcode operations,
+ video calls, streaming, etc.
  
- ubuntu@determined-wheatear:~$ sudo dpkg -i 
intel-media-va-driver-non-free_24.3.4+ds1-0ubuntu1_amd64.deb
- (Reading database ... 75256 files and directories currently installed.)
- Preparing to unpack 
intel-media-va-driver-non-free_24.3.4+ds1-0ubuntu1_amd64.deb ...
- Unpacking intel-media-va-driver-non-free:amd64 (24.3.4+ds1-0ubuntu1) over 
(24.1.0+ds1-1) ...
- Setting up intel-media-va-driver-non-free:amd64 (24.3.4+ds1-0ubuntu1) …
+ [ Test Plan ]
  
- ubuntu@determined-wheatear:~$ sudo dpkg -i  
libigfxcmrt7_24.3.4+dfsg1-0ubuntu1_amd64.deb
- Selecting previously unselected package libigfxcmrt7:amd64.
- (Reading database ... 75256 files and directories currently installed.)
- Preparing to unpack libigfxcmrt7_24.3.4+dfsg1-0ubuntu1_amd64.deb ...
- Unpacking libigfxcmrt7:amd64 (24.3.4+dfsg1-0ubuntu1) ...
- Setting up libigfxcmrt7:amd64 (24.3.4+dfsg1-0ubuntu1) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.3) …
+ # On a Lunar Lake or Battlemage machine
  
- ubuntu@determined-wheatear:~$ sudo dpkg -i 
libigfxcmrt-dev_24.3.4+dfsg1-0ubuntu1_amd64.deb
- Selecting previously unselected package libigfxcmrt-dev:amd64.
- (Reading database ... 75261 files and directories currently installed.)
- Preparing to unpack libigfxcmrt-dev_24.3.4+dfsg1-0ubuntu1_amd64.deb ...
- Unpacking libigfxcmrt-dev:amd64 (24.3.4+dfsg1-0ubuntu1) ...
- Setting up libigfxcmrt-dev:amd64 (24.3.4+dfsg1-0ubuntu1) ...
+ # Required at this time to get baseline enablement
+ sudo add-apt-repository ppa:kobuk-team/intel-graphics-testing
+ sudo apt update
+ 
+ # Get the original versions back
+ sudo apt install -y intel-media-va-driver-non-free=24.1.0+ds1-1  
libva2=2.20.0-2build1 libigdgmm12=22.3.17+ds1-1  vainfo=2.12.0+ds1-1 
libva-drm2=2.20.0-2build1 libva-wayland2=2.20.0-2build1 
libva-x11-2=2.20.0-2build1
+ 
+ # This should result in an error
+ sudo vainfo
+ 
+ sudo add-apt-repository -y ppa:mckeesh/testing && sudo apt -y update
+ # Only upgrade the media packages
+ sudo apt install -y intel-media-va-driver-non-free=24.3.4+ds1-0ubuntu1  
libva2=2.22.0-1ubuntu1 libigdgmm12=22.5.2-0ubuntu1 libva-drm2=2.22.0-1ubuntu1 
libva-wayland2=2.22.0-1ubuntu1 libva-x11-2=2.22.0-1ubuntu1 vainfo=2.12.0+ds1-1
+ 
+ # This should no longer result in an error
+ sudo vainfo
+ 
+ [ Where problems could occur ]
+ 
+  * This is a sizable change, and while significant testing goes into
+ making sure the media stack does not regress, it's alw

[Bug 2085370] Re: Important build flag left out of IGC build

2025-01-29 Thread Shane McKee
** Tags removed: verification-needed verification-needed-noble
** Tags added: verification-done-noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085370

Title:
  Important build flag left out of IGC build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-graphics-compiler/+bug/2085370/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095074] [NEW] Upgrade to media driver version 24.3.4 in Noble

2025-01-16 Thread Shane McKee
Public bug reported:

== Description ==
Intel has requested us to update the media driver (free and non-free) to 24.3.4 
due to the need to have Lunar Lake and Battle Mage (both recently released) 
support.
This request has a strong dependency on the gmmlib version bump:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095071
Also the libva version bump:
https://bugs.launchpad.net/ubuntu/+source/libva/+bug/2095073
== Changelog ==
There is no changelog, but these are the 434 changes between the two versions:
https://github.com/intel/media-driver/compare/intel-media-24.1.0...intel-media-24.3.4
== Testing impact ==
Intel has done functional testing before release, and I have done smoke testing 
to check for regressions on Alder Lake (ADL) using ffmpeg and libva trace to 
check for hardware accelerated encode and decode for AV1, H264, and VP9. ADL 
running Noble did not appear to regress in my testing.
Build logs showing successful builds can be found here:
https://launchpad.net/~mckeesh/+archive/ubuntu/testing/+build/29976394
https://launchpad.net/~mckeesh/+archive/ubuntu/testing/+build/30017327

Build artifacts at the same link install correctly in Noble:
ubuntu@determined-wheatear:~$ sudo dpkg -i 
intel-media-va-driver_24.3.4+dfsg1-0ubuntu1_amd64.deb
(Reading database ... 75261 files and directories currently installed.)
Preparing to unpack intel-media-va-driver_24.3.4+dfsg1-0ubuntu1_amd64.deb ...
Unpacking intel-media-va-driver:amd64 (24.3.4+dfsg1-0ubuntu1) over 
(24.3.4+dfsg1-0ubuntu1) ...
Setting up intel-media-va-driver:amd64 (24.3.4+dfsg1-0ubuntu1) …

ubuntu@determined-wheatear:~$ sudo dpkg -i 
intel-media-va-driver-non-free_24.3.4+ds1-0ubuntu1_amd64.deb 
(Reading database ... 75256 files and directories currently installed.)
Preparing to unpack 
intel-media-va-driver-non-free_24.3.4+ds1-0ubuntu1_amd64.deb ...
Unpacking intel-media-va-driver-non-free:amd64 (24.3.4+ds1-0ubuntu1) over 
(24.1.0+ds1-1) ...
Setting up intel-media-va-driver-non-free:amd64 (24.3.4+ds1-0ubuntu1) …

ubuntu@determined-wheatear:~$ sudo dpkg -i  
libigfxcmrt7_24.3.4+dfsg1-0ubuntu1_amd64.deb
Selecting previously unselected package libigfxcmrt7:amd64.
(Reading database ... 75256 files and directories currently installed.)
Preparing to unpack libigfxcmrt7_24.3.4+dfsg1-0ubuntu1_amd64.deb ...
Unpacking libigfxcmrt7:amd64 (24.3.4+dfsg1-0ubuntu1) ...
Setting up libigfxcmrt7:amd64 (24.3.4+dfsg1-0ubuntu1) ...
Processing triggers for libc-bin (2.39-0ubuntu8.3) …

ubuntu@determined-wheatear:~$ sudo dpkg -i 
libigfxcmrt-dev_24.3.4+dfsg1-0ubuntu1_amd64.deb
Selecting previously unselected package libigfxcmrt-dev:amd64.
(Reading database ... 75261 files and directories currently installed.)
Preparing to unpack libigfxcmrt-dev_24.3.4+dfsg1-0ubuntu1_amd64.deb ...
Unpacking libigfxcmrt-dev:amd64 (24.3.4+dfsg1-0ubuntu1) ...
Setting up libigfxcmrt-dev:amd64 (24.3.4+dfsg1-0ubuntu1) ...

** Affects: intel-media-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: pe--sponsoring-request

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095074

Title:
  Upgrade to media driver version 24.3.4 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2095074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095071] Re: Update Noble to Gmmlib 22.5.2

2025-01-16 Thread Shane McKee
** Description changed:

  == Description ==
  
  Intel has requested us to update gmmlib to 22.5.2 due to the need to
  have Lunar Lake (recently released) and Battle Mage support.
  
  This request has a strong dependency on the media driver version bump:
- 
+ https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2095074
+ Also the libva version bump:
+ https://bugs.launchpad.net/ubuntu/+source/libva/+bug/2095073
  
  == Changelog ==
  
  There is no changelog, but these are the changes between the two
  versions:
  
  smckee@smckee-Gazelle:~/gmmlib$ git log 
intel-gmmlib-22.3.17..intel-gmmlib-22.5.2
  commit 567dc09fd3859de3d9c09456ee7b366c0d327eb6 (HEAD -> master, tag: 
intel-gmmlib-22.5.2, origin/master, origin/HEAD)
  Author: John Machado 
  Date:   Fri Sep 6 15:21:19 2024 +0530
  
- Xe2 Caching demotion for L3XD|L4WT|NC request (#212)
+ Xe2 Caching demotion for L3XD|L4WT|NC request (#212)
  commit 567dc09fd3859de3d9c09456ee7b366c0d327eb6 (HEAD -> master, tag: 
intel-gmmlib-22.5.2, origin/master, origin/HEAD)
  Author: John Machado 
  Date:   Fri Sep 6 15:21:19 2024 +0530
  
- Xe2 Caching demotion for L3XD|L4WT|NC request (#212)
+ Xe2 Caching demotion for L3XD|L4WT|NC request (#212)
  
  commit 552325f5d951c12efd4b13d2bddff45b947529d8
  Author: John Machado 
  Date:   Fri Sep 6 14:59:17 2024 +0530
  
- Check if BaseWidth and BaseHeight is zero (#213)
+ Check if BaseWidth and BaseHeight is zero (#213)
  
  commit 06c05158f5d9d55906271feda50b161d743aee9b (tag: intel-gmmlib-22.5.1)
  Author: John Machado 
  Date:   Tue Aug 27 17:57:25 2024 +0530
  
- Fix Debug build type(#210)
+ Fix Debug build type(#210)
  
  commit 4d9f38236513b979631b638f810d9bce9ba86e5d (tag: intel-gmmlib-22.5.0)
  Author: John Machado 
  Date:   Thu Aug 8 11:10:59 2024 +0530
  
- Update README with new platform support info (#208)
+ Update README with new platform support info (#208)
  
  commit 1ed3f8745d6a3f82b11a37c001fc6b7bb8f04d61
  Author: John Machado 
  Date:   Wed Aug 7 16:09:47 2024 +0530
  
- Introduce Battlemage full support (#205)
+ Introduce Battlemage full support (#205)
  
  commit a999c848a44e7b4b388a898fe64ef593c159c7a1 (tag: intel-gmmlib-22.4.1)
  Author: John Machado 
  Date:   Mon Jul 1 15:57:26 2024 +0530
  
- Introduce Battlemage basic enabling support (#203)
+ Introduce Battlemage basic enabling support (#203)
  
  commit 8d74657c32c017571b9ce1bce79b9e47c8b9e9c3 (tag: intel-gmmlib-22.4.0)
  Author: John Machado 
  Date:   Wed Jun 26 15:49:35 2024 +0530
  
- Remove media compressed formats (#202)
+ Remove media compressed formats (#202)
  
  commit 58d1ff07f979d82642b073e318098fb44c79e268
  Author: John Machado 
  Date:   Thu Jun 20 22:01:14 2024 +0530
  
- Introduce LunarLake Support (#188)
+ Introduce LunarLake Support (#188)
  
  commit 0d65e6900073591c8fa1956a6d2c445f79c9be1f (tag: intel-gmmlib-22.3.20)
  Author: John Machado 
  Date:   Fri May 31 15:41:48 2024 +0530
  
- Revert "Failing the resource allocation if the U plane offset
+ Revert "Failing the resource allocation if the U plane offset
  exceeds the HW …" (#199)
  
  commit 40348e9a75ecc280cf156d4ef7fd48dc4acbf84e
  Author: John Machado 
  Date:   Thu May 30 15:34:45 2024 +0530
  
- Add RGB format perftag (#197)
+ Add RGB format perftag (#197)
  
  commit c6380d3db11cf3528a02097ce4ed9dab0335dca8
  Author: John Machado 
  Date:   Thu May 30 15:23:10 2024 +0530
  
- Update Readme with more build details (#198)
+ Update Readme with more build details (#198)
  
  commit e2a8b80fb174a936e9b4473aa9dbe2d21e3393f2
  Author: John Machado 
  Date:   Thu May 30 15:06:59 2024 +0530
  
- Fail if pTextureCalc is NULL (#196)
+ Fail if pTextureCalc is NULL (#196)
  
  commit dcc4b85ea3728c848b62fbb164c00f43b519b6fb (tag: intel-gmmlib-22.3.19)
  Author: John Machado 
  Date:   Mon Mar 25 11:13:27 2024 +0530
  
- Add new DG2 device IDs (#194)
+ Add new DG2 device IDs (#194)
  
  commit ac964bdffdda7730e8234511f61016071e63783b (tag: intel-gmmlib-22.3.18)
  Author: John Machado 
  Date:   Thu Mar 7 13:42:08 2024 +0530
  
- Failing the resource allocation if the U plane offset exceeds the HW
+ Failing the resource allocation if the U plane offset exceeds the HW
  limitations (#191)
  
  commit 93cf7ea309c47d58527ccc22b0fa93ea9012969b
  Author: John Machado 
  Date:   Thu Mar 7 12:51:56 2024 +0530
  
- Correct DG2 Depth/Stencil MSAA 16x 8x Texture Allocation (#192)
+ Correct DG2 Depth/Stencil MSAA 16x 8x Texture Allocation (#192)
  
  commit fdd1f774a83c0a78c6d5e5e3f57dd203bbf604ce
  Author: John Machado 
  Date:   Thu Mar 7 12:32:29 2024 +0530
  
- Handle out of memory case (#193)
+ Handle out of memory case (#193)
  
  == Testing impact ==
  
  Intel has done functional testing before release, and I have done smoke
  testing to check for regressions on Alder Lake (ADL) using ffmpeg and
  libva trace to check for hardwar

[Bug 2095071] [NEW] Update Noble to Gmmlib 22.5.2

2025-01-16 Thread Shane McKee
Public bug reported:

== Description ==

Intel has requested us to update gmmlib to 22.5.2 due to the need to
have Lunar Lake (recently released) and Battle Mage support.

This request has a strong dependency on the media driver version bump:


== Changelog ==

There is no changelog, but these are the changes between the two
versions:

smckee@smckee-Gazelle:~/gmmlib$ git log 
intel-gmmlib-22.3.17..intel-gmmlib-22.5.2
commit 567dc09fd3859de3d9c09456ee7b366c0d327eb6 (HEAD -> master, tag: 
intel-gmmlib-22.5.2, origin/master, origin/HEAD)
Author: John Machado 
Date:   Fri Sep 6 15:21:19 2024 +0530

Xe2 Caching demotion for L3XD|L4WT|NC request (#212)
commit 567dc09fd3859de3d9c09456ee7b366c0d327eb6 (HEAD -> master, tag: 
intel-gmmlib-22.5.2, origin/master, origin/HEAD)
Author: John Machado 
Date:   Fri Sep 6 15:21:19 2024 +0530

Xe2 Caching demotion for L3XD|L4WT|NC request (#212)

commit 552325f5d951c12efd4b13d2bddff45b947529d8
Author: John Machado 
Date:   Fri Sep 6 14:59:17 2024 +0530

Check if BaseWidth and BaseHeight is zero (#213)

commit 06c05158f5d9d55906271feda50b161d743aee9b (tag: intel-gmmlib-22.5.1)
Author: John Machado 
Date:   Tue Aug 27 17:57:25 2024 +0530

Fix Debug build type(#210)

commit 4d9f38236513b979631b638f810d9bce9ba86e5d (tag: intel-gmmlib-22.5.0)
Author: John Machado 
Date:   Thu Aug 8 11:10:59 2024 +0530

Update README with new platform support info (#208)

commit 1ed3f8745d6a3f82b11a37c001fc6b7bb8f04d61
Author: John Machado 
Date:   Wed Aug 7 16:09:47 2024 +0530

Introduce Battlemage full support (#205)

commit a999c848a44e7b4b388a898fe64ef593c159c7a1 (tag: intel-gmmlib-22.4.1)
Author: John Machado 
Date:   Mon Jul 1 15:57:26 2024 +0530

Introduce Battlemage basic enabling support (#203)

commit 8d74657c32c017571b9ce1bce79b9e47c8b9e9c3 (tag: intel-gmmlib-22.4.0)
Author: John Machado 
Date:   Wed Jun 26 15:49:35 2024 +0530

Remove media compressed formats (#202)

commit 58d1ff07f979d82642b073e318098fb44c79e268
Author: John Machado 
Date:   Thu Jun 20 22:01:14 2024 +0530

Introduce LunarLake Support (#188)

commit 0d65e6900073591c8fa1956a6d2c445f79c9be1f (tag: intel-gmmlib-22.3.20)
Author: John Machado 
Date:   Fri May 31 15:41:48 2024 +0530

Revert "Failing the resource allocation if the U plane offset
exceeds the HW …" (#199)

commit 40348e9a75ecc280cf156d4ef7fd48dc4acbf84e
Author: John Machado 
Date:   Thu May 30 15:34:45 2024 +0530

Add RGB format perftag (#197)

commit c6380d3db11cf3528a02097ce4ed9dab0335dca8
Author: John Machado 
Date:   Thu May 30 15:23:10 2024 +0530

Update Readme with more build details (#198)

commit e2a8b80fb174a936e9b4473aa9dbe2d21e3393f2
Author: John Machado 
Date:   Thu May 30 15:06:59 2024 +0530

Fail if pTextureCalc is NULL (#196)

commit dcc4b85ea3728c848b62fbb164c00f43b519b6fb (tag: intel-gmmlib-22.3.19)
Author: John Machado 
Date:   Mon Mar 25 11:13:27 2024 +0530

Add new DG2 device IDs (#194)

commit ac964bdffdda7730e8234511f61016071e63783b (tag: intel-gmmlib-22.3.18)
Author: John Machado 
Date:   Thu Mar 7 13:42:08 2024 +0530

Failing the resource allocation if the U plane offset exceeds the HW
limitations (#191)

commit 93cf7ea309c47d58527ccc22b0fa93ea9012969b
Author: John Machado 
Date:   Thu Mar 7 12:51:56 2024 +0530

Correct DG2 Depth/Stencil MSAA 16x 8x Texture Allocation (#192)

commit fdd1f774a83c0a78c6d5e5e3f57dd203bbf604ce
Author: John Machado 
Date:   Thu Mar 7 12:32:29 2024 +0530

Handle out of memory case (#193)

== Testing impact ==

Intel has done functional testing before release, and I have done smoke
testing to check for regressions on Alder Lake (ADL) using ffmpeg and
libva trace to check for hardware accelerated encode and decode for AV1,
H264, and VP9. ADL running Noble did not appear to regress in my
testing.

Build logs showing a successful build can be found here:
https://launchpad.net/~mckeesh/+archive/ubuntu/testing/+build/29969316

Build artifacts at the same link install correctly in Noble:
ubuntu@determined-wheatear:~$ sudo dpkg -i 
libigdgmm12_22.5.2-0ubuntu1_amd64.deb 
Selecting previously unselected package libigdgmm12:amd64.
(Reading database ... 74736 files and directories currently installed.)
Preparing to unpack libigdgmm12_22.5.2-0ubuntu1_amd64.deb ...
Unpacking libigdgmm12:amd64 (22.5.2-0ubuntu1) ...
Setting up libigdgmm12:amd64 (22.5.2-0ubuntu1) ...
Processing triggers for libc-bin (2.39-0ubuntu8.3) ...
ubuntu@determined-wheatear:~$ sudo dpkg -i 
libigdgmm-dev_22.5.2-0ubuntu1_amd64.deb 
Selecting previously unselected package libigdgmm-dev:amd64.
(Reading database ... 74741 files and directories currently installed.)
Preparing to unpack libigdgmm-dev_22.5.2-0ubuntu1_amd64.deb ...
Unpacking libigdgmm-dev:amd64 (22.5.2-0ubuntu1) ...
Setting up libigdgmm-dev:amd64 (22.5.2-0ubuntu1) ...

** Affects: intel-gmmlib (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: pe-sponsoring-request

** Summary changed:

- Update Noble to 22.5.2

[Bug 2095073] [NEW] Upgrade libva to 2.22.0 in Noble

2025-01-16 Thread Shane McKee
Public bug reported:

== Description ==
Intel has requested us to update libva to 2.22.0 due to the need to have Lunar 
Lake and Battle Mage (both recently released) support.
This request has a strong dependency on the gmmlib version bump:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095071
Also the media driver version bump:

== Changelog ==
There is no changelog, but these are the changes between the two versions:
217da1c (tag: 2.22.0, origin/v2.22-branch) libva 2.22.0
86cd48f update NEWS for 2.22.0
c7a4be4 meson:remove autogen.sh from the meson script
bb178ef Add VVC decode LibVA interface.
a619226 va: fix --version-script detection for lld >= 17
558d03b trace: Add bit_depth capturing in trace log
1b7d71f wayland: add support for linux-dmabuf
6f3e068 libva 2.22.0.pre1
0cfc607 update NEWS for libva 2.21.0
2350037 Add allow_content_tools and force_intger_mv to AV1 enc
c189a88 va_trace:add return value trace for vaPutSurfaces
62e2f4d Update Prime3 definition
0e4c0e5 va: add VASurfaceAttribAlignmentSize
eeebe59 va: Re-add drm_state and fd checks to VA_DRM_GetDriverNames
df1272c ci:harden permissions for all github workflows
a438699 meson: create dist archives suitable for building with configure, too
4e3eb1f autogen.sh: successfully detect if the autoreconf program is installed
b8c7eed va: fix handling when all wayland backends fail
3457aa8 build(deps): bump actions/upload-pages-artifact from 2 to 3
910ad35 build(deps): bump actions/deploy-pages from 3 to 4
6c625cc build(deps): bump actions/setup-python from 4 to 5
775605a build(deps): bump actions/deploy-pages from 2 to 3
45ac074 va: export symbol vaGetLibFunc for Windows
1819649 va:Add PRIME3 defination
63d2b22 ci: update to vmactions/freebsd-vm from v0 to v1
0931342 va: add driver name map for new intel KMD xe
633746e va: export symbol vaMapBuffer2 for Windows
45afd79 va:add new interface vaMapBuffer2 for map operation optimization
71ef7e0 va: Add VAConfigAttribEncMaxTileRows and VAConfigAttribEncMaxTileCols
53e459d windows.yml: Add windows-msvc-debug
2a1536a win32: Fix debug build break
8575b2b libva 2.21.0.pre1

== Testing impact ==
Intel has done functional testing before release, and I have done smoke testing 
to check for regressions on Alder Lake (ADL) using ffmpeg and libva trace to 
check for hardware accelerated encode and decode for AV1, H264, and VP9. ADL 
running Noble did not appear to regress in my testing.
Build logs showing successful builds can be found here:
https://launchpad.net/~mckeesh/+archive/ubuntu/testing/+build/29976315
Build artifacts at the same link install correctly in Noble:
ubuntu@determined-wheatear:~$ sudo dpkg -i libva*.deb 
va-driver-all_2.22.0-1ubuntu1_amd64.deb
(Reading database ... 75261 files and directories currently installed.)
Preparing to unpack libva-dev_2.22.0-1ubuntu1_amd64.deb ...
Unpacking libva-dev:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
Preparing to unpack libva-drm2_2.22.0-1ubuntu1_amd64.deb ...
Unpacking libva-drm2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
Preparing to unpack libva-glx2_2.22.0-1ubuntu1_amd64.deb ...
Unpacking libva-glx2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
Preparing to unpack libva-wayland2_2.22.0-1ubuntu1_amd64.deb ...
Unpacking libva-wayland2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
Preparing to unpack libva-x11-2_2.22.0-1ubuntu1_amd64.deb ...
Unpacking libva-x11-2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
Preparing to unpack libva2_2.22.0-1ubuntu1_amd64.deb ...
Unpacking libva2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
Preparing to unpack va-driver-all_2.22.0-1ubuntu1_amd64.deb ...
Unpacking va-driver-all:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
Setting up libva2:amd64 (2.22.0-1ubuntu1) ...
Setting up va-driver-all:amd64 (2.22.0-1ubuntu1) ...
Setting up libva-drm2:amd64 (2.22.0-1ubuntu1) ...
Setting up libva-wayland2:amd64 (2.22.0-1ubuntu1) ...
Setting up libva-x11-2:amd64 (2.22.0-1ubuntu1) ...
Setting up libva-glx2:amd64 (2.22.0-1ubuntu1) ...
Setting up libva-dev:amd64 (2.22.0-1ubuntu1) ...
Processing triggers for man-db (2.12.0-4build2) ...
Processing triggers for libc-bin (2.39-0ubuntu8.3) ...

** Affects: libva (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: pe-sponsoring-request

** Summary changed:

- Upgrade libra to 2.22.0 in Noble
+ Upgrade libva to 2.22.0 in Noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095073

Title:
  Upgrade libva to 2.22.0 in Noble

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095071] Re: Update Noble to Gmmlib 22.5.2

2025-01-16 Thread Shane McKee
** Description changed:

  == Description ==
  
  Intel has requested us to update gmmlib to 22.5.2 due to the need to
  have Lunar Lake (recently released) and Battle Mage support.
  
  This request has a strong dependency on the media driver version bump:
  https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2095074
  Also the libva version bump:
  https://bugs.launchpad.net/ubuntu/+source/libva/+bug/2095073
  
  == Changelog ==
  
  There is no changelog, but these are the changes between the two
  versions:
  
  smckee@smckee-Gazelle:~/gmmlib$ git log 
intel-gmmlib-22.3.17..intel-gmmlib-22.5.2
  commit 567dc09fd3859de3d9c09456ee7b366c0d327eb6 (HEAD -> master, tag: 
intel-gmmlib-22.5.2, origin/master, origin/HEAD)
  Author: John Machado 
  Date:   Fri Sep 6 15:21:19 2024 +0530
  
  Xe2 Caching demotion for L3XD|L4WT|NC request (#212)
  commit 567dc09fd3859de3d9c09456ee7b366c0d327eb6 (HEAD -> master, tag: 
intel-gmmlib-22.5.2, origin/master, origin/HEAD)
  Author: John Machado 
  Date:   Fri Sep 6 15:21:19 2024 +0530
  
  Xe2 Caching demotion for L3XD|L4WT|NC request (#212)
  
  commit 552325f5d951c12efd4b13d2bddff45b947529d8
  Author: John Machado 
  Date:   Fri Sep 6 14:59:17 2024 +0530
  
  Check if BaseWidth and BaseHeight is zero (#213)
  
  commit 06c05158f5d9d55906271feda50b161d743aee9b (tag: intel-gmmlib-22.5.1)
  Author: John Machado 
  Date:   Tue Aug 27 17:57:25 2024 +0530
  
  Fix Debug build type(#210)
  
  commit 4d9f38236513b979631b638f810d9bce9ba86e5d (tag: intel-gmmlib-22.5.0)
  Author: John Machado 
  Date:   Thu Aug 8 11:10:59 2024 +0530
  
  Update README with new platform support info (#208)
  
  commit 1ed3f8745d6a3f82b11a37c001fc6b7bb8f04d61
  Author: John Machado 
  Date:   Wed Aug 7 16:09:47 2024 +0530
  
  Introduce Battlemage full support (#205)
  
  commit a999c848a44e7b4b388a898fe64ef593c159c7a1 (tag: intel-gmmlib-22.4.1)
  Author: John Machado 
  Date:   Mon Jul 1 15:57:26 2024 +0530
  
  Introduce Battlemage basic enabling support (#203)
  
  commit 8d74657c32c017571b9ce1bce79b9e47c8b9e9c3 (tag: intel-gmmlib-22.4.0)
  Author: John Machado 
  Date:   Wed Jun 26 15:49:35 2024 +0530
  
  Remove media compressed formats (#202)
  
  commit 58d1ff07f979d82642b073e318098fb44c79e268
  Author: John Machado 
  Date:   Thu Jun 20 22:01:14 2024 +0530
  
  Introduce LunarLake Support (#188)
  
  commit 0d65e6900073591c8fa1956a6d2c445f79c9be1f (tag: intel-gmmlib-22.3.20)
  Author: John Machado 
  Date:   Fri May 31 15:41:48 2024 +0530
  
  Revert "Failing the resource allocation if the U plane offset
  exceeds the HW …" (#199)
  
  commit 40348e9a75ecc280cf156d4ef7fd48dc4acbf84e
  Author: John Machado 
  Date:   Thu May 30 15:34:45 2024 +0530
  
  Add RGB format perftag (#197)
  
  commit c6380d3db11cf3528a02097ce4ed9dab0335dca8
  Author: John Machado 
  Date:   Thu May 30 15:23:10 2024 +0530
  
  Update Readme with more build details (#198)
  
  commit e2a8b80fb174a936e9b4473aa9dbe2d21e3393f2
  Author: John Machado 
  Date:   Thu May 30 15:06:59 2024 +0530
  
  Fail if pTextureCalc is NULL (#196)
  
  commit dcc4b85ea3728c848b62fbb164c00f43b519b6fb (tag: intel-gmmlib-22.3.19)
  Author: John Machado 
  Date:   Mon Mar 25 11:13:27 2024 +0530
  
  Add new DG2 device IDs (#194)
  
  commit ac964bdffdda7730e8234511f61016071e63783b (tag: intel-gmmlib-22.3.18)
  Author: John Machado 
  Date:   Thu Mar 7 13:42:08 2024 +0530
  
  Failing the resource allocation if the U plane offset exceeds the HW
  limitations (#191)
  
  commit 93cf7ea309c47d58527ccc22b0fa93ea9012969b
  Author: John Machado 
  Date:   Thu Mar 7 12:51:56 2024 +0530
  
  Correct DG2 Depth/Stencil MSAA 16x 8x Texture Allocation (#192)
  
  commit fdd1f774a83c0a78c6d5e5e3f57dd203bbf604ce
  Author: John Machado 
  Date:   Thu Mar 7 12:32:29 2024 +0530
  
  Handle out of memory case (#193)
  
  == Testing impact ==
  
  Intel has done functional testing before release, and I have done smoke
  testing to check for regressions on Alder Lake (ADL) using ffmpeg and
  libva trace to check for hardware accelerated encode and decode for AV1,
  H264, and VP9. ADL running Noble did not appear to regress in my
- testing.
+ testing. I did the same testing on Lunar Lake (LNL) after the necessary
+ kernel update coming in 24.04.2, and the version bump enabled HW decode
+ for AV1, VP9, and H264.
  
  Build logs showing a successful build can be found here:
  https://launchpad.net/~mckeesh/+archive/ubuntu/testing/+build/29969316
  
  Build artifacts at the same link install correctly in Noble:
  ubuntu@determined-wheatear:~$ sudo dpkg -i 
libigdgmm12_22.5.2-0ubuntu1_amd64.deb
  Selecting previously unselected package libigdgmm12:amd64.
  (Reading database ... 74736 files and directories currently installed.)
  Preparing to unpack libigdgmm12_22.5.2-0ubuntu1_amd64.deb ...
  Unpacking libigdgmm12:amd64 (22.5.2-0ubuntu1) ...
  Setting up libigdgmm12:amd64 (22.5.2-0ubunt

[Bug 2095074] Re: Upgrade to media driver version 24.3.4 in Noble

2025-01-16 Thread Shane McKee
** Description changed:

  == Description ==
  Intel has requested us to update the media driver (free and non-free) to 
24.3.4 due to the need to have Lunar Lake and Battle Mage (both recently 
released) support.
  This request has a strong dependency on the gmmlib version bump:
  https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095071
  Also the libva version bump:
  https://bugs.launchpad.net/ubuntu/+source/libva/+bug/2095073
+ 
  == Changelog ==
  There is no changelog, but these are the 434 changes between the two versions:
  
https://github.com/intel/media-driver/compare/intel-media-24.1.0...intel-media-24.3.4
  == Testing impact ==
- Intel has done functional testing before release, and I have done smoke 
testing to check for regressions on Alder Lake (ADL) using ffmpeg and libva 
trace to check for hardware accelerated encode and decode for AV1, H264, and 
VP9. ADL running Noble did not appear to regress in my testing.
+ Intel has done functional testing before release, and I have done smoke 
testing to check for regressions on Alder Lake (ADL) using ffmpeg and libva 
trace to check for hardware accelerated encode and decode for AV1, H264, and 
VP9. ADL running Noble did not appear to regress in my testing. I did the same 
testing on Lunar Lake (LNL) after the necessary kernel update coming in 
24.04.2, and the version bump enabled HW decode for AV1, VP9, and H264.
+ 
+ 
  Build logs showing successful builds can be found here:
  https://launchpad.net/~mckeesh/+archive/ubuntu/testing/+build/29976394
  https://launchpad.net/~mckeesh/+archive/ubuntu/testing/+build/30017327
  
  Build artifacts at the same link install correctly in Noble:
  ubuntu@determined-wheatear:~$ sudo dpkg -i 
intel-media-va-driver_24.3.4+dfsg1-0ubuntu1_amd64.deb
  (Reading database ... 75261 files and directories currently installed.)
  Preparing to unpack intel-media-va-driver_24.3.4+dfsg1-0ubuntu1_amd64.deb ...
  Unpacking intel-media-va-driver:amd64 (24.3.4+dfsg1-0ubuntu1) over 
(24.3.4+dfsg1-0ubuntu1) ...
  Setting up intel-media-va-driver:amd64 (24.3.4+dfsg1-0ubuntu1) …
  
- ubuntu@determined-wheatear:~$ sudo dpkg -i 
intel-media-va-driver-non-free_24.3.4+ds1-0ubuntu1_amd64.deb 
+ ubuntu@determined-wheatear:~$ sudo dpkg -i 
intel-media-va-driver-non-free_24.3.4+ds1-0ubuntu1_amd64.deb
  (Reading database ... 75256 files and directories currently installed.)
  Preparing to unpack 
intel-media-va-driver-non-free_24.3.4+ds1-0ubuntu1_amd64.deb ...
  Unpacking intel-media-va-driver-non-free:amd64 (24.3.4+ds1-0ubuntu1) over 
(24.1.0+ds1-1) ...
  Setting up intel-media-va-driver-non-free:amd64 (24.3.4+ds1-0ubuntu1) …
  
  ubuntu@determined-wheatear:~$ sudo dpkg -i  
libigfxcmrt7_24.3.4+dfsg1-0ubuntu1_amd64.deb
  Selecting previously unselected package libigfxcmrt7:amd64.
  (Reading database ... 75256 files and directories currently installed.)
  Preparing to unpack libigfxcmrt7_24.3.4+dfsg1-0ubuntu1_amd64.deb ...
  Unpacking libigfxcmrt7:amd64 (24.3.4+dfsg1-0ubuntu1) ...
  Setting up libigfxcmrt7:amd64 (24.3.4+dfsg1-0ubuntu1) ...
  Processing triggers for libc-bin (2.39-0ubuntu8.3) …
  
  ubuntu@determined-wheatear:~$ sudo dpkg -i 
libigfxcmrt-dev_24.3.4+dfsg1-0ubuntu1_amd64.deb
  Selecting previously unselected package libigfxcmrt-dev:amd64.
  (Reading database ... 75261 files and directories currently installed.)
  Preparing to unpack libigfxcmrt-dev_24.3.4+dfsg1-0ubuntu1_amd64.deb ...
  Unpacking libigfxcmrt-dev:amd64 (24.3.4+dfsg1-0ubuntu1) ...
  Setting up libigfxcmrt-dev:amd64 (24.3.4+dfsg1-0ubuntu1) ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095074

Title:
  Upgrade to media driver version 24.3.4 in Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2095074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095073] Re: Upgrade libva to 2.22.0 in Noble

2025-01-16 Thread Shane McKee
** Description changed:

  == Description ==
  Intel has requested us to update libva to 2.22.0 due to the need to have 
Lunar Lake and Battle Mage (both recently released) support.
  This request has a strong dependency on the gmmlib version bump:
  https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2095071
  Also the media driver version bump:
  
  == Changelog ==
  There is no changelog, but these are the changes between the two versions:
  217da1c (tag: 2.22.0, origin/v2.22-branch) libva 2.22.0
  86cd48f update NEWS for 2.22.0
  c7a4be4 meson:remove autogen.sh from the meson script
  bb178ef Add VVC decode LibVA interface.
  a619226 va: fix --version-script detection for lld >= 17
  558d03b trace: Add bit_depth capturing in trace log
  1b7d71f wayland: add support for linux-dmabuf
  6f3e068 libva 2.22.0.pre1
  0cfc607 update NEWS for libva 2.21.0
  2350037 Add allow_content_tools and force_intger_mv to AV1 enc
  c189a88 va_trace:add return value trace for vaPutSurfaces
  62e2f4d Update Prime3 definition
  0e4c0e5 va: add VASurfaceAttribAlignmentSize
  eeebe59 va: Re-add drm_state and fd checks to VA_DRM_GetDriverNames
  df1272c ci:harden permissions for all github workflows
  a438699 meson: create dist archives suitable for building with configure, too
  4e3eb1f autogen.sh: successfully detect if the autoreconf program is installed
  b8c7eed va: fix handling when all wayland backends fail
  3457aa8 build(deps): bump actions/upload-pages-artifact from 2 to 3
  910ad35 build(deps): bump actions/deploy-pages from 3 to 4
  6c625cc build(deps): bump actions/setup-python from 4 to 5
  775605a build(deps): bump actions/deploy-pages from 2 to 3
  45ac074 va: export symbol vaGetLibFunc for Windows
  1819649 va:Add PRIME3 defination
  63d2b22 ci: update to vmactions/freebsd-vm from v0 to v1
  0931342 va: add driver name map for new intel KMD xe
  633746e va: export symbol vaMapBuffer2 for Windows
  45afd79 va:add new interface vaMapBuffer2 for map operation optimization
  71ef7e0 va: Add VAConfigAttribEncMaxTileRows and VAConfigAttribEncMaxTileCols
  53e459d windows.yml: Add windows-msvc-debug
  2a1536a win32: Fix debug build break
  8575b2b libva 2.21.0.pre1
  
  == Testing impact ==
- Intel has done functional testing before release, and I have done smoke 
testing to check for regressions on Alder Lake (ADL) using ffmpeg and libva 
trace to check for hardware accelerated encode and decode for AV1, H264, and 
VP9. ADL running Noble did not appear to regress in my testing.
+ Intel has done functional testing before release, and I have done smoke 
testing to check for regressions on Alder Lake (ADL) using ffmpeg and libva 
trace to check for hardware accelerated encode and decode for AV1, H264, and 
VP9. ADL running Noble did not appear to regress in my testing. I did the same 
testing on Lunar Lake (LNL) after the necessary kernel update coming in 
24.04.2, and the version bump enabled HW decode for AV1, VP9, and H264.
+ 
  Build logs showing successful builds can be found here:
  https://launchpad.net/~mckeesh/+archive/ubuntu/testing/+build/29976315
  Build artifacts at the same link install correctly in Noble:
  ubuntu@determined-wheatear:~$ sudo dpkg -i libva*.deb 
va-driver-all_2.22.0-1ubuntu1_amd64.deb
  (Reading database ... 75261 files and directories currently installed.)
  Preparing to unpack libva-dev_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking libva-dev:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Preparing to unpack libva-drm2_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking libva-drm2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Preparing to unpack libva-glx2_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking libva-glx2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Preparing to unpack libva-wayland2_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking libva-wayland2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Preparing to unpack libva-x11-2_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking libva-x11-2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Preparing to unpack libva2_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking libva2:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Preparing to unpack va-driver-all_2.22.0-1ubuntu1_amd64.deb ...
  Unpacking va-driver-all:amd64 (2.22.0-1ubuntu1) over (2.22.0-1ubuntu1) ...
  Setting up libva2:amd64 (2.22.0-1ubuntu1) ...
  Setting up va-driver-all:amd64 (2.22.0-1ubuntu1) ...
  Setting up libva-drm2:amd64 (2.22.0-1ubuntu1) ...
  Setting up libva-wayland2:amd64 (2.22.0-1ubuntu1) ...
  Setting up libva-x11-2:amd64 (2.22.0-1ubuntu1) ...
  Setting up libva-glx2:amd64 (2.22.0-1ubuntu1) ...
  Setting up libva-dev:amd64 (2.22.0-1ubuntu1) ...
  Processing triggers for man-db (2.12.0-4build2) ...
  Processing triggers for libc-bin (2.39-0ubuntu8.3) ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095073

Title:
  Upgrade libva to 2.22.0 in Noble

To manage notifi

[Bug 2098413] Re: Bump intel-gmmlib to 22.5.5

2025-02-13 Thread Shane McKee
Oracular debdiff

** Patch added: "22.5.2_to_22.5.5_24.10.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+attachment/5857351/+files/22.5.2_to_22.5.5_24.10.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  Bump intel-gmmlib to 22.5.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: Bump intel-gmmlib to 22.5.5

2025-02-13 Thread Shane McKee
Plucky debdiff

** Patch added: "22.5.2_to_22.5.5_25.04.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+attachment/5857353/+files/22.5.2_to_22.5.5_25.04.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  Bump intel-gmmlib to 22.5.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098420] Re: Bump media driver version to 24.4.4

2025-02-13 Thread Shane McKee
** Description changed:

  The Intel media driver needs a version update to fully support
  Battlemage in 24.4.4. Ideally, this will get pulled back to Noble, so
  this version bump should be backported to oracular before we file an SRU
  exception for HWE purposes.
+ 
+ PPA:
+ https://launchpad.net/~mckeesh/+archive/ubuntu/lp2098420

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098420

Title:
  Bump media driver version to 24.4.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2098420/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: Bump intel-gmmlib to 22.5.5

2025-02-14 Thread Shane McKee
And for plucky. They wouldn't both upload to the PPA without any
suffixes, so I added the ~25.04

** Patch added: "22.5.2_to_22.5.5_25.04.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+attachment/5857678/+files/22.5.2_to_22.5.5_25.04.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  Bump intel-gmmlib to 22.5.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: Bump intel-gmmlib to 22.5.5

2025-02-14 Thread Shane McKee
Sure! Here's the new one for Oracular

** Patch added: "22.5.2_to_22.5.5_24.10.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+attachment/5857677/+files/22.5.2_to_22.5.5_24.10.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  Bump intel-gmmlib to 22.5.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: Bump intel-gmmlib to 22.5.5

2025-02-13 Thread Shane McKee
** Description changed:

  The Intel media driver needs a version update to fully support
  Battlemage in 24.4.4, and the required gmmlib version is 22.5.5.
+ 
+ PPA:
+ https://launchpad.net/~mckeesh/+archive/ubuntu/lp2098413

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  Bump intel-gmmlib to 22.5.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2104011] [NEW] [FFe] Several Intel BMG SKUs not supported in Plucky

2025-03-24 Thread Shane McKee
Public bug reported:

[ Impact ]

Several new Intel Battlemage cards are unsupported in Ubuntu Plucky and
lower. This FFe adds the minimum necessary patches (Adding PCI-IDs) to
enable new Intel Battlemage hardware across several packages. No other
changes are necessary for this enablement, and impact to existing
hardware is minimal because there are no functional changes included. We
should backport these changes to Plucky, Oracular and Noble. The latter
two can be done in a separate SRU if preferred.

The upstream changesets can be found in the following locations:

mesa
* 
https://gitlab.freedesktop.org/mesa/mesa/-/commit/0e648a238e23199969e57e1d9336755b5c74d87f

intel-compute-runtime
* 
https://github.com/intel/compute-runtime/commit/c306c457db539da17d69a7d86d507c2c22c878c9

intel-media-driver(and -non-free)
* 
https://github.com/intel/media-driver/commit/9e212b3a76da0584604e4424554c249fa1b06ff1
* 
https://github.com/intel/media-driver/commit/c5147ca49a962968a79161b5181eb4ce8130baf4

onevpl-intel-gpu
* 
https://github.com/intel/vpl-gpu-rt/commit/996a71895d3edf202d0395765eeda49ae3a41a31

intel-gmmlib
* 
https://github.com/intel/gmmlib/commit/a221d078d1bfdfc580ab0ea343c3eb82c819bd29

[ Test Plan ]

To reproduce, use a Battlemage card with PCI ID 0xE210, 0xe215, or
0xe216 and note that the GPU is not enumerating in lspci.

To verify that the issue has been resolved, check lspci to make sure
that your GPU is now enumerating.


[ Where problems could occur ]

While this is a simple, routine change already accepted upstream, no
change can be totally risk free. In this case, we’re changing something
as central as Mesa, which is central for multiple hardware vendors. A
bug therethere could cause a lot of issues for basic GUI function.

For intel-gmmlib, intel-media-driver, and onevpl-intel-gpu, a bug could
cause a failure in hardware support for media on Intel.

Issues in compute-runtime would cause failures in OpenCL support for
Intel hardware.

[ Other Info ]

** Affects: mesa (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2104011

Title:
  [FFe] Several Intel BMG SKUs not supported in Plucky

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2104011] Re: [FFe] Several Intel BMG SKUs not supported in Plucky

2025-03-24 Thread Shane McKee
** Also affects: intel-gmmlib (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: intel-media-driver (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: intel-media-driver-non-free (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: onevpl-intel-gpu (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: mesa (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2104011

Title:
  [FFe] Several Intel BMG SKUs not supported in Plucky

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2104011/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-03-17 Thread Shane McKee
@waveform Nothing should be going into plucky at this point. I think
those were added by mistake. I didn't think I had the authority to
change them since I can't add them in the first place, but I was able to
change them over to Fix Committed

** Changed in: intel-media-driver (Ubuntu Plucky)
   Status: New => Fix Released

** Changed in: intel-media-driver-non-free (Ubuntu Plucky)
   Status: New => Fix Released

** Changed in: libvpl (Ubuntu Plucky)
   Status: New => Fix Released

** Changed in: libvpl-tools (Ubuntu Plucky)
   Status: New => Fix Released

** Changed in: onevpl-intel-gpu (Ubuntu Plucky)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096899] Re: [needs-packaging] metee

2025-04-05 Thread Shane McKee
** Changed in: ubuntu
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096899

Title:
  [needs-packaging] metee

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2104011] Re: [FFe] Several Intel BMG SKUs not supported in Plucky

2025-03-25 Thread Shane McKee
** Patch added: "onevpl-intel-gpu.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2104011/+attachment/5867263/+files/onevpl-intel-gpu.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2104011

Title:
  [FFe] Several Intel BMG SKUs not supported in Plucky

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2104011/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2104011] Re: [FFe] Several Intel BMG SKUs not supported in Plucky

2025-03-25 Thread Shane McKee
** Also affects: intel-compute-runtime (Ubuntu)
   Importance: Undecided
   Status: New

** Patch added: "intel-compute-runtime.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2104011/+attachment/5867261/+files/intel-compute-runtime.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2104011

Title:
  [FFe] Several Intel BMG SKUs not supported in Plucky

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2104011/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2104011] Re: [FFe] Several Intel BMG SKUs not supported in Plucky

2025-03-25 Thread Shane McKee
** Description changed:

  [ Impact ]
  
  Several new Intel Battlemage cards are unsupported in Ubuntu Plucky and
  lower. This FFe adds the minimum necessary patches (Adding PCI-IDs) to
  enable new Intel Battlemage hardware across several packages. No other
  changes are necessary for this enablement, and impact to existing
  hardware is minimal because there are no functional changes included. We
  should backport these changes to Plucky, Oracular and Noble. The latter
  two can be done in a separate SRU if preferred.
  
  The upstream changesets can be found in the following locations:
  
  mesa
  * 
https://gitlab.freedesktop.org/mesa/mesa/-/commit/0e648a238e23199969e57e1d9336755b5c74d87f
  
  Timo has agreed to take on this part of the FFe, but I will leave the
  patch here to indicate that the efforts should be connected
  
  intel-compute-runtime
  * 
https://github.com/intel/compute-runtime/commit/c306c457db539da17d69a7d86d507c2c22c878c9
  
  intel-media-driver(and -non-free)
  * 
https://github.com/intel/media-driver/commit/9e212b3a76da0584604e4424554c249fa1b06ff1
  * 
https://github.com/intel/media-driver/commit/c5147ca49a962968a79161b5181eb4ce8130baf4
  
  onevpl-intel-gpu
  * 
https://github.com/intel/vpl-gpu-rt/commit/996a71895d3edf202d0395765eeda49ae3a41a31
  
  intel-gmmlib
  * 
https://github.com/intel/gmmlib/commit/a221d078d1bfdfc580ab0ea343c3eb82c819bd29
  
  [ Test Plan ]
  
  To reproduce, run our checkbox-media testing on one of the new GPUs
  before adding these patches. To confirm that the media patches worked,
  install packages with those patches applied, and re-run checkbox-media
  tests.
  
  https://github.com/canonical/checkbox-media
  
  This will test hardware encode and decode at 1080p and 4K for H264, AV1,
  and VP9 as well as running the VPL tests. This testing will cover all
  packages affected here.
  
  [ Where problems could occur ]
  
  While this is a simple, routine change already accepted upstream, no
  change can be totally risk free. In this case, we’re changing something
  as central as Mesa, which is central for multiple hardware vendors. A
  bug there could cause a lot of issues for basic GUI function.
  
  For intel-gmmlib, intel-media-driver, and onevpl-intel-gpu, a bug could
  cause a failure in hardware support for media on Intel.
  
  Issues in compute-runtime would cause failures in OpenCL support for
  Intel hardware.
  
  [ Other Info ]
+ 
+ PPA link: https://launchpad.net/~mckeesh/+archive/ubuntu/lp2104011

** Tags added: pe-sponsoring-request

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2104011

Title:
  [FFe] Several Intel BMG SKUs not supported in Plucky

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2104011/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2104011] Re: [FFe] Several Intel BMG SKUs not supported in Plucky

2025-03-25 Thread Shane McKee
** Patch added: "intel-gmmlib.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2104011/+attachment/5867264/+files/intel-gmmlib.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2104011

Title:
  [FFe] Several Intel BMG SKUs not supported in Plucky

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2104011/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2104011] Re: [FFe] Several Intel BMG SKUs not supported in Plucky

2025-03-25 Thread Shane McKee
** Patch added: "intel-media-driver-non-free.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2104011/+attachment/5867266/+files/intel-media-driver-non-free.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2104011

Title:
  [FFe] Several Intel BMG SKUs not supported in Plucky

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2104011/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2104011] Re: [FFe] Several Intel BMG SKUs not supported in Plucky

2025-03-25 Thread Shane McKee
** Patch added: "intel-media-driver.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2104011/+attachment/5867265/+files/intel-media-driver.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2104011

Title:
  [FFe] Several Intel BMG SKUs not supported in Plucky

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2104011/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-04-08 Thread Shane McKee
I see that the packages are all in proposed
https://launchpad.net/ubuntu/oracular/+queue?queue_state=1

Do we need to do anything more on our end?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-03-14 Thread Shane McKee
** Description changed:

  [ Impact ]
  
  The Intel media driver needs a version update to fully support
  Battlemage in 24.4.4, and the required gmmlib version is 22.5.5.
  Ideally, this will get pulled back to Noble, this version bump should be
  backported to oracular before we file an SRU exception for HWE purposes.
  
  PPA:
  https://launchpad.net/~mckeesh/+archive/ubuntu/lp2098413
  
  [ Test Plan ]
  
   * Intel performs extensive validation for the media stack internally
  before releasing.
  
-  * Canonical's Intel squad performs basic testing on successful media
- driver initialization (vainfo) as well as testing hardware encode/decode
- on H264, VP9, and AV1 at 1080p and 4K. Intel generations tested: Lunar
- Lake, Alder Lake, Tiger Lake
+  * Canonical's Intel squad (in this case, me) performs basic testing on
+ successful media driver initialization (vainfo) as well as testing
+ hardware encode/decode on H264, VP9, and AV1 at 1080p and 4K.
+ 
+ The media driver supports the following platforms:
+ * BDW (Broadwell)
+ * SKL (Skylake)
+ * BXTx (BXT: Broxton, APL: Apollo Lake, GLK: Gemini Lake)
+ * KBLx (KBL: Kaby Lake, CFL: Coffee Lake, WHL: Whiskey Lake, CML: Comet Lake, 
AML: Amber Lake)
+ * ICL (Ice Lake)
+ * JSL (Jasper Lake) / EHL (Elkhart Lake)
+ * TGLx (TGL: Tiger Lake, RKL: Rocket Lake, ADL-S/P/N: Alder Lake, RPL-S/P: 
Raptor Lake)
+ * DG1/SG1
+ * Alchemist(DG2)/ATSM
+ * MTLx (MTL: Meteor Lake, ARL-S/H: Arrow Lake)
+ * LNL (Lunar Lake)
+ * BMG (Battlemage)
+ 
+ 
+ Intel tests for regressions on supported hardware prior to releasing a new 
version, but we have tested the versions in the PPA on the following Intel 
generations: 
+ * Battlemage
+ * Lunar Lake
+ * Raptor Lake
+ * Alder Lake
+ * Tiger Lake
+ 
+ Once the new versions land in proposed, we will re-test on those
+ platforms with the official package versions.
  
  [ Where problems could occur ]
  
   * Issues can occur if media driver component versions mismatch. In this
  case, we should have gmmlib at 22.5.5, libva at 2.22.0, and the media
  driver (free and non-free) at 24.4.4 (LP: #2098420).
  
  * If there is any critical bug in the media stack, there could be a
  fallback to software encode/decode, which is slower and more resource-
  intensive.
  
  [ Other Info ]
  
  This is dependent on the SRU request in LP: #2098420. These changes must
  land together to avoid compatibility issues

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096898] Re: [needs-packaging] level-zero-raytracing-support 1.0.0

2025-05-05 Thread Shane McKee
Package was added in Plucky
https://launchpad.net/ubuntu/+source/level-zero-gpu-raytracing

** Description changed:

  This package supports raytracing on Intel CPUs and GPUs using level-
  zero.
  
  Source: 
https://github.com/canonical/kobuk-gfx-intel-level-zero-gpu-raytracing/tree/for_upload
  PPA upload: https://launchpad.net/~mckeesh/+archive/ubuntu/lp2096898
- 
- NOTE: Packaging ready for review, but test creation is in progress

** Changed in: ubuntu
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096898

Title:
  [needs-packaging] level-zero-raytracing-support 1.0.0

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2110131] Re: NEO_DISABLE_MITIGATIONS flag default should be true

2025-05-07 Thread Shane McKee
** Tags added: pe-sponsoring-request

** Description changed:

  After discussion between Intel and Canonical’s security teams, we are in
  agreement that Spectre no longer needs to be mitigated for the GPU at
  the Compute Runtime level. At this point, Spectre has been mitigated in
  the kernel, and a clear warning from the Compute Runtime build serves as
  a warning for those running modified kernels without those patches. For
  these reasons, we feel that Spectre mitigations in Compute Runtime no
  longer offer enough security impact to justify the current performance
  tradeoff.
  
  Intel themselves have disabled this flag in their builds available on
  their Github release page upstream.
+ 
+ PPA: https://launchpad.net/~mckeesh/+archive/ubuntu/lp2110131

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2110131

Title:
  NEO_DISABLE_MITIGATIONS flag default should be true

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2110131/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2110131] Re: NEO_DISABLE_MITIGATIONS flag default should be true

2025-05-07 Thread Shane McKee
** Patch added: "intel_compute_mitigations.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2110131/+attachment/5876300/+files/intel_compute_mitigations.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2110131

Title:
  NEO_DISABLE_MITIGATIONS flag default should be true

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2110131/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2110131] [NEW] NEO_DISABLE_MITIGATIONS flag default should be true

2025-05-07 Thread Shane McKee
Public bug reported:

After discussion between Intel and Canonical’s security teams, we are in
agreement that Spectre no longer needs to be mitigated for the GPU at
the Compute Runtime level. At this point, Spectre has been mitigated in
the kernel, and a clear warning from the Compute Runtime build serves as
a warning for those running modified kernels without those patches. For
these reasons, we feel that Spectre mitigations in Compute Runtime no
longer offer enough security impact to justify the current performance
tradeoff.

Intel themselves have disabled this flag in their builds available on
their Github release page upstream.

** Affects: intel-compute-runtime (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2110131

Title:
  NEO_DISABLE_MITIGATIONS flag default should be true

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2110131/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098420] Re: [SRU] Bump media driver version to 24.4.4

2025-02-18 Thread Shane McKee
** Summary changed:

- Bump media driver version to 24.4.4
+ [SRU] Bump media driver version to 24.4.4

** Summary changed:

- [SRU] Bump media driver version to 24.4.4
+ [SRU] Bump media driver version to 24.4.4 in Oracular

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098420

Title:
  [SRU] Bump media driver version to 24.4.4 in Oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2098420/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: Bump intel-gmmlib to 22.5.5 in Oracular

2025-02-18 Thread Shane McKee
** Description changed:

+ [ Impact ]
+ 
  The Intel media driver needs a version update to fully support
  Battlemage in 24.4.4, and the required gmmlib version is 22.5.5.
  Ideally, this will get pulled back to Noble, this version bump should be
  backported to oracular before we file an SRU exception for HWE purposes.
  
  PPA:
  https://launchpad.net/~mckeesh/+archive/ubuntu/lp2098413
+ 
+ [ Test Plan ]
+ 
+  * Intel performs extensive validation for the media stack internally
+ before releasing.
+ 
+  * Canonical's Intel squad performs basic testing on successful media
+ driver initialization (vainfo) as well as testing hardware encode/decode
+ on H264, VP9, and AV1 at 1080p and 4K.
+ 
+ [ Where problems could occur ]
+ 
+  * Issues can occur if media driver component versions mismatch. In this
+ case, we should have gmmlib at 22.5.5, libva at 2.22.0, and the media
+ driver (free and non-free) at 24.4.4 (LP: #2098420).
+ 
+ * If there is any critical bug in the media stack, there could be a
+ fallback to software encode/decode, which is slower and more resource-
+ intensive.
+ 
+ [ Other Info ]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  Bump intel-gmmlib to 22.5.5 in Oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: Bump intel-gmmlib to 22.5.5 in Oracular

2025-02-18 Thread Shane McKee
** Summary changed:

- Bump intel-gmmlib to 22.5.5
+ Bump intel-gmmlib to 22.5.5 in Oracular

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  Bump intel-gmmlib to 22.5.5 in Oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-02-27 Thread Shane McKee
Updated the name for libvpl

** Patch added: "libvpl_2.13.0_to_2.14.0_v2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+attachment/5861121/+files/libvpl_2.13.0_to_2.14.0_v2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-02-27 Thread Shane McKee
Updated name for libvpl-tools

** Patch added: "libvpl-tools-1.2.0_to_1.3.0_v2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+attachment/5861123/+files/libvpl-tools-1.2.0_to_1.3.0_v2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-02-27 Thread Shane McKee
Hi Zixing,

libvpl has replaced onevpl in Debian to better align with the upstream source 
name:
https://salsa.debian.org/debian/libvpl/-/commit/28d19b094625a29ca0e6fd5dde5b42de6c2edc28

I'll upload the debdiffs with the versions changed as you suggested,
thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-02-27 Thread Shane McKee
Updated name for onevpl-intel-gpu

** Patch added: "onevpl_intel_gpu_24.3.4_to_24.4.4_v2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+attachment/5861122/+files/onevpl_intel_gpu_24.3.4_to_24.4.4_v2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-03-03 Thread Shane McKee
Updated libvpl to use the old onevpl name since this is a backport. Also
added the LP bug reference in the changelog and changed to the -1 debian
number

** Patch added: "libvpl_2.13.0_to_2.14.0_v3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+attachment/5861862/+files/libvpl_2.13.0_to_2.14.0_v3.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-03-03 Thread Shane McKee
Thanks Timo for syncing the plucky version. I added the bug reference in
the changelog and updated the message to reflect what Zixing changed it
to.

** Patch added: "onevpl_intel_gpu_24.3.4_to_24.4.4_v3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+attachment/5861863/+files/onevpl_intel_gpu_24.3.4_to_24.4.4_v3.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-03-03 Thread Shane McKee
Thanks Timo for syncing Plucky for libvpl-tools. Changed the changelog
language to specify the backport language we have been using

** Patch added: "libvpl-tools-1.2.0_to_1.3.0_v3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+attachment/5861865/+files/libvpl-tools-1.2.0_to_1.3.0_v3.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-02-26 Thread Shane McKee
Debdiff for libvpl-tools

** Patch added: "libvpl-tools-1.2.0_to_1.3.0.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+attachment/5860961/+files/libvpl-tools-1.2.0_to_1.3.0.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-02-26 Thread Shane McKee
Debdiff for onevpl-intel gpu

** Patch added: "onevpl_intel_gpu_24.3.4_to_24.4.4.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+attachment/5860960/+files/onevpl_intel_gpu_24.3.4_to_24.4.4.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-02-26 Thread Shane McKee
Debdiff for libvpl

** Patch added: "libvpl_2.13.0_to_2.14.0.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+attachment/5860959/+files/libvpl_2.13.0_to_2.14.0.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098420] Re: [SRU] Bump media driver version to 24.4.4 in Oracular

2025-02-26 Thread Shane McKee
That's a good question. It hasn't been a concern yet since the iHD media
driver wasn't in use until years after Intel stopped making i386 CPUs,
but I'll check with Intel folks to make sure there is no supported case
for i386

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098420

Title:
  [SRU] Bump media driver version to 24.4.4 in Oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2098420/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] [NEW] Bump intel-gmmlib to 22.5.5

2025-02-13 Thread Shane McKee
Public bug reported:

The Intel media driver needs a version update to fully support
Battlemage in 24.4.4, and the required gmmlib version is 22.5.5.

** Affects: intel-gmmlib (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: pe-sponsoring-request

** Tags added: pe-sponsoring-request

** Summary changed:

- Bump intel-gmmlia to 22.5.5
+ Bump intel-gmmlib to 22.5.5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  Bump intel-gmmlib to 22.5.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: Bump intel-gmmlib to 22.5.5

2025-02-13 Thread Shane McKee
** Description changed:

  The Intel media driver needs a version update to fully support
  Battlemage in 24.4.4, and the required gmmlib version is 22.5.5.
+ Ideally, this will get pulled back to Noble, this version bump should be
+ backported to oracular before we file an SRU exception for HWE purposes.
  
  PPA:
  https://launchpad.net/~mckeesh/+archive/ubuntu/lp2098413

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  Bump intel-gmmlib to 22.5.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098420] [NEW] Bump media driver version to 24.4.4

2025-02-13 Thread Shane McKee
Public bug reported:

The Intel media driver needs a version update to fully support
Battlemage in 24.4.4. Ideally, this will get pulled back to Noble, so
this version bump should be backported to oracular before we file an SRU
exception for HWE purposes.

** Affects: intel-media-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: pe-sponsoring-request

** Tags added: pe-sponsoring-request

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098420

Title:
  Bump media driver version to 24.4.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2098420/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Bump intel-gmmlib to 22.5.5 in Oracular

2025-02-19 Thread Shane McKee
** Description changed:

  [ Impact ]
  
  The Intel media driver needs a version update to fully support
  Battlemage in 24.4.4, and the required gmmlib version is 22.5.5.
  Ideally, this will get pulled back to Noble, this version bump should be
  backported to oracular before we file an SRU exception for HWE purposes.
  
  PPA:
  https://launchpad.net/~mckeesh/+archive/ubuntu/lp2098413
  
  [ Test Plan ]
  
-  * Intel performs extensive validation for the media stack internally
+  * Intel performs extensive validation for the media stack internally
  before releasing.
  
-  * Canonical's Intel squad performs basic testing on successful media
+  * Canonical's Intel squad performs basic testing on successful media
  driver initialization (vainfo) as well as testing hardware encode/decode
- on H264, VP9, and AV1 at 1080p and 4K.
+ on H264, VP9, and AV1 at 1080p and 4K. Intel generations tested: Lunar
+ Lake, Alder Lake, Tiger Lake
  
  [ Where problems could occur ]
  
-  * Issues can occur if media driver component versions mismatch. In this
+  * Issues can occur if media driver component versions mismatch. In this
  case, we should have gmmlib at 22.5.5, libva at 2.22.0, and the media
  driver (free and non-free) at 24.4.4 (LP: #2098420).
  
  * If there is any critical bug in the media stack, there could be a
  fallback to software encode/decode, which is slower and more resource-
  intensive.
  
  [ Other Info ]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Bump intel-gmmlib to 22.5.5 in Oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Bump intel-gmmlib to 22.5.5 in Oracular

2025-02-19 Thread Shane McKee
Fair point. We have 3 layers of testing going on, one of which is
repeatable for anyone reviewing this request. The first layer is from
the media driver team at Intel. They use extensive internal testing
before releasing new versions. The next layer is from our partner team
at Intel who run their own validation cycle on versions that we are
promoting. Finally, the last step is me running checkbox tests that I
have developed which can be run like this:

sudo snap install --classic snapcraft
sudo snap install checkbox24
lxd init --auto
git clone https://github.com/canonical/checkbox-media
cd checkbox-media
git checkout mckees-dev
snapcraft
sudo snap install --dangerous --classic ./checkbox-media_1.0_amd64.snap
checkbox-media.install
checkbox-media.test

These tests do a couple things. First, they check vainfo output to see
if there is encode and decode support for each codec. Some of these will
naturally fail because the tests are not sophisticated enough to infer
the intel generation and map them to the table on the media driver
support table. That lookup must be done manually.

The next stage is libvpl testing. This step runs the unit tests packaged
with libvpl, the newest version of which will come with libvpl-examples
as a newly-added package. Since the new package isn't in the archive
yet, we have to install these separately. I've been doing gmmlib and the
media driver at the same time:

mkdir debs && pushd debs
wget 
https://launchpad.net/~mckeesh/+archive/ubuntu/lp2098420/+files/libigdgmm12_22.5.5+ds1-1_amd64.deb
wget 
https://launchpad.net/~mckeesh/+archive/ubuntu/lp2098420/+files/libigdgmm-dev_22.5.5+ds1-1_amd64.deb
wget 
https://launchpad.net/~mckeesh/+archive/ubuntu/lp2098420/+files/intel-media-va-driver_24.4.4+dfsg1-0ubuntu1_amd64.deb
wget 
https://launchpad.net/ubuntu/+source/libvpl/1:2.14.0-1/+build/30317579/+files/libvpl2_2.14.0-1_amd64.deb
 
wget 
https://launchpad.net/ubuntu/+source/libvpl/1:2.14.0-1/+build/30317579/+files/libvpl-dev_2.14.0-1_amd64.deb
wget 
https://launchpad.net/ubuntu/+source/libvpl/1:2.14.0-1/+build/30317579/+files/libvpl-examples_2.14.0-1_amd64.deb
sudo dpkg -i *.deb
popd

The last type of test is an ffmpeg test. We run encode and decode
operations with LIBVA_TRACE enabled, then grep the trace output files
for the correct entrypoint
(https://github.com/intel/libva/blob/3da1ba7e3cac635c6dc4d5d4cd1234d386926b49/va/va.h#L551)
for the operation we are performing and the correct profile
(https://github.com/intel/libva/blob/3da1ba7e3cac635c6dc4d5d4cd1234d386926b49/va/va.h#L502)
for the codec. This test ensures that we are getting the hardware
acceleration that we are requesting.

To be clear, not all of the tests pass, but there are no test
regressions when upgrading from 24.3.4 media driver + 22.5.2 gmmlib to
24.4.4 + 22.5.5 across the platforms I tested.

As far as Battlemage enablement goes, the release notes for 24.4.4 call out BMG 
encoding enablement:
https://github.com/intel/media-driver/releases/tag/intel-media-24.4.4

Our partner team at Intel ran their own validation to confirm this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Bump intel-gmmlib to 22.5.5 in Oracular

2025-02-19 Thread Shane McKee
If this sounds agreeable, can we also submit the media driver (free and
non-free) 24.4.4, since they are being tested as part of the same stack?

** Summary changed:

- [SRU] Bump intel-gmmlib to 22.5.5 in Oracular
+ [SRU] Intel Battlemage cards lack hardware encode support

** Also affects: intel-media-driver (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: intel-media-driver-non-free (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-02-20 Thread Shane McKee
> If this is necessary then you're not really testing what would land in
the SRU, and there is no real justification for a hardware enablement in
Ubuntu that requires software from third party sources (in that case the
entire enablement could just be done in those third party sources, with
no need for an SRU).

I'm not sure what you mean here. I'm installing the version bumped
packages that would be going into the SRU so that I can test against
them to make sure they all function together. I don't have the power to
put packages into proposed, and it doesn't seem like anyone adds those
new versions to proposed unless I prove thorough testing of the stack to
show that it's fit for upload. If you add the requested versions to
proposed, I'd be happy to test those versions. If we want everything out
of the PPA, I'll add libvpl 2.14.0 to this request as well

** Also affects: libvpl (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2096898] Re: [needs-packaging] level-zero-raytracing-support 1.0.0

2025-02-20 Thread Shane McKee
** Description changed:

  This package supports raytracing on Intel CPUs and GPUs using level-
  zero.
  
- Source: https://github.com/intel/level-zero-raytracing-support
- PPA upload: https://launchpad.net/~mckeesh/+archive/ubuntu/testing
+ Source: 
https://github.com/canonical/kobuk-gfx-intel-level-zero-gpu-raytracing/tree/for_upload
+ PPA upload: https://launchpad.net/~mckeesh/+archive/ubuntu/lp2096898
  
  NOTE: Packaging ready for review, but test creation is in progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2096898

Title:
  [needs-packaging] level-zero-raytracing-support 1.0.0

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-02-26 Thread Shane McKee
** Also affects: onevpl-intel-gpu (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libvpl-tools (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-02-27 Thread Shane McKee
> Since this is hardware specific, what matrix of hardware are you
intending to test? For example, if using ffmpeg, then are you testing
both with and without the relevant hardware to ensure that behaviour for
those without this hardware is not regressed?

My current hardware testing is on TGL, ADL, RPL, LNL, and BMG. So I do
test a few generations back as well as on the hardware specifically
being enabled. If you're talking about testing on a whole other vendor,
I would say that this would not be a useful test because the tests were
only developed with Intel's media stack in mind. The other vendor would
have had to implement everything exactly the same, down to libva trace
log formatting.

> I think that's fine, but then it should be part of the documented test
plan as to how to validate that there are no test regressions please.

Sure. I just run the tests on the old package versions, upgrade only the
packages being tested, and re-run the tests. Then I look at each failure
to make sure that it was not passing on the old (current) version.

ACK on the rest, thanks for the explanation. I'll re-run the tests again
once the packages (hopefully) get submitted to proposed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098420] Re: [SRU] Bump media driver version to 24.4.4 in Oracular

2025-02-26 Thread Shane McKee
** Description changed:

+ [ Impact ]
+ 
  The Intel media driver needs a version update to fully support
- Battlemage in 24.4.4. Ideally, this will get pulled back to Noble, so
- this version bump should be backported to oracular before we file an SRU
- exception for HWE purposes.
+ Battlemage in 24.4.4, and the required gmmlib version is 22.5.5.
+ Ideally, this will get pulled back to Noble, this version bump should be
+ backported to oracular before we file an SRU exception for HWE purposes.
  
  PPA:
  https://launchpad.net/~mckeesh/+archive/ubuntu/lp2098420
+ 
+ [ Test Plan ]
+ 
+  * Intel performs extensive validation for the media stack internally
+ before releasing.
+ 
+  * Canonical's Intel squad performs basic testing on successful media
+ driver initialization (vainfo) as well as testing hardware encode/decode
+ on H264, VP9, and AV1 at 1080p and 4K. Intel generations tested: Lunar
+ Lake, Alder Lake, Tiger Lake
+ 
+ [ Where problems could occur ]
+ 
+  * Issues can occur if media driver component versions mismatch. In this
+ case, we should have gmmlib at 22.5.5 (LP: #2098413), libva at 2.22.0,
+ and the media driver (free and non-free) at 24.4.4.
+ 
+ * If there is any critical bug in the media stack, there could be a
+ fallback to software encode/decode, which is slower and more resource-
+ intensive.
+ 
+ [ Other Info ]
+ 
+ This is dependent on the SRU request in LP: #2098413, which has become
+ the "main bug" for this work. These changes must land together to avoid
+ compatibility issues

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098420

Title:
  [SRU] Bump media driver version to 24.4.4 in Oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-media-driver/+bug/2098420/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2098413] Re: [SRU] Intel Battlemage cards lack hardware encode support

2025-02-26 Thread Shane McKee
** Description changed:

  [ Impact ]
  
  The Intel media driver needs a version update to fully support
  Battlemage in 24.4.4, and the required gmmlib version is 22.5.5.
  Ideally, this will get pulled back to Noble, this version bump should be
  backported to oracular before we file an SRU exception for HWE purposes.
  
  PPA:
  https://launchpad.net/~mckeesh/+archive/ubuntu/lp2098413
  
  [ Test Plan ]
  
   * Intel performs extensive validation for the media stack internally
  before releasing.
  
   * Canonical's Intel squad performs basic testing on successful media
  driver initialization (vainfo) as well as testing hardware encode/decode
  on H264, VP9, and AV1 at 1080p and 4K. Intel generations tested: Lunar
  Lake, Alder Lake, Tiger Lake
  
  [ Where problems could occur ]
  
   * Issues can occur if media driver component versions mismatch. In this
  case, we should have gmmlib at 22.5.5, libva at 2.22.0, and the media
  driver (free and non-free) at 24.4.4 (LP: #2098420).
  
  * If there is any critical bug in the media stack, there could be a
  fallback to software encode/decode, which is slower and more resource-
  intensive.
  
  [ Other Info ]
+ 
+ This is dependent on the SRU request in LP: #2098420. These changes must
+ land together to avoid compatibility issues

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098413

Title:
  [SRU] Intel Battlemage cards lack hardware encode support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2098413/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2106038] Re: [FFe] Intel BMG 0xe211 PCI ID is not supported

2025-04-04 Thread Shane McKee
** Patch added: "intel-compute-runtime.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/intel-gmmlib/+bug/2106038/+attachment/5869206/+files/intel-compute-runtime.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2106038

Title:
  [FFe] Intel BMG 0xe211 PCI ID is not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-compute-runtime/+bug/2106038/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   >