summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...glucoseAlan Hourihane5-12/+98
2007-10-24Adapt to DRM Lockfree and setStatus changes.Thomas Hellstrom2-7/+35
2007-10-24Fix typo in my hand-application of rglowery's patch.Eric Anholt1-1/+1
2007-10-24Fix a crash in TV mode handling by initializing the prev field of modes.Rob1-0/+3
2007-10-22intel_reg_dumper - dump VGA AR registers tooJesse Barnes1-0/+29
2007-10-19In the clock graph, draw the VCO as erasures in the lines representing clocks.Eric Anholt1-5/+31
2007-10-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Alan Hourihane6-1/+197
2007-10-18Warn in the log if we choose a PLL clock that's way out of line.Eric Anholt1-0/+8
2007-10-18Add some nickle scripts for looking at PLL issues.Eric Anholt4-0/+188
2007-10-17Bump pciaccess version requirement for new API usage.Eric Anholt1-1/+1
2007-10-17Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Alan Hourihane5-19/+43
2007-10-17intel: make block handler hook happen no matter what video is in useDave Airlie3-14/+34
2007-10-17AOpen 965GM mini pc has no LVDSRob1-1/+2
2007-10-16toshiba satellite u300 has no tv outKyle McMartin1-0/+3
2007-10-16Adapt to libdrm buffer object API changes.Michel Dänzer1-4/+4
2007-10-15Fix build problem from merge.Alan Hourihane1-1/+1
2007-10-15Merge git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel into glu...Alan Hourihane21-650/+784
2007-10-15In update_front_offset(), set pScrn->fbOffset even at EnterVT during init.Eric Anholt1-10/+10
2007-10-13Fix palette save/restoreJesse Barnes1-16/+51
2007-10-12Fix failure in tiling setup on non-power-of-two allocations on pre-965.Eric Anholt2-1/+8
2007-10-12Use mprotect on unbound AGP memory to attempt to catch use while unbound.Eric Anholt2-0/+28
2007-10-11Don't double-free the memory manager allocation.Eric Anholt1-1/+11
2007-10-11Update memory manager sizing for the current set of LIFETIME_FIXED bufffers.Eric Anholt1-1/+12
2007-10-11Move tiling fence register setup to bind time instead of allocate time.Eric Anholt3-271/+200
2007-10-11Allow front/back/depth to move over the lifetime of the server.Eric Anholt2-21/+6
2007-10-11Delay SAREA and mapping setup until EnterVT when using the memory manager.Eric Anholt2-12/+18
2007-10-11Rework DRI buffer mappings and sarea setup to allow for moving buffers.Eric Anholt4-182/+191
2007-10-11Move drmMMLock to after we have unbound our (pinned) buffers.Eric Anholt1-6/+13
2007-10-11Refuse to allocate LIFETIME_FIXED objects in buffer objects.Eric Anholt1-1/+3
2007-10-11In i830_allocate_memory_bo, bind if we control the VT, not on lifetime-fixed.Eric Anholt1-2/+5
2007-10-11Fix potential use-after-free in XV overlay code on video stop.Eric Anholt1-0/+1
2007-10-11Revert "Fix G33 GTT stolen mem range"Zhenyu Wang1-3/+0
2007-10-10EXA: fix tiled dest rendering on i8XX chipsZhenyu Wang1-1/+2
2007-10-08Include xf86mm.h if using XF86DRI_MMKeith Packard1-0/+3
2007-10-08Quirk for Samsung Q35 which has no TV output.Keith Packard1-0/+2
2007-10-05Replace setting of LIFETIME_FIXED on cursors with just updating the offsets.Eric Anholt3-45/+61
2007-10-05Don't set overlay registers LIFETIME_FIXED. It always uses the current offset.Eric Anholt1-7/+3
2007-10-05Revert setting of exa_965_state as LIFETIME_FIXED.Eric Anholt1-1/+1
2007-10-05Don't leak buffer object allocations in i830_reset_allocations().Eric Anholt1-0/+8
2007-10-05Warning cleanup.Eric Anholt1-1/+0
2007-10-05Fix formatting of error message.Eric Anholt1-1/+1
2007-10-01Bring the CH7017 driver closer to spec.Eric Anholt2-22/+43
2007-10-01Fix probing of the sample CH7017 device I found by allowing GPIO overrides.Eric Anholt2-2/+9
2007-10-01Restore building of pciaccess-based tools even if the server doesn't use it.Eric Anholt3-3/+9
2007-10-01Remove more DVO probing noise.Eric Anholt3-9/+5
2007-10-01Suppress I2C failure error messages during DVO device detection.Eric Anholt6-27/+59
2007-10-01Enable CH7017/7018 DVO driver by default.Eric Anholt1-6/+8
2007-10-01Disable TV/VGA output on the CH7017/7018 devices.Eric Anholt1-1/+12
2007-09-29Ignore detection of TV output on Panasonic CF-Y7Regis Prevot1-0/+2
2007-09-28Go back to using old drm_i915_flip_t field nameJesse Barnes1-4/+4