summaryrefslogtreecommitdiff
path: root/hw/xfree86/fbdevhw
AgeCommit message (Expand)AuthorFilesLines
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-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-04-08Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.Jeremy White2-1/+2
2012-06-11Make stub version of fbdevHWAdjustFrame match new prototype in fbdevhw.hAlan Coopersmith1-1/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie3-28/+17
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie1-1/+1
2012-04-05xfree86: allow modules to be built without undefined symbolsYaakov Selkowitz1-1/+1
2012-03-26man: s/__xservername__/Xorg/g - no longer requiredGaetan Nadon1-1/+1
2012-03-26man: s/__xconfigfile__/xorg.conf/g - no longer requiredGaetan Nadon1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard4-819/+874
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-10-15xfree86: Link modules with -moduleJeremy Huddleston1-1/+1
2011-10-15xfree86: fbdevhw: Remove unused include of pciaccess.hJeremy Huddleston1-2/+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
2011-01-18man: refactor common code in the man pages makefilesGaetan Nadon1-10/+1
2011-01-18fbdevhw: build man pages using XORG_MANPAGE_SECTIONSGaetan Nadon4-15/+16
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-06-03Install fbdevhw module in normal module directory instead of linux/Alan Coopersmith1-2/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-1/+1
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz1-2/+2
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-2/+2
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 Stone2-0/+10
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade3-113/+113
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade2-6/+6
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade2-14/+14
2008-11-27Export symbols required by the vesa and fbdev drivers.Paulo Cesar Pereira de Andrade2-50/+50
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-08-27Fix fbdevhwstub for pci-rework.Eric Anholt1-3/+2
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