summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Fix GPIO pin usage for DDC on second HDMI port.lipeng1-1/+1
2008-07-21Fix DSPARB setting on 845/865, which have only the AEND field and 96 entries.Eric Anholt1-1/+10
2008-07-21Link the driver with -lpciaccess and -ldrm if neededJulien Cristau1-0/+6
2008-07-21Fix gen4asm rule to work with a build dirJulien Cristau1-1/+1
2008-07-21Use up to 256 separate vertex buffersCarl Worth1-2/+3
2008-07-21Allow for multiple vertex buffers (though only use one for now)Carl Worth1-7/+15
2008-07-21Move VERTEX_BUFFERS setup from prepare_composite to compositeCarl Worth1-24/+28
2008-07-21Add VBIOS based TV connector detectionJesse Barnes1-0/+4
2008-07-21Improve VBIOS feature detection, add SSC supportJesse Barnes5-5/+203
2008-07-21Improve FBC size checkingJesse Barnes1-0/+14
2008-07-21Add pipea force enable quirk for another 855GM machine.Stefan Dirsch1-0/+2
2008-07-21Fix official name for GM45 chipsetZhenyu Wang9-37/+39
2008-07-21Give asus and eeepc backlight method higher priorityZhenyu Wang1-0/+2
2008-07-21intel: fix drm check.Dave Airlie1-1/+1
2008-07-21i810: Remove an effectively unused variable (only used in an incorrect free())Roland Test-tools Bär1-2/+0
2008-07-21Fix SDVOC typoZhenyu Wang1-1/+1
2008-07-21xvmc: fix motion_type dump for frame/field pictureZhenyu Wang1-12/+19
2008-07-21xvmc: Don't copy on xvmc surface in PutImageZhenyu Wang8-37/+59
2008-07-21xvmc: enlarge batch buffer sizeZhenyu Wang1-1/+2
2008-07-21xvmc: only allocate memory requiring physical address on 915GZhenyu Wang2-29/+31
2008-07-21xvmc: init mc render load indirect command onceZhenyu Wang1-19/+28
2008-07-21xvmc: init dest and reference buffer onceZhenyu Wang2-253/+259
2008-07-21xvmc: init one-time mc context onceZhenyu Wang3-400/+423
2008-07-21xvmc: environ debug option supportZhenyu Wang2-1/+11
2008-07-21xvmc: formalize surface type definitionZhenyu Wang3-5/+11
2008-07-21Add pipea force enable quirk for HP Pavilion ze4944eaJesse Barnes1-0/+2
2008-07-21Add pipe a force enable quirk for Lenovo T60Jesse Barnes1-0/+3
2008-06-26Fix SDVO HDMI output.Hong Liu2-8/+261
2008-06-26Remove ErrorF debugging from modeset ioctlJesse Barnes1-2/+0
2008-06-26Add support for keeping vblank counters sane across mode settingJesse Barnes1-0/+36
2008-06-26Fix a crash in i830_sdvo_init error paths by setting up dev_priv earlier.Eric Anholt1-2/+3
2008-06-26Automatically detect the presence of HDMI.Eric Anholt4-17/+25
2008-06-26Fix hdmi POSTING_READ to use the register number instead of the register value.Eric Anholt1-1/+1
2008-06-26Get HDMI output working.Eric Anholt1-15/+3
2008-06-26Set the sync active bits like we're supposed to, matching the BIOS.Eric Anholt2-2/+5
2008-06-26Add pixel multiplier support for HDMIEric Anholt1-0/+15
2008-06-26The phase shift its are now reserved, and add HDMI clock limits.Eric Anholt2-1/+7
2008-06-26Initial HDMI work. Not currently hooked up at startup.Eric Anholt6-0/+243
2008-06-26Add DisplayPort registers.Eric Anholt2-0/+49
2008-06-17Add support for Intel 4 series chipsets.Zhenyu Wang8-11/+82
2008-06-17Fix compiling with server master in LVDS backlight patchZhenyu Wang1-0/+2
2008-06-16Fix compiler warning when disable xvmc configZhenyu Wang1-0/+2
2008-06-16Fix typo in xvmc block destroyShuang He1-1/+1
2008-06-16Fix maximum backlight issueLukas Hejtmanek1-5/+23
2008-06-10Set up/restore PWRCTXA from enter/leavevt not server start/exit.Eric Anholt2-6/+11
2008-06-10Two more Dell quirksBryce Harrington1-0/+4
2008-06-09Fix TV programming: add vblank wait after TV_CTL writesJesse Barnes1-0/+3
2008-06-05Fix TV out connection type detectionRobert Lowery1-0/+1
2008-06-06Fix compile error in LeaveVTTomas Carnecky1-0/+1
2008-06-05Move debug clock printout from ErrorF to X_INFO.Eric Anholt1-8/+10