summaryrefslogtreecommitdiff
path: root/src/reg_dumper
AgeCommit message (Collapse)Author
2008-05-12New upstream releaseBrice Goglin
2008-03-31Merge tag 'xf86-video-intel-2.2.99.902' into debian-experimentalBrice Goglin
2008-03-30Add a "total" field to intel_idle output (set when any unit is busy).Eric Anholt
(cherry picked from commit d50264fc7c4e0f80d9cc68dfdf322f68520a0f1e)
2008-03-21New upstream release candidateBrice Goglin
2008-03-21Merge tag 'xf86-video-intel-2.2.99.901' into debian-experimentalBrice Goglin
Conflicts: configure.ac src/common.h src/i830.h src/i830_debug.c src/i830_quirks.c src/i830_video.c
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
Several uses are actually left, which are determined by the X Server interfaces we're implementing.
2008-02-08Add a little program to output the stepping information for several chipsets.Eric Anholt
2008-02-05* New upstream stable branch release candidate. Fixes the following bugs:David Nusinow
+ server leaves pipe disabled at shutdown / vt switch ; closes: #453374 + [855GM] need to use BIOS for mode information ; closes: #437066 + Intel 2.2 crashes if playing a video then switching to another desktop; closes: #452372 + [G33] 2.2.0 locks up X with error "First SDVO output reported failure to sync" ; closes: #451917
2008-01-30Add detail on different units to intel_idle.Eric Anholt
2008-01-30Add intel_idle to measure GPU load ratio.Keith Packard
Samples GPU idle register to detect when the GPU is busy; prints out the number of busy samples per 100 total samples once per second.
2007-11-10Merge tag 'xf86-video-intel-2.1.99' into debian-experimentalJulien Cristau
Conflicts: configure.ac src/i830.h src/i830_display.c src/i830_lvds.c src/i830_memory.c src/i830_quirks.c src/i830_tv.c
2007-09-06Switch to pci_device_map_range/pci_device_unmap_range APIs.Keith Packard
With the libpciaccess change that added these new APIs, use them for all mapping.
2007-08-18Generate PCI ID's without the leading 0x. Autoreconf to deal with it.David Nusinow
2007-08-18Add previous patch to the series (wtf quilt?) and autoreconfDavid Nusinow
2007-08-14New upstream releaseJulien Cristau
autoreconf and update changelogs.
2007-03-27Merge tag 'xf86-video-intel-1.9.93' into debian-experimentalJulien Cristau
2007-03-16Move vendor ID check in the utils to after pci_device_probe.Eric Anholt
Even current libpciaccess seems to require this.
2007-03-16Fix compile failure due to needed types being in inttypes.h on Linux.Eric Anholt
2007-03-13autoreconf and git-add Makefile.in files in ./src subdirectoriesDrew Parsons
2007-03-01Actually add the files for reg_dumper.Eric Anholt