summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-30Use X11/Xarch.h for endian detection.Thomas Klausner3-10/+11
2015-08-23Check for drawables before compositingConnor Behan1-0/+4
2015-05-09Fix a couple const-ness warningsJulien Cristau3-3/+3
2015-05-09Fix SwitchMode and AdjustFrame hooksJulien Cristau2-6/+7
2015-05-08Fix BlockHandler declarationJulien Cristau1-2/+1
2015-05-08Fix shadow compiler warningJulien Cristau1-4/+4
2014-09-30Remove dependency on xf86PciInfo.hAdam Jackson2-2/+9
2014-09-30Fix a typoAdam Jackson1-1/+1
2014-09-30Fix build against xserver 1.17Adam Jackson1-1/+1
2014-05-21Use own thunk function instead of vgaHW*WeakAdam Jackson1-1/+7
2013-01-09Remove miInitializeBackingStore()Adam Jackson1-2/+0
2012-07-17smi: convert to new X server screen conversion apis.Dave Airlie4-17/+17
2012-07-17smi: port to compat-api for new server.Dave Airlie6-30/+125
2012-07-17smi: fix build against XAA-less serverDave Airlie3-0/+17
2011-12-19Fix for new vgaHW ABIAdam Jackson1-0/+1
2011-12-19Make failure to XAA non-fatalAdam Jackson1-2/+2
2011-11-17Check ABI major not encoded ABIAdam Jackson1-1/+1
2011-11-16Adapt to missing PIOOffset in videoabi 12Adam Jackson1-0/+4
2011-02-27Replace calls to xalloc/xcalloc/xfree with malloc/calloc/freeJulien Cristau4-37/+35
2011-02-27Fix compiler warning on 64bitJulien Cristau1-1/+1
2011-02-27Fix build with xserver 1.10Julien Cristau2-0/+4
2010-06-22xv: Make sure we have a CRTC before setting up the overlay.Francisco Jerez1-1/+7
2010-02-11config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon1-1/+3
2010-02-08Fix lack of precision in video resizing. #26443Cedric Cellier1-5/+8
2009-11-02Change clockRange to ClockRange, not ClockRangesAdam Jackson1-1/+1
2009-08-05fix build after headers movedxf86-video-siliconmotion-1.7.3Dave Airlie1-1/+1
2009-07-28siliconmotion: change to using ABI version checkDave Airlie1-1/+1
2009-07-28siliconmotion: update for resources/RAC API removalDave Airlie1-6/+9
2009-07-16Update to xextproto 7.1 support.Peter Hutterer2-0/+10
2009-06-23Fix EXA rotation for SM502 at 32bpp (bug 22432).Francisco Jerez1-30/+10
2009-05-28Remove useless loader symbol lists.Adam Jackson1-123/+1
2009-05-27Program MCLK/MXCLK on startup for a secondary SM502.Francisco Jerez1-3/+14
2009-05-10Widen the pixel clock readjust interval for SM712.Francisco Jerez1-1/+1
2009-05-05Fail gracefully when the specified virtual screen doesn't fit in RAM.Francisco Jerez1-1/+20
2009-05-05Probe the amount of installed memory by trial and error on SM712.Francisco Jerez1-0/+52
2009-04-21Increase the maximum clock value to 200MHz on SM712.Francisco Jerez1-2/+1
2009-04-21Don't attempt monitor detection on SM712.Francisco Jerez1-1/+3
2009-03-20Stop clearing of "VESA compliance power down mode" bitJamie Lentin1-4/+0
2009-03-13Fix direct access to IO space on chipsets with no IOBase mapping.Matthieu Herrb1-1/+1
2009-02-11siliconmotion: Fix disabling of debugging if SMI501_CLI_DEBUG is set to 0Niels de Vos3-3/+3
2009-02-04Wait for vertical retrace before writing registers at SMILynx_CrtcDPMS_*Francisco Jerez1-4/+4
2009-02-04Set dualhead to on by default on SM72x chipsets.Francisco Jerez1-2/+6
2009-02-04Dynamically switch virtual refresh mode.Francisco Jerez4-71/+97
2008-12-29Use util-macros XORG_CHANGELOG and XORG_CWARNFLAGS.Paulo Cesar Pereira de Andrade1-4/+5
2008-12-29Simplification and redundancy removal in video code.Paulo Cesar Pereira de Andrade1-49/+39
2008-12-29Some more quirks for the SM712.Francisco Jerez3-14/+69
2008-12-29Add support for clone mode on Lynx chipsets.Francisco Jerez3-45/+66
2008-12-21Add a CRTC/Output implementation using BIOS for modesetting.Francisco Jerez3-89/+220
2008-12-21Fix SMI_CrtcShadowAllocate.Francisco Jerez1-10/+4
2008-12-21Allocate crtc->funcs and output->funcs in the heap.Francisco Jerez7-189/+165