summaryrefslogtreecommitdiff
path: root/src/atioption.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atioption.h')
-rw-r--r--src/atioption.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/atioption.h b/src/atioption.h
index 53e2be43..de406f99 100644
--- a/src/atioption.h
+++ b/src/atioption.h
@@ -19,6 +19,9 @@
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
+ *
+ * DRI support by:
+ * Leif Delgass <ldelgass@retinalburn.net>
*/
#ifndef ___ATIOPTION_H___
@@ -44,6 +47,17 @@ typedef enum
#endif /* AVOID_CPIO */
+#ifdef XF86DRI_DEVEL
+
+ ATI_OPTION_IS_PCI,
+ ATI_OPTION_DMA_MODE,
+ ATI_OPTION_AGP_MODE,
+ ATI_OPTION_AGP_SIZE,
+ ATI_OPTION_LOCAL_TEXTURES,
+ ATI_OPTION_BUFFER_SIZE,
+
+#endif /* XF86DRI_DEVEL */
+
ATI_OPTION_MMIO_CACHE,
ATI_OPTION_TEST_MMIO_CACHE,
ATI_OPTION_PANEL_DISPLAY,