freebsd-skq/sys/dev/agp
tijl 3add3ea367 MFC r273856,273863,273963-273965
- Add two new functions to the AGP driver KPI to bind/unbind arbitrary sets
  of pages into the GTT.
- Avoid possible overflow in agp_generic_alloc_memory.
- In agp(4) avoid the need to flush all cpu caches with wbinvd between
  updating the GTT and flushing the AGP TLB by storing the GTT in
  write-combining memory.
- In agp_amd_bind_page don't flush the AGP TLB.  It's done by the calling
  function.
- agp_generic_unbind_memory: flush AGP TLB before unwiring pages
  agp_bind_pages: assert that pages have been wired down
2014-12-02 13:46:13 +00:00
..
agp_ali.c
agp_amd64.c MFC r273856,273863,273963-273965 2014-12-02 13:46:13 +00:00
agp_amd.c MFC r273856,273863,273963-273965 2014-12-02 13:46:13 +00:00
agp_apple.c MFC r273856,273863,273963-273965 2014-12-02 13:46:13 +00:00
agp_ati.c MFC r273856,273863,273963-273965 2014-12-02 13:46:13 +00:00
agp_i810.c MFC r273856,273863,273963-273965 2014-12-02 13:46:13 +00:00
agp_i810.h
agp_if.m
agp_intel.c
agp_nvidia.c
agp_sis.c
agp_via.c
agp.c MFC r273856,273863,273963-273965 2014-12-02 13:46:13 +00:00
agppriv.h MFC r273856,273863,273963-273965 2014-12-02 13:46:13 +00:00
agpreg.h
agpvar.h MFC r273856,273863,273963-273965 2014-12-02 13:46:13 +00:00