Opened 9 months ago
Closed 7 months ago
#19704 closed enhancement (fixed)
intel-media-24.1.5
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New calendar based version.
Change History (12)
comment:1 by , 9 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 months ago
follow-up: 4 comment:3 by , 9 months ago
This package version builds fine for me with the book's current instructions:
cmake -D CMAKE_INSTALL_PREFIX=$XORG_PREFIX \ -D INSTALL_DRIVER_SYSCONF=OFF \ -D BUILD_TYPE=Release \ -G Ninja \ -W no-dev ..
310.0 Elapsed Time - intel-media-24.1.5
md5sum : 2b9607518f01f55e277fdf92ec1ef100 /usr/src/intel-media/intel-media-24.1.5.tar.gz 25232 /usr/src/intel-media/intel-media-24.1.5.tar.gz SIZE (24.640 MB) 1032 kilobytes BUILD SIZE (1.007 MB) SBU=3.297 hostname: samwise12A BFLAGS=-j4
$ lspci -nn | grep -Ei 'VGA|DISPLAY'
00:02.0 VGA compatible controller [0300]: Intel Corporation Raptor Lake-S GT1 [UHD Graphics 770] [8086:a780] (rev 04)
comment:4 by , 8 months ago
Replying to Bruce Dubbs:
This package version builds fine for me with the book's current instructions:
Yes, the problem is only with "-DMTL=OFF" provided in the note. Maybe we can just remove MTL from the note for now.
comment:5 by , 8 months ago
A -D{GEN{8,9,11},ARL}
build is fine (I'm using a tigerlake with GEN12 iGPU). 137 files are compiled for MTL but they are just useless to me :(.
comment:6 by , 8 months ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:7 by , 8 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:8 by , 8 months ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
I can't test this on my system. It segfaults for me. Returning to the book.
comment:9 by , 8 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:10 by , 7 months ago
Tested with Epiphany on UHD Graphics 630 and it seems to work well. It does need fixes for GCC 14 which I will commit shortly.
comment:11 by , 7 months ago
What's New List of new features comparing to previous release as below. You could refer to Readme for more information. MTL/ARL-S New Changes Upstream ARL-H platform Fixed AVC decoding 4K VD/SFC hang issue Fixed AVC interlace decoding corruption issue Fixed corruption and hang when changing AV1 encoding segmentation map at RAB frames Fixed 4K video wall test corruption that missing CSC on sublayer Improved media perf by optimizing memory alignment if VT-D enabled Legacy platform Fixes and Improvement Fixed HEVC decoding hang issue for non-intra frame without reference frame Fixed VC1 decoding crash issue with invalid number of slice Fixed vaGetimage fails related to align check
comment:12 by , 7 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
-DMTL=OFF
is broken, the fix is available at https://github.com/intel/media-driver/commit/bff22e2b03304de4b3ea68ca4a8fe31d4650c9bc.patch but I don't know if we should provide the patch or just make MTL always ON in the note until the next release.