summaryrefslogtreecommitdiff
path: root/src/r128_driver.c
AgeCommit message (Expand)AuthorFilesLines
5 daysuse XNFcallocarray() instead of xnfcalloc macroHEADmasterEnrico Weigelt, metux IT consult1-1/+1
12 daysbacklight control and console detection for wsdisplay systemsnia1-1/+26
12 daysAlternative non-BIOS method to determine the panel size for NetBSDnia1-3/+31
2022-01-27Fix spelling/wording issuesAlan Coopersmith1-1/+1
2018-08-02Consolidate acquisition of many options into two functionsKevin Brace1-73/+97
2018-08-02Rename R128UMSOption to r128UMSOptionKevin Brace1-2/+3
2018-08-02Hold off enabling acceleration until EXA / XAA are fully initializedKevin Brace1-4/+2
2018-08-02Consolidate EXA initialization code into R128EXAInitKevin Brace1-29/+13
2018-08-02Deprecate R128VerboseInitEXAKevin Brace1-25/+14
2018-08-02Deprecate R128AccelInitKevin Brace1-27/+12
2018-08-02Deprecate R128EXAAccelInitKevin Brace1-21/+21
2018-08-02Consolidate frame buffer initialization codeKevin Brace1-80/+30
2018-07-27Prevent disabling of EXA inside R128ScreenInitKevin Brace1-2/+0
2018-07-27Move loading of EXA and XAA modules into R128PreInitAccelKevin Brace1-5/+43
2018-07-26Move RAMDAC module initialization into R128LegacyMSKevin Brace1-3/+3
2018-07-26Delete OPTION_DISPLAY option enumerationKevin Brace1-1/+0
2018-07-26Delete USE_CRT_ONLY conditional compilation directiveKevin Brace1-7/+0
2018-07-26Move many DDX UMS options into R128UMSOptionKevin Brace1-76/+94
2018-07-26Remove OPTION_DAC_8BIT optionKevin Brace1-2/+0
2018-07-26Evaluate software cursor option inside R128PreInitKevin Brace1-1/+8
2018-07-25Evaluate EXA related options inside R128PreInitKevin Brace1-24/+38
2018-07-25Evaluate NoAccel option inside R128PreInitKevin Brace1-8/+12
2018-07-24Separate EXA and XAA initializationKevin Brace1-17/+34
2018-07-09Using __func__ string for debug message function identificationKevin Brace1-10/+11
2018-07-09Remove compilation warnings related to debug messagesKevin Brace1-1/+1
2018-07-09Deprecate R128TRACE macro when generating debug messagesKevin Brace1-28/+46
2018-07-09Move the location R128PreInitDRI is calledKevin Brace1-4/+4
2018-06-25Move R128InitDDA2Registers to r128_crtc.cKevin Brace1-80/+0
2018-06-25Move R128InitDDARegisters to r128_crtc.cKevin Brace1-73/+0
2018-06-25Move R128RestorePLL2Registers to r128_crtc.cKevin Brace1-86/+0
2018-06-25Move R128RestorePLLRegisters to r128_crtc.cKevin Brace1-89/+0
2018-06-25Move R128RestoreDACRegisters to r128_output.cKevin Brace1-10/+0
2018-06-25Move R128InitDACRegisters to r128_output.cKevin Brace1-13/+0
2018-06-25Move R128RestoreCrtc2Registers to r128_crtc.cKevin Brace1-18/+0
2018-06-25Move R128RestoreCrtcRegisters to r128_crtc.cKevin Brace1-20/+0
2018-06-25Move R128InitPLL2Registers to r128_crtc.cKevin Brace1-55/+0
2018-06-25Move R128InitPLLRegisters to r128_crtc.cKevin Brace1-55/+0
2018-06-25Convert R128Div to an inline functionKevin Brace1-6/+0
2018-06-25Move R128InitCrtc2Base to r128_crtc.cKevin Brace1-28/+0
2018-06-25Move R128InitCrtcBase to r128_crtc.cKevin Brace1-28/+0
2018-06-11Move R128InitCrtc2Registers to r128_crtc.cKevin Brace1-82/+0
2018-06-11Move R128InitCrtcRegisters to r128_crtc.cKevin Brace1-109/+0
2018-06-11Move existing mode setting initialization code into R128LegacyMSKevin Brace1-29/+38
2018-06-11Move the location xf86CrtcConfigInit is called inside R128PreInitKevin Brace1-3/+3
2018-06-11Refactor R128PreInitWeightKevin Brace1-17/+19
2018-06-11Remove R128ProbeDDCKevin Brace1-19/+4
2018-06-11Move R128PreInitVisual and R128PreInitGamma callsKevin Brace1-6/+8
2018-06-11Move the assignment to monitor field of ScrnInfoRec recordKevin Brace1-1/+2
2018-06-11Move assignment of color depth variables away from R128PreInitVisualKevin Brace1-19/+16
2018-06-11Move the location where R128PreInitGamma is calledKevin Brace1-2/+4