summaryrefslogtreecommitdiff
path: root/src/via_ums.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Fix a long standing issues of detecting the proper amount of VRAM on the P4M8...James Simmons1-8/+11
2012-11-25Do not support earlier libdrm versions that lack KMS support.James Simmons1-3/+3
2012-11-10XSERVER_LIBPCIACCESS is now decrepide but we need to handle older platforms (...James Simmons1-21/+20
2012-06-29Merge branch 'master' into kms_branchJames Simmons1-1/+1
2012-06-16Compile cleanup with stricter gcc settingsJames Simmons1-0/+1
2012-06-12Remove debug message and some more white space cleanupJames Simmons1-9/+8
2012-06-11ViaDoubleCheckCLE266Revision needs to be called later when the register stack...James Simmons1-12/+9
2012-06-07Currently the xorg driver supports only H2 dma packets but newer hardware doe...James Simmons1-99/+0
2012-06-06Untangle the EXA layer. Moved the UMS specific code via_ums. Started to lay f...James Simmons1-0/+337
2012-03-04Removed FBBae dependency of the EXA layer. The frame buffer could change due ...James Simmons1-1/+1
2012-03-01The patch for building on embedded platforms sets the XF86DRM variable for yo...James Simmons1-0/+63
2011-12-20fix bug for ticket 422James Simmons1-1/+1
2011-12-17Move display surfacet to buffer manager.James Simmons1-2/+1
2011-12-17Always give only have of the vram space to the DRI1 layer for allocation. The...James Simmons1-10/+9
2011-11-28Move DRI1 and no DRI case to new buffer allocator. Some more work needs to be...James Simmons1-24/+19
2011-11-17Make DRI buffers DRIInfo free for early allocationJames Simmons1-5/+4
2011-11-17cleanup framebuffer handling for pre TTM codeJames Simmons1-0/+64
2011-11-14Handle the case where the reported VRAM is greater than the maximum amount ex...James Simmons1-0/+9
2011-10-29Newer libpciaccess broke are xorg driver. Tracked down the breakage and fixed...James Simmons1-2/+2
2011-10-16integrate VIA via_regs.h header.James Simmons1-1/+0
2011-10-14Cleanup for mpeg encoder handling to make merged with VIA code easier.James Simmons1-2/+0
2011-09-25Cleanup between via_ums and via_accel so we can support GEM and non GEM memor...James Simmons1-64/+0
2011-09-25Moved mapping and unmapping to close screen and screeninit. Some dri code in ...James Simmons1-86/+0
2011-09-25Moved MapFB to UMSPreInit. Accel code white space cleanup. Don't call viaInit...James Simmons1-7/+3
2011-09-19Made a more generic FreeScreen. Add a test for KMS support. Test DRM right away.James Simmons1-21/+0
2011-09-18Moving to have the VT enter and leaving code generic since we hide the UMS an...James Simmons1-119/+1
2011-09-18Properly handle vtSema and FirstInit.James Simmons1-0/+2
2011-09-10set desired mode for each OuputJames Simmons1-2/+3
2011-09-08Use xf86_cursors_init. With this now the cursorstr code is just awrapper arou...James Simmons1-5/+1
2011-09-03incorporate VIAWriteMode into Crtc mode_set. Call xf86CrtcSetMode when we ent...James Simmons1-63/+1
2011-09-03UMSResource is alot more genericJames Simmons1-24/+0
2011-09-03Move some accel handling code to the UMS section since this will change with ...James Simmons1-13/+29
2011-09-03Implement save and restore functionJames Simmons1-44/+40
2011-08-27Hanld ecase where no LVDS existJames Simmons1-1/+1
2011-08-27Moving LVDS over to Ouput RR api.James Simmons1-20/+20
2011-08-25Have CloseScreen call LeaveVT to simplify the function.James Simmons1-36/+0
2011-08-24VIACloseScreen can call UMSLeaveVT since they preform the same functions.James Simmons1-45/+10
2011-08-21move DPMS and SaveScreen to generic layer.James Simmons1-10/+1
2011-08-21place vgaHWSaveScreen in the DPMS handling routines. This allows us to replac...James Simmons1-13/+7
2011-08-20Both SwitchMode and AdjustFrame are now wrappers about the crtc handling func...James Simmons1-66/+0
2011-08-06Move dpms to xf86CrtcJames Simmons1-3/+3
2011-07-30reorg to move over to xf86CrtcFuncRecJames Simmons1-195/+0
2011-07-30revert changes since r930James Simmons1-0/+1172
2011-06-21start sorting out ums form kmsJames Simmons1-1172/+0
2011-06-04prepare for handling of dri1 and dri2 apisJames Simmons1-14/+14
2011-06-04Merrged to trunk at 925James Simmons1-6/+13
2011-01-15needed to break up UMSAccel. Model more after the nouveau instead of the gall...James Simmons1-7/+0
2011-01-10cleanup of VIAScreenInit. It shoudl be usable for both KMS and UMS now.James Simmons1-799/+321
2011-01-10UMS DPMS code moved to crtc code.James Simmons1-65/+0
2011-01-09Remove UMS specific code from VIAPreInit.James Simmons1-912/+193