diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-11-20 22:08:49 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-01-21 19:42:17 +0200 |
commit | 2d64927ba54b39be30334407ecbec8b6d1ac1822 (patch) | |
tree | e309e2d3be52efdcdfbcf86f4166a38ef64c9afd /src/atioption.h | |
parent | 0a65e93d1a9c1ee5004bc98e8aa0c1e4cdc29293 (diff) |
Drop support for non-programmable clocks.
From README.ati:
Clocks for supported programmable clock generators:
The driver currently supports all programmable clock generators known
to exist on Mach64 adapters.
Clocks for unsupported programmable clock generators:
This case is unlikely to occur, but is documented for the sake of
completeness.
Thus:
- check for (pATI->ProgrammableClock > ATI_CLOCK_FIXED) &&
(pATI->ProgrammableClock < ATI_CLOCK_MAX)
- drop "probe_clocks" option
- pATIHW->ClockUnmap is no longer used
- pATIHW->ClockMap is only used with NewHW.crtc which is always ATI_CRTC_MACH64
and has the identity map, so drop it
- (pATI->ProgrammableClock != ATI_CLOCK_INTERNAL) => (pATI->depth <= 8)
Diffstat (limited to 'src/atioption.h')
-rw-r--r-- | src/atioption.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/atioption.h b/src/atioption.h index 4bdfb04a..569debd6 100644 --- a/src/atioption.h +++ b/src/atioption.h @@ -59,7 +59,6 @@ typedef enum ATI_OPTION_MMIO_CACHE, ATI_OPTION_TEST_MMIO_CACHE, ATI_OPTION_PANEL_DISPLAY, - ATI_OPTION_PROBE_CLOCKS, ATI_OPTION_REFERENCE_CLOCK, ATI_OPTION_SHADOW_FB, ATI_OPTION_SWCURSOR, |