summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-24Treat disabled CRTCs as "not covering" for scanline wait purposesJesse Barnes5-15/+64
2009-06-23Harden i830 render in case check_composite didn't throw out bad formats.Alan Coopersmith1-2/+2
2009-06-23Add option to control swapbuffers behaviorJesse Barnes3-0/+26
2009-06-23 i915 xvmc, fix fd.o bug #22103Zou Nan hai1-1/+3
2009-06-22Fix LFP data block fetchJesse Barnes2-7/+28
2009-06-19Don't change the blank/sync width when calculating scaled modesZhao Yakui1-21/+62
2009-06-17TV: Set correct voltage level override valuesling.ma@intel.com2-3/+6
2009-06-17Set hot plug interrupt to detect HDMI outputling.ma@intel.com1-5/+13
2009-06-16add pipe a force quirk for Dell miniBryce Harrington1-0/+2
2009-06-16don't wait for vblank on rotated displaysLi Peng1-1/+2
2009-06-16pipe-a quirk for thinkpad x30Bryce Harrington1-0/+2
2009-06-16Fix EDID for LVDS output device to add the default modesZhao Yakui1-0/+127
2009-06-16Get the LVDS panel limit and check whether the given modeline is validZhao Yakui1-0/+38
2009-06-16Add the private data for the LVDS connectorZhao Yakui1-1/+23
2009-06-15GFX: Initialize the SDVO device based on the valid slave addressZhao Yakui1-4/+68
2009-06-15parse general definition block to get the SDVO device infoZhao Yakui2-1/+88
2009-06-15Dynamically get the number of child device in general definition blockZhao Yakui2-2/+4
2009-06-11intel_batch_init: test have_gem, not directRenderingTypeKeith Packard1-1/+1
2009-06-11Fix xvmc buildJulien Cristau3-3/+3
2009-06-10Increment version to 2.7.99.9012.7.99.901Carl Worth1-1/+1
2009-06-10NEWS: Summarize new developments for 2.7.99.901Carl Worth1-0/+25
2009-06-10DRI2 copyregion: don't wait for scanlines that won't happenLukasz Kurylo1-2/+4
2009-06-10 add missing files for previous commitZou Nan hai5-0/+988
2009-06-10 enable MC on g45 for player without vld patchZou Nan hai33-5983/+2505
2009-06-10Add new chipset register dumpsZhenyu Wang1-9/+606
2009-06-10Disable composite on new chipset for nowZhenyu Wang1-0/+8
2009-06-10Add new register definitionsZhenyu Wang1-3/+489
2009-06-10Update intel_gtt utility for new chipset GTT checkZhenyu Wang1-1/+1
2009-06-10Remove fixed MMIO sizeZhenyu Wang2-4/+7
2009-06-10Add new chipsets PCI idsZhenyu Wang3-9/+38
2009-06-09UXA: Rasterize trapezoids to system memory, not a pixmapCarl Worth1-7/+46
2009-06-09Rename i830_exa.c to i830_uxa.cCarl Worth2-1/+1
2009-06-09Fall back to fb pixmaps for backing glyph picturesKristian Høgsberg1-0/+3
2009-06-09xvmc: don't include xf86dri.hXiang, Haihao1-1/+0
2009-06-04Merge branch 'xvmc-vld'root147-7822/+9156
2009-06-03Fix segfault in DRI2 vblank syncing if the region isn't onscreen.Eric Anholt1-27/+28
2009-06-03Fix some drawable abuse in i830_dri.cEric Anholt1-6/+7
2009-06-03Replace some pixmap-related idioms with inline functions to do so.Eric Anholt3-16/+23
2009-06-03Provide mode line from VBT to xorg.Ma Ling1-15/+45
2009-06-03Fetch mode line from VBT, then keep it.Ma Ling3-24/+83
2009-06-03Wait doubled regis to be stable for load pipe detectionMa Ling1-1/+2
2009-06-03Set activation periods as 64 cdclk sync up with KMSMa Ling2-2/+3
2009-06-02Sync DRI2 CopyRegion to vertical retraceJesse Barnes3-2/+45
2009-05-28Remove useless loader symbol lists.Adam Jackson6-215/+1
2009-05-26Revert "Rely on BO pixmaps being present in acceleration paths."Carl Worth2-15/+26
2009-05-26Fold GEM detection into DRM master open.Eric Anholt2-16/+17
2009-05-26Open the DRM and keep the handle throughout server startup to finish.Eric Anholt2-52/+65
2009-05-26Fix backwards logic on whether to sync to vblank or not.Eric Anholt1-1/+1
2009-05-20Only return FALSE when dri_bo_map() failsKristian Høgsberg1-2/+3
2009-05-19Don't do GTT maps on objects bigger than half the available aperture size.Eric Anholt4-4/+46