Summary: | xf86MapVidMem() aborts entire server instead of failing gracefuly | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Arkadiusz Miskiewicz <arekm> | ||||
Component: | Server/General | Assignee: | Adam Jackson <ajax> | ||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | normal | ||||||
Priority: | medium | CC: | jesserayadkins | ||||
Version: | 7.4 (2008.09) | ||||||
Hardware: | All | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Arkadiusz Miskiewicz
2008-10-30 02:50:21 UTC
Can you make a patch generated by git format-patch, and send it to xorg-devel@lists.freedesktop.org? Patches made by git format-patch are easier to apply (and also preserve ownership, in case that's useful to you later). commit 9db2af6f757ef9680c70eb731698b7c9f9aca203 Author: Adam Jackson <ajax@redhat.com> Date: Fri May 2 12:14:10 2014 -0400 xfree86: Remove xf86{Map,Unmap}VidMem This API sucks. Fortunately it's mostly unused at this point. geode, sis, and xgi need minor patches to use the corresponding pciaccess code, neomagic will (more explicitly) lose its non-PCI support, and newport will need to be ported to /dev/mem or the platform bus or something. This should also make it pretty clear that alpha's sparse memory support was basically not a thing anymore, very few tears shed. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.