index
:
openchrome/xf86-video-openchrome
exa_branch
experimental_branch
fix_warnings
glamor
hwcursor_branch
kms_branch
main
master
modular_branch
modular_i2c_branch
pciaccess_branch
randr_branch
release_0_2_9
release_0_3_0
release_3_0_0
ttm_branch
vbe_testing
vn896_branch
vt3336_branch
vx900_branch
xorg_branch
xvmc-dev
X driver for VIA IGPs
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-12
Cursor disappearance fix for CN400 / PM800 chipsets
Kevin Brace
1
-7
/
+0
2020-03-11
Redo ClockRange / ClockRanges compilation fix
Kevin Brace
1
-2
/
+2
2020-03-09
Pass a ScrnInfoPtr type pointer when calling viaUMSAccelInit()
Kevin Brace
3
-4
/
+3
2020-03-09
Reject color depth other than 8, 16, or 24 bits
Kevin Brace
1
-5
/
+0
2020-03-09
viaUnmapMMIO() should now be a static function
Kevin Brace
1
-1
/
+1
2020-03-09
Add viaUMSPreInitExit() for unmapping MMIOs
Kevin Brace
3
-2
/
+28
2020-03-09
Minor code tweaks to VIAPreInit()
Kevin Brace
1
-16
/
+17
2020-03-09
Add viaUMSDestroy() for tearing down UMS specific resources
Kevin Brace
3
-6
/
+17
2020-03-09
Map FB during screen initialization rather than pre-initialization
Kevin Brace
2
-6
/
+8
2020-03-06
Separate FB (un)mapping code from MMIO (un)mapping code
Kevin Brace
3
-93
/
+142
2020-03-06
Unmap MMIO and FB when tearing down the DDX
Kevin Brace
1
-0
/
+9
2020-02-28
Move iga*_crtc_funcs extern declaration to src/via_ums.h
Kevin Brace
2
-4
/
+2
2020-02-28
Fix for GCC 10 activating stricter check for extern variables / structs
Kevin Brace
3
-4
/
+4
2020-02-28
Initialize memPhysBase member of ScrnInfoRec struct inside viaUMSCreate()
Kevin Brace
1
-14
/
+14
2020-02-28
Initialize fbOffset member of ScrnInfoRec struct inside viaUMSCreate()
Kevin Brace
1
-5
/
+5
2020-02-28
Remove discontinued functions from src/via_driver.h
Kevin Brace
1
-4
/
+0
2020-02-13
Rearrange some code inside viaUMSCreate()
Kevin Brace
1
-12
/
+16
2020-02-13
Use EXA offscreen memory manger when EXA is in use
Kevin Brace
2
-24
/
+77
2020-02-13
Move no DRM UMS FB initialization code into viaInitFB()
Kevin Brace
1
-51
/
+72
2020-02-13
Use pScrn->pScreen inside viaUMSCreate()
Kevin Brace
1
-4
/
+3
2020-02-13
Change error handling code for VIADRIKernelInit() inside viaUMSCreate()
Kevin Brace
1
-1
/
+2
2020-02-12
Handle more of screen initialization inside viaUMSCreate()
Kevin Brace
2
-60
/
+55
2020-02-12
Remove obsolete code comment from via_memmgr.c
Kevin Brace
1
-9
/
+0
2020-02-12
Rewrite viaOffScreenLinear()
Kevin Brace
2
-10
/
+15
2020-02-11
Update messages inside drm_bo_alloc()
Kevin Brace
1
-9
/
+27
2020-02-10
Change how error handling is done inside drm_bo_alloc()
Kevin Brace
1
-63
/
+70
2020-02-10
Initialize driSize member of VIARec struct inside VIADRI1ScreenInit()
Kevin Brace
2
-4
/
+7
2020-02-10
Initialize EXA before acceleration is initialized
Kevin Brace
1
-3
/
+6
2020-02-10
Correct how viaUMSCreate() is invoked
Kevin Brace
1
-1
/
+4
2020-02-10
Initialize frame buffer after screen parameters are mostly initialized
Kevin Brace
1
-47
/
+47
2020-02-03
Call exaDriverAlloc() later inside viaInitExa()
Kevin Brace
1
-2
/
+4
2020-02-03
No need to zero clear EXA driver struct
Kevin Brace
1
-2
/
+0
2020-02-03
Unmap the allocated frame buffer before releasing it when winding down
Kevin Brace
1
-0
/
+1
2020-02-03
Release off screen back frame buffer before hardware cursor storage
Kevin Brace
1
-8
/
+8
2020-01-22
Fix for commit 9a6d8615a8ca999528cad288d7858edf5834ae04
Kevin Brace
1
-10
/
+8
2020-01-14
Revert commit 42b0af34ee0c598b2674b338dff391e0ca874176
Kevin Brace
1
-8
/
+8
2020-01-13
Stop including sys/mman.h from via_memmgr.h
Kevin Brace
1
-1
/
+0
2020-01-13
Remove 2 lines of code that touch pitch member of buffer_object struct
Kevin Brace
2
-3
/
+1
2020-01-13
Phase out drm_bo_alloc_surface()
Kevin Brace
3
-83
/
+66
2020-01-13
Stop using pitch member of buffer_object struct
Kevin Brace
2
-6
/
+6
2020-01-13
Call screen->ModifyPixmapHeader() only at one location when resizing
Kevin Brace
1
-7
/
+4
2020-01-13
Preserve displayWidth member of ScrnInfoRec struct when resizing
Kevin Brace
1
-3
/
+3
2020-01-10
Modify how pScreen->ModifyPixmapHeader() is invoked
Kevin Brace
1
-3
/
+1
2020-01-08
Minor code clean up inside viaUMSCreate()
Kevin Brace
1
-18
/
+32
2020-01-08
Remove Bpp variable from VIARec struct
Kevin Brace
4
-6
/
+6
2020-01-08
Revert commit a138c2d0dd353788b4c9fd5adc82eedbf8429553
Kevin Brace
4
-6
/
+6
2020-01-07
Discontinue drm_bo_manager_init()
Kevin Brace
3
-20
/
+13
2020-01-07
Get rid of Bpp variable from VIARec struct
Kevin Brace
4
-6
/
+6
2020-01-07
Initialize pScreen of pScrn struct inside VIAScreenInit() a little later
Kevin Brace
1
-1
/
+2
2020-01-04
Invoke xf86SetSilkenMouse() from VIAScreenInit()
Kevin Brace
1
-2
/
+1
[next]