summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-12-23Tweak how DDX options are processedKevin Brace3-4/+10
2019-12-23Move up configuration setup before calling umsPreInit()Kevin Brace1-7/+7
2019-12-23Move DDX option processing code into via_options.cKevin Brace4-421/+567
2019-12-21Removing pointer arithmetic and comparison compilation warningsKevin Brace2-6/+20
2019-12-20Convert VIARec struct's FBBase to uint8_t pointer typeKevin Brace2-2/+2
2019-12-20Suppress pointer arithmetic compilation warning inside via_memmgr.cKevin Brace1-1/+1
2019-12-20Second try at suppressing void pointer arithmetic compilation warningsKevin Brace2-3/+4
2019-12-20Revert commit 59c9d25e2b38ac0d9fc8a8756af5834c01fd1decKevin Brace2-4/+3
2019-12-20Suppress void pointer arithmetic compilation warningsKevin Brace2-3/+4
2019-12-17Call miSetVisualTypes() inside VIAScreenInit() only at one locationKevin Brace1-9/+5
2019-12-17Call miSetPixmapDepths() inside VIAScreenInit() only at one locationKevin Brace1-4/+4
2019-12-12Suppress uninitialized variable compilation warningsKevin Brace2-8/+16
2019-12-12Stop checking for device support inside viaTMDSIOPadSetting()Kevin Brace1-42/+21
2019-12-11Fix declaration after statement compilation warning for via_xv_overlay.cKevin Brace1-1/+1
2019-12-11Delete unnecessary extern declaration of viaPortPriv[]Kevin Brace1-1/+0
2019-12-11viaPortPriv pointer is renamed pPriv inside viaSetupAdaptors()Kevin Brace1-17/+17
2019-12-11Eliminate compilation warnings with XF86AttributeRec structKevin Brace1-6/+14
2019-12-11Declare Xv attribute strings as const char* typeKevin Brace2-2/+3
2019-12-11Declare copyType parameter of viaVidCopyInit() as const char* typeKevin Brace2-3/+3
2019-12-11Rename range to prop_range within drmmode_output_create_resources()Kevin Brace1-4/+4
2019-12-11Remove drmExpected and drmCompat structs from via_dri.cKevin Brace1-2/+0
2019-11-15Fix for a FP display problem in VT mode after ACPI S3 State resumeKevin Brace2-0/+12
2019-11-15Stop unnecessary restore of SR25 and SR26 inside viaIGA1Restore()Kevin Brace1-3/+0
2019-07-16Change how xf86NewOption parameter of xf86CollectOptions() is initializedKevin Brace1-1/+5
2019-07-16Revert xf86CollectOptions() related commitKevin Brace1-1/+2
2019-07-15Declare software rasterizer string as a static typeKevin Brace1-1/+3
2019-07-15Declare an I2C bus name string as a static typeKevin Brace1-3/+9
2019-07-13Declare find_clones() as a static type functionKevin Brace1-1/+2
2019-07-13Handle unrecognized DRM format type within drm_bo_alloc_surface()Kevin Brace1-0/+8
2019-07-13Not include via_rop.h inside via_exa.cKevin Brace1-1/+0
2019-07-13xf86NewOption parameter of xf86CollectOptions() should be nullKevin Brace1-2/+1
2019-07-13Call RING_VARS macro at the beginning of viaExaCopy_H6()Kevin Brace1-2/+2
2019-07-13Call RING_VARS macro at the beginning of viaExaCopy_H2()Kevin Brace1-2/+2
2019-07-13Declare viaSetClippingRectangle() as an extern type functionKevin Brace1-0/+2
2019-07-12Declare viaFlushPCI() as a static type functionKevin Brace1-1/+1
2019-07-12Declare variables only when debug mode is on inside via_display.cKevin Brace1-0/+4
2019-07-12Use const char* within McFuncData struct inside via_memcpy.cKevin Brace1-9/+9
2019-07-12Use const char* for name field of VT162XTableRec structKevin Brace1-1/+1
2019-07-12Use const char* for name field of VT1621TableRec structKevin Brace1-1/+1
2019-07-12Use const char* for name field of CH7xxxTableRec structKevin Brace1-1/+1
2019-07-12Remove debug messages from viaSiI164CheckModeValidity()Kevin Brace1-6/+0
2019-07-12Remove debug messages from viaVT1632CheckModeValidity()Kevin Brace1-6/+0
2019-07-12Initialize PCI bus access pointers within viaProbeVRAM()Kevin Brace1-2/+2
2019-07-12Declare viaProbeVRAM() as a static type functionKevin Brace1-1/+1
2019-07-12Declare pointer variables before initialization inside via_i2c.cKevin Brace1-6/+8
2019-07-12Stop defining HAVE_DEBUG macro keyword from via_driver.hKevin Brace1-1/+0
2019-07-12Define temp variable properly inside viaIGAInitCommon()Kevin Brace1-4/+1
2019-07-12Remove uninitialized variable warning from via_display.cKevin Brace1-7/+3
2019-07-12Declare variables first inside ViaShadowCRTCSetMode()Kevin Brace1-2/+2
2019-07-12Static declaration for VIALoadRgbLut()Kevin Brace1-1/+1