Commit Graph

20 Commits

Author SHA1 Message Date
Jesse Barnes f26bcb9cb8 Merge branch 'master' into modesetting-gem
Conflicts:

	src/i830_driver.c
2008-08-19 15:53:18 -07:00
Jesse Barnes b1aef6f63c Initial port of kernel modesetting from old intel-kernelmode branch
Thanks airlied!
2008-08-08 11:54:18 -07:00
Eric Anholt 91e7b93c12 intel_idle: Instead if #if 0, add an ignore flag for unreliable INSTDONE bits.
This lets us produce a decent total value, and still show the unreliable bits
in case they aren't on your platform.
2008-08-07 11:07:12 -07:00
Carl Worth f4ab1f6ad4 Add intel_statuspage to .gitignore 2008-07-18 14:31:45 -07:00
Carl Worth a6ad50402c Merge branch 'master' into drm-gem
Conflicts:

	configure.ac
	src/reg_dumper/Makefile.am
2008-07-17 00:38:54 -07:00
Keith Packard 2f8a0aa8cd Remove some unreliable regs for i915 2008-06-20 00:24:02 -07:00
Eric Anholt 52a414d115 Remove VGA regs from debug output. 2008-06-19 15:01:34 -07:00
Eric Anholt b60bbbfd7b Add little hotplug detector app. 2008-06-19 15:01:34 -07:00
Eric Anholt cc98d41df6 Add a little program to dump out the first 64 dwords of the status page. 2008-06-09 12:01:51 -07:00
Eric Anholt fe455a38cb Formatting fixes for intel_idle. 2008-05-13 11:56:10 -07:00
Eric Anholt 5c1720ecbc Add i915 support to intel_idle. 2008-05-13 11:50:24 -07:00
Eric Anholt d50264fc7c Add a "total" field to intel_idle output (set when any unit is busy). 2008-03-28 15:15:54 -07:00
Eric Anholt 9a62d3b598 Remove i830+ driver's use of CARD*/INT* types for great justice.
Several uses are actually left, which are determined by the X Server
interfaces we're implementing.
2008-03-11 12:07:52 -07:00
Eric Anholt 8c8ca16120 Add a little program to output the stepping information for several chipsets. 2008-02-08 11:54:49 -08:00
Eric Anholt b1e1c7cd99 Add detail on different units to intel_idle. 2008-01-30 23:09:50 -08:00
Keith Packard b9c3fa79d9 Add intel_idle to measure GPU load ratio.
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.
2008-01-30 01:02:16 +11:00
Keith Packard 286f5df0b6 Switch to pci_device_map_range/pci_device_unmap_range APIs.
With the libpciaccess change that added these new APIs, use them
for all mapping.
2007-09-06 14:38:37 -07:00
Eric Anholt 9d6d9ace4b Move vendor ID check in the utils to after pci_device_probe.
Even current libpciaccess seems to require this.
2007-03-16 19:41:54 -07:00
Eric Anholt 29446cdb4f Fix compile failure due to needed types being in inttypes.h on Linux. 2007-03-16 19:18:37 -07:00
Eric Anholt d5df52be59 Actually add the files for reg_dumper. 2007-03-01 08:35:13 -08:00