summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-27Version bumped to 0.6.225HEADmasterKevin Brace1-1/+1
2020-07-27Fix for DRI1 initialization failureKevin Brace3-16/+38
2020-04-20Version bumped to 0.6.224Kevin Brace1-1/+1
2020-04-20Update KM400 chipset support identification text for the log fileKevin Brace1-1/+1
2020-04-20HI (Hardware Icon) based cursor partial fix for CLE266 / KM400 chipsetKevin Brace1-4/+13
2020-04-04Version bumped to 0.6.223Kevin Brace1-1/+1
2020-04-04Revert commit 8484549Kevin Brace4-104/+8
2020-04-03Version bumped to 0.6.223Kevin Brace4-8/+104
2020-04-02Unify IGA1 and IGA2 HI (Hardware Icon) cursor callbacksKevin Brace1-116/+53
2020-04-01Version bumped to 0.6.222Kevin Brace1-1/+1
2020-04-01Use only one storage location for HI (Hardware Icon) based cursorKevin Brace1-3/+11
2020-04-01Eliminate variable type compilation warning in 64-bit environmentKevin Brace1-2/+3
2020-04-01Version bumped to 0.6.221Kevin Brace1-1/+1
2020-04-01Fix for KMS mode CLE266 and KM400 chipsets HI (Hardware Icon) cursorKevin Brace1-21/+15
2020-03-23Version bumped to 0.6.220Kevin Brace1-1/+1
2020-03-23Align cursor storage to the cursor storage's sizeKevin Brace1-2/+9
2020-03-23Move duplicated EXA related code into via_exa.cKevin Brace4-72/+38
2020-03-23Move viaEXAOffscreenAlloc() to via_exa.cKevin Brace3-26/+30
2020-03-23Remove the declaration of EXAOPT_MIGRATION_HEURISTIC macroKevin Brace1-2/+0
2020-03-23Really pass the alignment requirement when allocating memoryKevin Brace1-7/+14
2020-03-23Change several drm_bo_alloc() input parameters typeKevin Brace2-3/+4
2020-03-12Version bumped to 0.6.219Kevin Brace1-1/+1
2020-03-12Cursor disappearance fix for CN400 / PM800 chipsetsKevin Brace1-7/+0
2020-03-11Redo ClockRange / ClockRanges compilation fixKevin Brace1-2/+2
2020-03-09Version bumped to 0.6.218Kevin Brace1-1/+1
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-09Version bumped to 0.6.217Kevin 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-28Version bumped to 0.6.216Kevin Brace1-1/+1
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-13Version bumped to 0.6.215Kevin Brace1-1/+1
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-12Version bumped to 0.6.214Kevin Brace1-1/+1
2020-02-12Handle more of screen initialization inside viaUMSCreate()Kevin Brace2-60/+55
2020-02-12Version bumped to 0.6.213Kevin Brace1-1/+1