summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-06HP Compaq dx2040 (reported by Tom Li)kms_branchXavier Bachelot1-0/+1
2012-07-01update NEWS file for upcoming 0.3Xavier Bachelot1-0/+33
2012-06-29Since DP handling is not very functional disable it unless forced by ActiveDe...James Simmons1-7/+9
2012-06-29Merge branch 'master' into kms_branchJames Simmons20-99/+214
2012-06-24Patch from Xavier to inform people to where to submit bugsJames Simmons1-1/+1
2012-06-24Force EXA to always be greedyJames Simmons2-23/+12
2012-06-19Minor fixes that makes it compile with -Werror on x86_64 from Natanael CopaJames Simmons3-4/+4
2012-06-16KMS could not mmap on 32 bit machines due to off_t issues which was resolved ...James Simmons8-24/+38
2012-06-16Compile cleanup with stricter gcc settingsJames Simmons19-43/+31
2012-06-13Fujitsu Futro S100 (reported by Ferencsik Péter)Xavier Bachelot1-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 Simmons3-39/+35
2012-06-10The EXA corruptions people are reporting appear to go away when you set the M...James Simmons1-0/+6
2012-06-10Xavier patch to add the git branch to the generated version.h fileJames Simmons1-4/+8
2012-06-10Sync names to KMS names so config files don't need to be changes in the futureJames Simmons2-5/+5
2012-06-10Unwind some of the XAA helpers into the respected EXA functionsJames Simmons2-176/+92
2012-06-07openchrome: update to new API.Dave Airlie15-93/+200
2012-06-07Currently the xorg driver supports only H2 dma packets but newer hardware doe...James Simmons7-447/+956
2012-06-06Untangle the EXA layer. Moved the UMS specific code via_ums. Started to lay f...James Simmons8-1326/+1328
2012-06-03Move TwodRegs to ViaCommandBufferJames Simmons3-54/+54
2012-06-03Remove obsolete codeJames Simmons1-96/+1
2012-05-27Separate out UMS accel from exa for when we support EXA with KMSJames Simmons3-21/+15
2012-05-27EXA has severe memory leakage.James Simmons2-14/+29
2012-05-27Remove no longer supported xf86PciInfo.hJames Simmons5-11/+8
2012-05-15Prepare for 0.2.906release_0_2_906Xavier Bachelot4-7/+15
2012-05-08Remove all traces of mono cursor. The xf86cursor layer has a mono to arbg map...James Simmons1-31/+1
2012-04-18Patch from Bartosz to fix I420 on CME engine.James Simmons1-1/+1
2012-04-17Patch from Bartosz to fix I420 on CME engine.James Simmons1-1/+1
2012-04-08Hardware cursor does work nowJames Simmons1-4/+0
2012-04-06Pass in the crtc to know what to attach the video plane tooJames Simmons8-32/+68
2012-04-06Rename video and swov to xv naming.James Simmons9-50/+44
2012-04-01Pass in the pitch variable for allocating a surface. Will be used for EXA dyn...James Simmons4-19/+14
2012-03-31Handle mmap failure case.James Simmons2-1/+5
2012-03-29OLPC needs a very special mode so we hard code it. Also we provide the physic...James Simmons2-47/+25
2012-03-29Fixed screen resizing from UMS and KMS.James Simmons4-84/+125
2012-03-26Disable EXA composite since it is broken. Will fix at a latter date.James Simmons1-1/+1
2012-03-26enable EXA by defaultJames Simmons1-4/+5
2012-03-26Don't load the XAA module when using EXA or NoAccel.Xavier Bachelot1-4/+5
2012-03-23Death to the xaa layer completelyJames Simmons3-12/+2
2012-03-23Borrow the ROP values from xf86-video-chrome which comes from the nouveau pro...James Simmons3-9/+324
2012-03-23Borrow the ROP values from xf86-video-chrome which comes from the nouveau pro...James Simmons1-0/+322
2012-03-23Fixed the crash that happened when you logged out of the session. It wass bot...James Simmons1-14/+14
2012-03-15Fixed the EDID handling for the LVDS. The code was to dependent on a NativeMo...James Simmons2-119/+95
2012-03-11drm.offset from api one gives the absolute address instead of the relative ad...James Simmons1-1/+3
2012-03-11Don't do a memset on a NULL pointer for the ExaDriverPtr allocatingJames Simmons1-4/+3
2012-03-10fix typoXavier Bachelot1-1/+1
2012-03-10Fix object memory freeing for all casesJames Simmons1-7/+8
2012-03-10Moved to EXA onlyJames Simmons7-946/+23
2012-03-08Broke unaccelerated mode memory allocation with last commitJames Simmons1-9/+9
2012-03-07Fixes to allow mode resolution change on KMSJames Simmons3-11/+28