summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-07-09Add basic EXA supportHEADmasterThierry Reding6-2/+789
2014-07-09Open Tegra DRM deviceThierry Reding2-0/+11
2014-07-09Make sure compat-api.h header is includedErik Faye-Lund1-0/+1
2014-07-09Make compat-api.h standalone includibleThierry Reding1-0/+3
2014-07-09Build with older Xorg video-driver ABIsErik Faye-Lund1-0/+8
2014-07-09Formatting cleanupsThierry Reding4-4/+12
2014-07-09Detect absence of hardware cursor support earlyThierry Reding3-10/+22
2014-07-09Always open device by pathThierry Reding1-7/+4
2014-07-09Refactor some codeThierry Reding1-10/+12
2014-07-09Remove unused and redundant variablesThierry Reding2-8/+1
2014-02-19Handle new DamageUnregister API which has only one argumentKeith Packard1-0/+6
2014-02-19Properly identify DSI outputsThierry Reding1-1/+2
2014-02-19Staticise and constify output namesThierry Reding1-1/+1
2013-01-09make TegraPlatformProbe actually workLucas Stach1-8/+8
2013-01-09Rebrand and cleanupThierry Reding5-1793/+1650
2013-01-09modesetting: fix crashes caused by udev race conditionsDave Airlie1-0/+5
2012-11-29Remove call to miInitializeBackingStore()Thierry Reding1-1/+0
2012-09-17modesetting: remove alloca usage againDave Airlie1-1/+5
2012-09-14modesetting: add virtual connector supportAlon Levy2-2/+8
2012-08-16Implement ->driverFuncAdam Jackson1-1/+18
2012-07-25modesetting: add output slave support.Dave Airlie3-24/+256
2012-07-25modesetting: add platform bus supportDave Airlie1-15/+69
2012-07-25modesetting: fix warning about close being undefined.Dave Airlie1-0/+1
2012-07-25modesetting: drop useless xf86PciInfo includeDave Airlie1-1/+0
2012-06-22modesetting: pci probing requires interface version 1.4Dave Airlie1-0/+11
2012-06-05modesetting: workaround kernel bug reporting 0x0 as valid minsDave Airlie1-0/+4
2012-06-01modesetting: bump to latest X server compat api.Dave Airlie2-31/+83
2012-05-23modesetting: fix make distcheckDave Airlie1-0/+1
2012-05-23modesetting: convert to new scrn conversion APIs.Dave Airlie2-7/+7
2012-05-23modesetting: add compat header fileDave Airlie3-0/+43
2012-05-09modesetting: make sure the pci device corresponds to the drm deviceDave Airlie1-1/+34
2012-05-01modesetting: attempt to work out if we want 24 or 32bppDave Airlie3-7/+68
2012-05-01modesetting: move opening kernel device to before setting depthDave Airlie1-22/+22
2012-04-17modesetting: add set/drop master around VT switchDave Airlie1-3/+8
2012-04-17cursor: hide cursors on LeaveVTDave Airlie1-0/+2
2012-04-14dirty: check malloc returnDave Airlie1-1/+4
2012-04-14drop use of alloca, just use malloc/freeDave Airlie1-1/+2
2012-03-05make busID non mandatorySascha Hauer1-24/+22
2012-03-05do not bail out on non pci devicesSascha Hauer1-3/+0
2012-03-05Fix non PCI device probingSascha Hauer1-5/+4
2012-03-05introduce open_hw() functionSascha Hauer1-6/+13
2012-03-05fix if() brackets in Probe functionSascha Hauer1-1/+2
2012-02-22modesetting: fix warnings, remove dead code.Dave Airlie1-16/+1
2012-02-22make: add all warnings according to the platformGaetan Nadon1-1/+1
2012-02-22make: remove empty variable assignmentGaetan Nadon1-3/+0
2012-02-20modesetting: disable dirty updates for ENOSYSDave Airlie1-1/+1
2012-02-20modesetting: fix shadow resizing.Dave Airlie1-2/+15
2012-02-20modesetting: move shadow stuff to other structureDave Airlie3-16/+19
2012-02-20modesetting: fix stride if kernel modifies it.Dave Airlie1-4/+5
2012-02-20shadowfb: dump shadowfb state at startupDave Airlie1-0/+1