summaryrefslogtreecommitdiff
path: root/hw/xfree86/fbdevhw/fbdevhw.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-09Merge branch 'origin' into pci-reworkIan Romanick1-48/+96
2006-12-31fbdevhw: Override RGB offsets and masks after setting initial mode.Michel Dänzer1-0/+11
2006-12-31fbdevhw: Use displayWidth for fbdev virtual width when appropriate.Michel Dänzer1-1/+2
2006-12-30fbdevhw: Fix some issues with the previous commit.Michel Dänzer1-2/+3
2006-12-30fbdevhw: Consolidate modeset ioctl calling, report failure if it modifies mode.Michel Dänzer1-47/+82
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick1-45/+91
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson1-6/+5
2006-03-29More warning cleanup.Adam Jackson1-0/+2
2006-02-13Fix linux build without libc wrappers (From Fredrik Höglund)Benjamin Herrenschmidt1-4/+6
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-1/+0
2005-08-26Spit out an error when there is no valid FB device, instead of just failingDaniel Stone1-0/+3
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-06-29compileLars Knoll1-1/+1
2005-06-28Bug #2447: Fix argument order to xf86DrvMsgVerb. (Luc Verhaegen)Adam Jackson1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
2004-08-04Optimization of CJK rendering when using versions of freetype prior toEgbert Eich1-2/+3
2004-07-31Change several LoaderSymbol calls introduced by the bug #400 patch toAdam Jackson1-8/+23
2004-07-30Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, allAdam Jackson1-0/+9
2004-05-06BugZilla #601: Fixing makedepend choking on floating point exceptionEgbert Eich1-1/+8
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-2/+2