summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-13Make sure DRM library paths are includedxf86-video-intel-2.5.12.5Jesse Barnes1-2/+2
2008-11-11Update version to 2.5.1 in preparation for releaseJesse Barnes1-1/+1
2008-11-11quirk LVDS on Asus Eee boxZhenyu Wang1-0/+3
2008-11-11Use long crt hotplug activation time on GM45.Keith Packard2-21/+52
2008-11-11TV: fix timing parameters for PAL, 480p, 1080iZhenyu Wang1-4/+4
2008-11-11TV: save serveral TV_CTL register fields in mode setZhenyu Wang2-2/+3
2008-11-11TV: fix default contrast and saturation modifierZhenyu Wang1-1/+3
2008-11-11TV: white space cleanupZhenyu Wang1-85/+82
2008-11-11SDVO: fix more command definition errorsZhenyu Wang1-3/+3
2008-11-11SDVO: add command for set monitor power stateZhenyu Wang2-2/+19
2008-11-11SDVO: add GetScaledHDTVResolutionSupport commandZhenyu Wang2-0/+93
2008-11-11SDVO: fix sdvo tv format and sdtv resolution request/reply definitionZhenyu Wang1-3/+14
2008-11-11SDVO: add HDMI audio encrypt change bit for GetInterruptEventSource commandZhenyu Wang1-1/+2
2008-11-11SDVO: fix wrong order of sdvo version's major/minorZhenyu Wang1-1/+1
2008-11-11Make IS_GM45 into IS_G4X defineZhenyu Wang7-16/+16
2008-11-11Make I830FALLBACK debugging a runtime instead of compile-time option.Jesse Barnes7-68/+34
2008-11-11Add an option to make the overlay be the first XV adaptor.Maxim Levitsky4-2/+24
2008-11-11Don't modify render standby if kernel mode setting is activeJesse Barnes1-1/+2
2008-11-11Quirk: No LVDS on Dell Studio HybridAdam Jackson1-0/+2
2008-11-11Ignore intel_gtt binaryCarl Worth1-0/+1
2008-11-11Default kernel mode setting to off, add configure flag to enableDave Airlie1-7/+14
2008-10-20Bump version to 2.5.0 for releasexf86-video-intel-2.5.0Jesse Barnes1-1/+1
2008-10-20Merge branch 'master' into xf86-video-intel-2.5-branchJesse Barnes10-92/+87
2008-10-19Enable Option "Legacy3D" for 965 as well, and clarify both the docs and code.Eric Anholt2-41/+10
2008-10-19Use pipes, not planes for sarea geometry dataKeith Packard3-27/+27
2008-10-19Reduce incidence of MI_FLUSH usage.Keith Packard5-15/+30
2008-10-19No need to check for drmCommandWriteRead; we link against libdrmKeith Packard1-2/+1
2008-10-19Remove accidental 'return;' left at the top of I830DRIInitBuffersKeith Packard1-1/+0
2008-10-19Check for DRI module before initializing GEM mmKeith Packard1-8/+21
2008-10-18Update version to 2.4.98 for 2.5.0 release candidatexf86-video-intel-2.4.98.0Jesse Barnes1-1/+1
2008-10-17Handle differently tiled front/back/depth/third in DRI window managementKeith Packard3-68/+74
2008-10-17XAA tiling support was mis-computing adjusted pitch (>>4 instead of >>2)Keith Packard1-5/+5
2008-10-16Don't handle irq in GEM modeZhenyu Wang2-3/+7
2008-10-16Make GTT dumper work on other 9XX chipsZhenyu Wang1-5/+25
2008-10-16Fix Mac mini crash in DDC mode probeAdam Jackson1-0/+2
2008-10-15Remove gratuitous flushing in EXA after solid operations.Eric Anholt1-2/+2
2008-10-14Fix broken stolen memory counting on G4X.Eric Anholt1-2/+2
2008-10-14Add a GTT dumper for G4x debugging.Eric Anholt2-1/+110
2008-10-12Typo fixJulien Cristau1-1/+1
2008-10-12Bug #17892: Fix possible crash in CRT probeZhenyu Wang1-6/+16
2008-10-09For non-DRM, add NOOPs after BATCH_BUFFER_START to verify completionKeith Packard1-1/+3
2008-10-09i830 nondrm batch buffer insertion was missing ADVANCE_LP_RING() callKeith Packard1-0/+1
2008-10-09Disable frame buffer compression by default for GM965.Carl Worth1-0/+7
2008-10-09Remove Lenovo T61 TV quirkZhenyu Wang1-2/+0
2008-10-08Put forware VBIOS data parsingZhenyu Wang1-4/+4
2008-10-07Fix driver build against server master.Lukas Hejtmanek1-1/+4
2008-10-06Fix driver build against server 1.4.2.Eric Anholt6-14/+44
2008-10-06Fix bios_reader build against old servers.Eric Anholt3-1/+9
2008-10-06Add support for RepeatPad and RepeatReflect to 915 and 830-class Render accel.Eric Anholt2-9/+36
2008-10-06Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video...Jesse Barnes11-87/+98