NEWS

IGP = Integrated Graphic Processor ? from [[ATI]]

The IGP's Radeon is available for Laptop based on AMD : IGP 320M and Intel : IGP 340M

ToDo

Hardware

  • ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
  • ATI Radeon IGP330/340/350 (A4) 4137,
  • ATI Radeon IGP330M/340M/350M (U2) 4337,
  • ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
  • ATI Radeon 9100 IGP (A5) 5834,
  • ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
  • ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),

Chipset

$ grep IGP  /usr/src/linux/drivers/video/aty/radeon_base.c
      /* Radeon IGP320M (U1) */
      CHIP_DEF(PCI_CHIP_RS100_4336,   RS100,  CHIP_HAS_CRTC2 | CHIP_IS_IGP | CHIP_IS_MOBILITY),
      /* Radeon IGP320 (A3) */
      CHIP_DEF(PCI_CHIP_RS100_4136,   RS100,  CHIP_HAS_CRTC2 | CHIP_IS_IGP),
      /* IGP330M/340M/350M (U2) */
      CHIP_DEF(PCI_CHIP_RS200_4337,   RS200,  CHIP_HAS_CRTC2 | CHIP_IS_IGP | CHIP_IS_MOBILITY),
      /* IGP330/340/350 (A4) */
      CHIP_DEF(PCI_CHIP_RS200_4137,   RS200,  CHIP_HAS_CRTC2 | CHIP_IS_IGP),
      /* Mobility 7000 IGP */
      CHIP_DEF(PCI_CHIP_RS250_4437,   RS200,  CHIP_HAS_CRTC2 | CHIP_IS_IGP | CHIP_IS_MOBILITY),
      /* 7000 IGP (A4+) */
      CHIP_DEF(PCI_CHIP_RS250_4237,   RS200,  CHIP_HAS_CRTC2 | CHIP_IS_IGP),
      /* Mobility 9100 IGP (U3) */
      CHIP_DEF(PCI_CHIP_RS300_5835,   RS300,  CHIP_HAS_CRTC2 | CHIP_IS_IGP | CHIP_IS_MOBILITY),
      CHIP_DEF(PCI_CHIP_RS350_7835,   RS300,  CHIP_HAS_CRTC2 | CHIP_IS_IGP | CHIP_IS_MOBILITY),
      /* 9100 IGP (A5) */
      CHIP_DEF(PCI_CHIP_RS300_5834,   RS300,  CHIP_HAS_CRTC2 | CHIP_IS_IGP),
      CHIP_DEF(PCI_CHIP_RS350_7834,   RS300,  CHIP_HAS_CRTC2 | CHIP_IS_IGP),

Laptop

What Chipset is inside ? maybe ATI_RS100 ( It was said to be based on R7500 )

Performance tips

MISC

MORE

igp.txt · Last modified: 2022/04/16 12:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki