Skip to content
Snippets Groups Projects
  1. Sep 21, 2009
  2. Sep 17, 2009
  3. Sep 08, 2009
  4. Sep 04, 2009
  5. Sep 03, 2009
  6. Sep 01, 2009
    • Chris Wilson's avatar
      Add gem_fence_thrash test · 8f3f862b
      Chris Wilson authored
      This is a test case that overcommits fence registers between threads, which
      are copying from one fenced bo to another. In earlier versions of the driver
      this would cause excessive spinning as the first inactive (i.e. not in use
      by the GPU) would be used to service the next page. After all the fence
      registers had been allocated, in effect only the very first fence would then
      be used for all subsequent faults.
      8f3f862b
  7. Jul 07, 2009
  8. Jul 01, 2009
  9. Jun 24, 2009
  10. Jun 23, 2009
  11. Jun 19, 2009
    • Jesse Barnes's avatar
      Four new tests for error handling · bbafc3d0
      Jesse Barnes authored
      Add four new tests for error the error handling cases:
        - gem_bad_address - store to a bad address, should generate a protection or
          page table error
        - gem_bad_batch - try to execute a bad batch, should generate a protection,
          invalid instruction or page table error
        - gem_bad_blit - blit to an invalid location, should generated a protection
          or page table error
        - gem_hang - hang the GPU on an event that will never happen, test hang
          detection & recovery code
      bbafc3d0
  12. Jun 09, 2009
  13. Jun 04, 2009
  14. May 19, 2009
Loading