summaryrefslogtreecommitdiff
path: root/linux-core/drm_fops.c
AgeCommit message (Expand)Author
2003-04-23Install dummy/noop read & poll fops unless the driver has replacements.Keith Whitwell
2003-04-22remove DRM read, poll and write_stringKeith Whitwell
2003-04-17Bring some drm module changes over from the XFree86 trunk:David Dawes
2003-03-25linux merge for drmAlan Hourihane
2002-05-16Allow drm to build under 2.4 and 2.5(.14)Keith Whitwell
2002-01-27First pass merge of XFree86 4.2.0 import.David Dawes
2001-08-19No one's maintaining 2.2.x support - so remove all the cruft.Alan Hourihane
2001-08-07Lots of DRM fixes: added new pieces of template code so the ffb driver canJeff Hartmann
2001-05-01Import of XFree86 4.0.99.3David Dawes
2001-04-09Import -f XFree86 4.0.99.2David Dawes
2001-04-05Merged ati-pcigart-1-0-0Kevin E Martin
2001-02-16- Clean up the way customization of the templates is done.Gareth Hughes
2001-02-15Merge mga-1-0-0-branch into trunk.Gareth Hughes
rge.net/> for more details. You should also select and configure AGP (/dev/agpgart) support. config DRM_TDFX tristate "3dfx Banshee/Voodoo3+" depends on DRM && PCI help Choose this option if you have a 3dfx Banshee or Voodoo3 (or later), graphics card. If M is selected, the module will be called tdfx. config DRM_R128 tristate "ATI Rage 128" depends on DRM && PCI help Choose this option if you have an ATI Rage 128 graphics card. If M is selected, the module will be called r128. AGP support for this card is strongly suggested (unless you have a PCI version). config DRM_RADEON tristate "ATI Radeon" depends on DRM && PCI help Choose this option if you have an ATI Radeon graphics card. There are both PCI and AGP versions. You don't need to choose this to run the Radeon in plain VGA mode. There is a product page at <http://www.ati.com/na/pages/products/pc/radeon32/index.html>. If M is selected, the module will be called radeon. config DRM_I810 tristate "Intel I810" depends on DRM && AGP && AGP_INTEL help Choose this option if you have an Intel I810 graphics card. If M is selected, the module will be called i810. AGP support is required for this driver to work. choice prompt "Intel 830M, 845G, 852GM, 855GM, 865G" depends on DRM && AGP && AGP_INTEL optional config DRM_I915 tristate "i915 driver" help Choose this option if you have a system that has Intel 830M, 845G, 852GM, 855GM, 865G, 915G, 915GM, 945G, 945GM and 965G integrated graphics. If M is selected, the module will be called i915. AGP support is required for this driver to work. endchoice config DRM_MGA tristate "Matrox g200/g400" depends on DRM && (!X86_64 || BROKEN) && (!PPC || BROKEN) help Choose this option if you have a Matrox G200, G400, G450 or G550 graphics card. If M is selected, the module will be called mga. config DRM_SIS tristate "SiS video cards" depends on DRM help Choose this option if you have a SiS 630 or compatible video chipset. If M is selected the module will be called sis. config DRM_VIA tristate "Via unichrome video cards" depends on DRM help Choose this option if you have a Via unichrome or compatible video chipset. If M is selected the module will be called via. config DRM_MACH64 tristate "ATI Rage Pro (Mach64)" depends on DRM && PCI help Choose this option if you have an ATI Rage Pro (mach64 chipset) graphics card. Example cards include: 3D Rage Pro, Xpert 98, 3D Rage LT Pro, 3D Rage XL/XC, and 3D Rage Mobility (P/M, M1). Cards earlier than ATI Rage Pro (e.g. Rage II) are not supported. If M is selected, the module will be called mach64. AGP support for this card is strongly suggested (unless you have a PCI version).