[Ubuntu-x-swat] [Bug 1928393] Re: linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0] retry page fault"

2021-10-27 Thread Alex Deucher
The reverts are in the latest firmware tree: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/amdgpu?id=d7b50e61669dc137924337d03d09b8986eb752a3

[Ubuntu-x-swat] [Bug 1928393] Re: linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0] retry page fault"

2021-07-12 Thread Alex Deucher
Does the latest firmware in the firmware git tree help? https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amdgpu -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu.

[Ubuntu-x-swat] [Bug 1481832] Re: VA-API implementation for gallium missing

2016-01-05 Thread Alex Deucher
The native gallium vdpau and vaapi drivers accelerate video decode directly using UVD. Shaders are only used for codecs that were not directly supported by older UVD hardware. There is no need to use any sort of vdpau <-> vaapi translation layers; just use the native backend for whichever API

[Ubuntu-x-swat] [Bug 1195425] Re: Corrupted screen using radeon drivers

2013-07-12 Thread Alex Deucher
The patch on the pastebin doesn't handle 1D tiling. Attached is an updated patch which adds support for 1D tiling as well. ** Patch added: Fix 1D and 2D tiling https://bugs.launchpad.net/mir/+bug/1195425/+attachment/3734600/+files/mir_fix_tiling.diff -- You received this bug notification

[Ubuntu-x-swat] [Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-12 Thread Alex Deucher
The problem is the drm is being loaded after X starts, so you end up with the ddx in ums mode while the drm is in kms mode. For kms, the drm needs to be loaded before X starts. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to