Difference between revisions of "Fixes in Progress"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
** DMA | ** DMA | ||
* AMDGPU Powerplay fixes for BE [https://lists.freedesktop.org/archives/amd-gfx/2018-June/023019.html posted to amd-gfx mailing list], not actively pushed for upstreaming at the moment | * AMDGPU Powerplay fixes for BE [https://lists.freedesktop.org/archives/amd-gfx/2018-June/023019.html posted to amd-gfx mailing list], not actively pushed for upstreaming at the moment | ||
− | * MTD/platform flash - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904380 => http://git.infradead.org/mtd-2.6.git/commit/9ea97a7d689c55a5528bfaad499edf1a4ca02e2a - I guess it targets 4.19 | + | * MTD/platform flash - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904380 => http://git.infradead.org/mtd-2.6.git/commit/9ea97a7d689c55a5528bfaad499edf1a4ca02e2a - it's mtd/next tree, so I guess it targets 4.19 |
== Multimedia == | == Multimedia == | ||
* FFmpeg fails to build with PPC optimisations enabled [https://trac.ffmpeg.org/ticket/7048 #7048] => landed http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=153fcd6de6ba558a3720c64589a7e4e9e4d62420 | * FFmpeg fails to build with PPC optimisations enabled [https://trac.ffmpeg.org/ticket/7048 #7048] => landed http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=153fcd6de6ba558a3720c64589a7e4e9e4d62420 | ||
* Add support for ELFv2 to ORC for gstreamer acceleration (required for big endian OSes using musl libc and all little endian OSes) [https://bugzilla.gnome.org/show_bug.cgi?id=796774 #796774] | * Add support for ELFv2 to ORC for gstreamer acceleration (required for big endian OSes using musl libc and all little endian OSes) [https://bugzilla.gnome.org/show_bug.cgi?id=796774 #796774] |
Revision as of 01:09, 1 August 2018
An attempt to track fixes in various projects and their upstreaming status. The "version" string is output of "git describe" of the given commit.
Contents
Graphics
mesa
- freedesktop bug 107012 => 18.1-branchpoint-1818-ge1621fda84 = https://cgit.freedesktop.org/mesa/mesa/commit/?id=e1621fda84d92f154b19c5bf9562ee6963414399
kernel
- freedesktop bug 106258 => v4.18-rc1-36-g38e624a18f9a = https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=38e624a18f9a05b8c894409be6b14709a7206c7c
- https://bugs.freedesktop.org/show_bug.cgi?id=106258#c40
- https://scm.raptorengineering.com/scm/#changesetPanel;6IQvJHpVSM;461333cedd470140eb1e1667608da2a6d65a58e5;commit => v4.18-rc1-37-gd9e98ee248b0 = https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d9e98ee248b04b2462e7411b204d420d04f1ba27
- https://scm.raptorengineering.com/scm/#changesetPanel;6IQvJHpVSM;578e2d761554130f7c6abfe821c2509912a00ac6;commit
- DMA
- AMDGPU Powerplay fixes for BE posted to amd-gfx mailing list, not actively pushed for upstreaming at the moment
- MTD/platform flash - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904380 => http://git.infradead.org/mtd-2.6.git/commit/9ea97a7d689c55a5528bfaad499edf1a4ca02e2a - it's mtd/next tree, so I guess it targets 4.19
Multimedia
- FFmpeg fails to build with PPC optimisations enabled #7048 => landed http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=153fcd6de6ba558a3720c64589a7e4e9e4d62420
- Add support for ELFv2 to ORC for gstreamer acceleration (required for big endian OSes using musl libc and all little endian OSes) #796774