index
:
xorg/driver/xf86-video-siliconmotion
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
master
X.org xf86-video-siliconmotion driver. (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-video-siliconmotion)
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-30
Use X11/Xarch.h for endian detection.
Thomas Klausner
3
-10
/
+11
2015-08-23
Check for drawables before compositing
Connor Behan
1
-0
/
+4
2015-05-09
Fix a couple const-ness warnings
Julien Cristau
3
-3
/
+3
2015-05-09
Fix SwitchMode and AdjustFrame hooks
Julien Cristau
2
-6
/
+7
2015-05-08
Fix BlockHandler declaration
Julien Cristau
1
-2
/
+1
2015-05-08
Fix shadow compiler warning
Julien Cristau
1
-4
/
+4
2014-09-30
Remove dependency on xf86PciInfo.h
Adam Jackson
2
-2
/
+9
2014-09-30
Fix a typo
Adam Jackson
1
-1
/
+1
2014-09-30
Fix build against xserver 1.17
Adam Jackson
1
-1
/
+1
2014-05-21
Use own thunk function instead of vgaHW*Weak
Adam Jackson
1
-1
/
+7
2013-01-09
Remove miInitializeBackingStore()
Adam Jackson
1
-2
/
+0
2012-07-17
smi: convert to new X server screen conversion apis.
Dave Airlie
4
-17
/
+17
2012-07-17
smi: port to compat-api for new server.
Dave Airlie
6
-30
/
+125
2012-07-17
smi: fix build against XAA-less server
Dave Airlie
3
-0
/
+17
2011-12-19
Fix for new vgaHW ABI
Adam Jackson
1
-0
/
+1
2011-12-19
Make failure to XAA non-fatal
Adam Jackson
1
-2
/
+2
2011-11-17
Check ABI major not encoded ABI
Adam Jackson
1
-1
/
+1
2011-11-16
Adapt to missing PIOOffset in videoabi 12
Adam Jackson
1
-0
/
+4
2011-02-27
Replace calls to xalloc/xcalloc/xfree with malloc/calloc/free
Julien Cristau
4
-37
/
+35
2011-02-27
Fix compiler warning on 64bit
Julien Cristau
1
-1
/
+1
2011-02-27
Fix build with xserver 1.10
Julien Cristau
2
-0
/
+4
2010-06-22
xv: Make sure we have a CRTC before setting up the overlay.
Francisco Jerez
1
-1
/
+7
2010-02-11
config: move CWARNFLAGS from configure.ac to Makefile.am
Gaetan Nadon
1
-1
/
+3
2010-02-08
Fix lack of precision in video resizing. #26443
Cedric Cellier
1
-5
/
+8
2009-11-02
Change clockRange to ClockRange, not ClockRanges
Adam Jackson
1
-1
/
+1
2009-08-05
fix build after headers moved
xf86-video-siliconmotion-1.7.3
Dave Airlie
1
-1
/
+1
2009-07-28
siliconmotion: change to using ABI version check
Dave Airlie
1
-1
/
+1
2009-07-28
siliconmotion: update for resources/RAC API removal
Dave Airlie
1
-6
/
+9
2009-07-16
Update to xextproto 7.1 support.
Peter Hutterer
2
-0
/
+10
2009-06-23
Fix EXA rotation for SM502 at 32bpp (bug 22432).
Francisco Jerez
1
-30
/
+10
2009-05-28
Remove useless loader symbol lists.
Adam Jackson
1
-123
/
+1
2009-05-27
Program MCLK/MXCLK on startup for a secondary SM502.
Francisco Jerez
1
-3
/
+14
2009-05-10
Widen the pixel clock readjust interval for SM712.
Francisco Jerez
1
-1
/
+1
2009-05-05
Fail gracefully when the specified virtual screen doesn't fit in RAM.
Francisco Jerez
1
-1
/
+20
2009-05-05
Probe the amount of installed memory by trial and error on SM712.
Francisco Jerez
1
-0
/
+52
2009-04-21
Increase the maximum clock value to 200MHz on SM712.
Francisco Jerez
1
-2
/
+1
2009-04-21
Don't attempt monitor detection on SM712.
Francisco Jerez
1
-1
/
+3
2009-03-20
Stop clearing of "VESA compliance power down mode" bit
Jamie Lentin
1
-4
/
+0
2009-03-13
Fix direct access to IO space on chipsets with no IOBase mapping.
Matthieu Herrb
1
-1
/
+1
2009-02-11
siliconmotion: Fix disabling of debugging if SMI501_CLI_DEBUG is set to 0
Niels de Vos
3
-3
/
+3
2009-02-04
Wait for vertical retrace before writing registers at SMILynx_CrtcDPMS_*
Francisco Jerez
1
-4
/
+4
2009-02-04
Set dualhead to on by default on SM72x chipsets.
Francisco Jerez
1
-2
/
+6
2009-02-04
Dynamically switch virtual refresh mode.
Francisco Jerez
4
-71
/
+97
2008-12-29
Use util-macros XORG_CHANGELOG and XORG_CWARNFLAGS.
Paulo Cesar Pereira de Andrade
1
-4
/
+5
2008-12-29
Simplification and redundancy removal in video code.
Paulo Cesar Pereira de Andrade
1
-49
/
+39
2008-12-29
Some more quirks for the SM712.
Francisco Jerez
3
-14
/
+69
2008-12-29
Add support for clone mode on Lynx chipsets.
Francisco Jerez
3
-45
/
+66
2008-12-21
Add a CRTC/Output implementation using BIOS for modesetting.
Francisco Jerez
3
-89
/
+220
2008-12-21
Fix SMI_CrtcShadowAllocate.
Francisco Jerez
1
-10
/
+4
2008-12-21
Allocate crtc->funcs and output->funcs in the heap.
Francisco Jerez
7
-189
/
+165
[next]