summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Cursor disappearance fix for CN400 / PM800 chipsetsKevin Brace1-7/+0
2020-03-11Redo ClockRange / ClockRanges compilation fixKevin Brace1-2/+2
2020-03-09Pass a ScrnInfoPtr type pointer when calling viaUMSAccelInit()Kevin Brace3-4/+3
2020-03-09Reject color depth other than 8, 16, or 24 bitsKevin Brace1-5/+0
2020-03-09viaUnmapMMIO() should now be a static functionKevin Brace1-1/+1
2020-03-09Add viaUMSPreInitExit() for unmapping MMIOsKevin Brace3-2/+28
2020-03-09Minor code tweaks to VIAPreInit()Kevin Brace1-16/+17
2020-03-09Add viaUMSDestroy() for tearing down UMS specific resourcesKevin Brace3-6/+17
2020-03-09Map FB during screen initialization rather than pre-initializationKevin Brace2-6/+8
2020-03-06Separate FB (un)mapping code from MMIO (un)mapping codeKevin Brace3-93/+142
2020-03-06Unmap MMIO and FB when tearing down the DDXKevin Brace1-0/+9
2020-02-28Move iga*_crtc_funcs extern declaration to src/via_ums.hKevin Brace2-4/+2
2020-02-28Fix for GCC 10 activating stricter check for extern variables / structsKevin Brace3-4/+4
2020-02-28Initialize memPhysBase member of ScrnInfoRec struct inside viaUMSCreate()Kevin Brace1-14/+14
2020-02-28Initialize fbOffset member of ScrnInfoRec struct inside viaUMSCreate()Kevin Brace1-5/+5
2020-02-28Remove discontinued functions from src/via_driver.hKevin Brace1-4/+0
2020-02-13Rearrange some code inside viaUMSCreate()Kevin Brace1-12/+16
2020-02-13Use EXA offscreen memory manger when EXA is in useKevin Brace2-24/+77
2020-02-13Move no DRM UMS FB initialization code into viaInitFB()Kevin Brace1-51/+72
2020-02-13Use pScrn->pScreen inside viaUMSCreate()Kevin Brace1-4/+3
2020-02-13Change error handling code for VIADRIKernelInit() inside viaUMSCreate()Kevin Brace1-1/+2
2020-02-12Handle more of screen initialization inside viaUMSCreate()Kevin Brace2-60/+55
2020-02-12Remove obsolete code comment from via_memmgr.cKevin Brace1-9/+0
2020-02-12Rewrite viaOffScreenLinear()Kevin Brace2-10/+15
2020-02-11Update messages inside drm_bo_alloc()Kevin Brace1-9/+27
2020-02-10Change how error handling is done inside drm_bo_alloc()Kevin Brace1-63/+70
2020-02-10Initialize driSize member of VIARec struct inside VIADRI1ScreenInit()Kevin Brace2-4/+7
2020-02-10Initialize EXA before acceleration is initializedKevin Brace1-3/+6
2020-02-10Correct how viaUMSCreate() is invokedKevin Brace1-1/+4
2020-02-10Initialize frame buffer after screen parameters are mostly initializedKevin Brace1-47/+47
2020-02-03Call exaDriverAlloc() later inside viaInitExa()Kevin Brace1-2/+4
2020-02-03No need to zero clear EXA driver structKevin Brace1-2/+0
2020-02-03Unmap the allocated frame buffer before releasing it when winding downKevin Brace1-0/+1
2020-02-03Release off screen back frame buffer before hardware cursor storageKevin Brace1-8/+8
2020-01-22Fix for commit 9a6d8615a8ca999528cad288d7858edf5834ae04Kevin Brace1-10/+8
2020-01-14Revert commit 42b0af34ee0c598b2674b338dff391e0ca874176Kevin Brace1-8/+8
2020-01-13Stop including sys/mman.h from via_memmgr.hKevin Brace1-1/+0
2020-01-13Remove 2 lines of code that touch pitch member of buffer_object structKevin Brace2-3/+1
2020-01-13Phase out drm_bo_alloc_surface()Kevin Brace3-83/+66
2020-01-13Stop using pitch member of buffer_object structKevin Brace2-6/+6
2020-01-13Call screen->ModifyPixmapHeader() only at one location when resizingKevin Brace1-7/+4
2020-01-13Preserve displayWidth member of ScrnInfoRec struct when resizingKevin Brace1-3/+3
2020-01-10Modify how pScreen->ModifyPixmapHeader() is invokedKevin Brace1-3/+1
2020-01-08Minor code clean up inside viaUMSCreate()Kevin Brace1-18/+32
2020-01-08Remove Bpp variable from VIARec structKevin Brace4-6/+6
2020-01-08Revert commit a138c2d0dd353788b4c9fd5adc82eedbf8429553Kevin Brace4-6/+6
2020-01-07Discontinue drm_bo_manager_init()Kevin Brace3-20/+13
2020-01-07Get rid of Bpp variable from VIARec structKevin Brace4-6/+6
2020-01-07Initialize pScreen of pScrn struct inside VIAScreenInit() a little laterKevin Brace1-1/+2
2020-01-04Invoke xf86SetSilkenMouse() from VIAScreenInit()Kevin Brace1-2/+1