search for: alexanders83

Displaying 3 results from an estimated 3 matches for "alexanders83".

2014 Feb 28
1
[Bug 75620] New: [NVAA] nouveau: tearing regression
...Priority: medium Bug ID: 75620 Assignee: nouveau at lists.freedesktop.org Summary: [NVAA] nouveau: tearing regression QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: alexanders83 at web.de Hardware: Other Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg Created attachment 94915 --> https://bugs.freedesktop.org/attachment.cgi?id=94915&action=edit git bisect log I noticed mplayer showing s...
2015 May 12
5
[Bug 90423] New: [NVAA]: Shutdown (poweroff) get stuck when runtime PM is enabled
...nabled Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: alexanders83 at web.de QA Contact: xorg-team at lists.x.org I'm currently running a 3.19 kernel where I looked into the problem that one of my systems doesn't shutdown cleanly most of the time. THis behavior started from some older kernels, I _guess_ it's 5addcf0a5f0fadc ("nouveau: add...
2014 Mar 18
1
[PATCH RFC] drm: Add update_native_mode callback to connectors
When reading EDID from firmware file, the nouveau driver can not setup it's native_mode like when reading EDID from hardware. Add this callback to allow driver to update their native_mode. Signed-off-by: Alexander Stein <alexanders83 at web.de> --- This might be a fast forward hack. I'm wondering if there is a better way to achieve the same. The actual problem is that nv_connector->native_mode stays NULL when EDID is read from file instead of hardware because nouveau_connector_get_modes isn't called in that case....