summaryrefslogtreecommitdiff
path: root/hw/xfree86/fbdevhw/fbdevhw.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-17xfree86: fbdevhw: use explicit field initializers for XF86ModuleDataEnrico Weigelt, metux IT consult1-13/+11
2024-10-10xfree86: fbdevhw: fix pci detection on recent LinuxTj1-2/+2
2024-07-26treewide: replace xnfcalloc() calls by XNFcallocarray()Enrico Weigelt, metux IT consult1-1/+1
2024-07-26treewide: replace xnfalloc() calls to XNFalloc()Enrico Weigelt, metux IT consult1-2/+2
2024-07-19Move sizeof to second argument in calloc callsAlan Coopersmith1-1/+1
2024-04-18fix including <sys/mman.h>Enrico Weigelt, metux IT consult1-0/+1
2023-12-17fbdevhw: Support symbolic links in fbdev_openMoritz Bruder1-1/+43
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-2/+2
2018-10-17xfree86: ensure the readlink buffer is null-terminatedrpm-build1-2/+2
2018-10-16xfree86: fix readlink callPeter Hutterer1-1/+1
2018-10-12fbdevhw: Refuse to touch PCI devices on the fallback probe pathAdam Jackson1-0/+16
2017-10-20fbdevhw: Fix inconsistent #if DEBUG usageLyude Paul1-3/+3
2015-09-23fbdevhw: Fix a const qualifier warningEric Anholt1-2/+2
2015-09-23fbdevhw: Disable FBIOBLANK ioctl if not supportedEgbert Eich1-5/+44
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-01-12xfree86/fbdevhw: Fix warningsKeith Packard1-5/+3
2013-04-08Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.Jeremy White1-0/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-16/+7
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-572/+601
2011-12-06fbdevhw: iterate over all modes that match a mode. (v3)Adam Jackson1-8/+10
2011-12-01Remove another if (E != NULL) check around free(E)Matt Turner1-2/+0
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-3/+3
2011-11-18xfree86: Deprecate the use of xf86PciInfo.hJeremy Huddleston1-1/+0
2011-04-24hw/xfree86/fbdevhw: remove duplicated includeNicolas Kaiser1-1/+0
2011-02-08fbdevhw: Remove the non-sysfs hack for mapping from PCI to fbdevAdam Jackson1-54/+2
2010-09-22xfree86: Remove useless module setup functions where appropriateAdam Jackson1-9/+1
2010-09-10xfree86: fbdevhw: remove unnecessary debug codeTiago Vignatti1-35/+0
2010-09-10xfree86: fbdevhw: remove unused cmap fields from main structureTiago Vignatti1-8/+0
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-1/+1
2009-09-09fbdevhw: Test for graphics:fb%d as well as graphics/fb%dDaniel Stone1-1/+7
2009-07-17fbdevhw: Remove pointless OS check, this never gets built on non-LinuxAdam Jackson1-14/+1
2009-07-17fbdevhw: Remove a #if 0Adam Jackson1-6/+1
2009-07-17fbdevhw: simplify some #if 1Adam Jackson1-4/+0
2009-07-16Coverity Prevent: NEGATIVE_RETURNS in fbdev_open_pci:Oliver McFadden1-2/+1
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-02-04fbdevHWGetRec() doesn't return the private dataTomas Carnecky1-1/+4
2009-01-05XFree86: fbdevhw: Add helper function to get fdDaniel Stone1-0/+8
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-35/+35
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-3/+3
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade1-7/+7
2008-11-27Export symbols required by the vesa and fbdev drivers.Paulo Cesar Pereira de Andrade1-25/+25
2008-09-04fbdevhw: Remove pixclock check.John Tapsell1-1/+0
2008-05-12Fix fbdevhw initialization for PCI drivers.Adam Jackson1-2/+2
2008-02-29Clean up DisplayModeRec handling in many places.Adam Jackson1-5/+2
2007-11-02Fix magic number in fbdevhwAdam Jackson1-1/+1
2007-08-30Allow yres_virtual to be greater for some kernel fbdev drivers.Alan Hourihane1-1/+1
2007-01-19Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick1-29/+39
2007-01-19fbdevhw: Only deal with RGB weight if default visual is True- or DirectColor.Michel Dänzer1-12/+22
2007-01-19fbdevhw: Consider mode set equal to mode requested if virtual width is larger.Michel Dänzer1-17/+17