grfioctl.h 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /* Architecture specific parts of HP's STI (framebuffer) driver.
  3. * Structures are HP-UX compatible for XFree86 usage.
  4. *
  5. * Linux/PA-RISC Project (http://www.parisc-linux.org/)
  6. * Copyright (C) 2001 Helge Deller (deller a parisc-linux org)
  7. */
  8. #ifndef __ASM_PARISC_GRFIOCTL_H
  9. #define __ASM_PARISC_GRFIOCTL_H
  10. /* upper 32 bits of graphics id (HP/UX identifier) */
  11. #define GRFGATOR 8
  12. #define S9000_ID_S300 9
  13. #define GRFBOBCAT 9
  14. #define GRFCATSEYE 9
  15. #define S9000_ID_98720 10
  16. #define GRFRBOX 10
  17. #define S9000_ID_98550 11
  18. #define GRFFIREEYE 11
  19. #define S9000_ID_A1096A 12
  20. #define GRFHYPERION 12
  21. #define S9000_ID_FRI 13
  22. #define S9000_ID_98730 14
  23. #define GRFDAVINCI 14
  24. #define S9000_ID_98705 0x26C08070 /* Tigershark */
  25. #define S9000_ID_98736 0x26D148AB
  26. #define S9000_ID_A1659A 0x26D1482A /* CRX 8 plane color (=ELK) */
  27. #define S9000_ID_ELK S9000_ID_A1659A
  28. #define S9000_ID_A1439A 0x26D148EE /* CRX24 = CRX+ (24-plane color) */
  29. #define S9000_ID_A1924A 0x26D1488C /* GRX gray-scale */
  30. #define S9000_ID_ELM S9000_ID_A1924A
  31. #define S9000_ID_98765 0x27480DEF
  32. #define S9000_ID_ELK_768 0x27482101
  33. #define S9000_ID_STINGER 0x27A4A402
  34. #define S9000_ID_TIMBER 0x27F12392 /* Bushmaster (710) Graphics */
  35. #define S9000_ID_TOMCAT 0x27FCCB6D /* dual-headed ELK (Dual CRX) */
  36. #define S9000_ID_ARTIST 0x2B4DED6D /* Artist (Gecko/712 & 715) onboard Graphics */
  37. #define S9000_ID_HCRX 0x2BCB015A /* Hyperdrive/Hyperbowl (A4071A) Graphics */
  38. #define CRX24_OVERLAY_PLANES 0x920825AA /* Overlay planes on CRX24 */
  39. #define CRT_ID_ELK_1024 S9000_ID_ELK_768 /* Elk 1024x768 CRX */
  40. #define CRT_ID_ELK_1280 S9000_ID_A1659A /* Elk 1280x1024 CRX */
  41. #define CRT_ID_ELK_1024DB 0x27849CA5 /* Elk 1024x768 double buffer */
  42. #define CRT_ID_ELK_GS S9000_ID_A1924A /* Elk 1280x1024 GreyScale */
  43. #define CRT_ID_CRX24 S9000_ID_A1439A /* Piranha */
  44. #define CRT_ID_VISUALIZE_EG 0x2D08C0A7 /* Graffiti, A4450A (built-in B132+/B160L) */
  45. #define CRT_ID_THUNDER 0x2F23E5FC /* Thunder 1 VISUALIZE 48*/
  46. #define CRT_ID_THUNDER2 0x2F8D570E /* Thunder 2 VISUALIZE 48 XP*/
  47. #define CRT_ID_HCRX S9000_ID_HCRX /* Hyperdrive HCRX */
  48. #define CRT_ID_CRX48Z S9000_ID_STINGER /* Stinger */
  49. #define CRT_ID_DUAL_CRX S9000_ID_TOMCAT /* Tomcat */
  50. #define CRT_ID_PVRX S9000_ID_98705 /* Tigershark */
  51. #define CRT_ID_TIMBER S9000_ID_TIMBER /* Timber (710 builtin) */
  52. #define CRT_ID_TVRX S9000_ID_98765 /* TVRX (gto/falcon) */
  53. #define CRT_ID_ARTIST S9000_ID_ARTIST /* Artist */
  54. #define CRT_ID_SUMMIT 0x2FC1066B /* Summit FX2, FX4, FX6 ... */
  55. #define CRT_ID_LEGO 0x35ACDA30 /* Lego FX5, FX10 ... */
  56. #define CRT_ID_PINNACLE 0x35ACDA16 /* Pinnacle FXe */
  57. #endif /* __ASM_PARISC_GRFIOCTL_H */