summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-01-04Make off screen back frame buffer the last item to be allocatedKevin Brace1-9/+9
2020-01-04Eliminate a duplicate allocation of EXA sync boKevin Brace1-4/+0
2020-01-04Change how viaUMSAccelInit() is invokedKevin Brace1-2/+10
2020-01-04Rename umsCrtcInit() to viaUMSCrtcInit()Kevin Brace3-3/+3
2020-01-04Rename umsPreInit() to viaUMSPreInit()Kevin Brace3-6/+8
2020-01-04Rename umsCreate() to viaUMSCreate()Kevin Brace3-3/+3
2020-01-04Rename umsAccelInit() to viaUMSAccelInit()Kevin Brace3-5/+5
2020-01-02Update various log messages written from VIAScreenInit()Kevin Brace1-9/+15
2020-01-02Move the location where the color map is initializedKevin Brace1-8/+8
2020-01-02Move the location where xf86SetBlackWhitePixels() is invokedKevin Brace1-2/+2
2020-01-02Remove not so important debug messages from VIAScreenInit()Kevin Brace1-11/+0
2020-01-02Check for a null pointer properly after allocating frame buffer memoryKevin Brace1-0/+3
2020-01-02Abolish artificial 256 MB frame buffer limitKevin Brace1-9/+0
2020-01-02Revert commit 3145db36b4fda2e6e048cd42d743fe1372c14dbfKevin Brace1-15/+15
2019-12-24Move up X Server machine independent screen initialization codeKevin Brace1-15/+15
2019-12-24Alter how the frame buffer size is reported to X ServerKevin Brace1-15/+17
2019-12-23Move UMS option processing into viaProcessUMSOptions()Kevin Brace1-174/+191
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