Skip to content
Snippets Groups Projects
  1. Mar 12, 2015
  2. Mar 11, 2015
  3. Mar 06, 2015
  4. Mar 05, 2015
  5. Mar 04, 2015
    • Tim Gore's avatar
      tests/gem_render_tiled_blits: split into subtests · ee5c119c
      Tim Gore authored and Simona Vetter's avatar Simona Vetter committed
      
      The gem_render_tiled_blits test tends to get oom killed
      on low memory (< 4GB) Android systems. This is because the
      test tries to allocate (sysinfo.totalram * 9 / 10) in
      buffer objects and the remaining 10% of memory is not
      always enough for the Android system.
      A similar issue with gem_render_linear_blits was resolved
      by creating several subtests. A "basic" subtest that uses
      minimal memory buffers to test the basic operation, and
      two stress tests which are skipped if there is insufficient
      memory. The first stress test uses more memory than the
      graphics apperture and the second uses enough to ensure
      that swap space is used (if present).
      This patch makes the same changes to gem_render_tiled_blits.
      
      v2: Following comments from Daniel Vetter:
        a) Use igt_main macro instead of "open coding", and
        b) cull some leading spaces
      
      Signed-off-by: default avatarTim Gore <tim.gore@intel.com>
      ee5c119c
    • Tim Gore's avatar
      tests/gem_render_linear_blits: split into two subtests · 9f90aabc
      Tim Gore authored and Simona Vetter's avatar Simona Vetter committed
      
      The gem_render_linear_blits test tends to get oom killed
      on low memory (< 4GB) Android systems. This is because the
      test tries to allocate (sysinfo.totalram * 9 / 10) in
      buffer objects and the remaining 10% of memory is not
      always enough for the Android system.
      After a discussion with Chris Wilson I have split this
      test into a "basic" and an "apperture-thrash" subtest,
      in the same way as gem_linear_blits. The basic test
      uses just two buffer objects and the apperture-thrash
      test is skipped if there is insuffiecient memory.
      
      v2: Following comment from Chris Wilson:
          a) Remove the command line option for count.
          b) Add a third subtest to ensure swap is tested
      
      v3: Replace some leading spaces with tabs
      
      v4: Follwing comment from Daniel Vetter:
          a) Use igt_main macro instead of "open coding", and
          b) cull some more leading spaces
      
      Signed-off-by: default avatarTim Gore <tim.gore@intel.com>
      9f90aabc
    • Mika Kuoppala's avatar
      tools/intel_gtt: Add support for gen8 · 043f5869
      Mika Kuoppala authored
      
      Add 64bit ptes and 8MB mmiobar offset for gen8
      
      Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
      Cc: Ben Widawsky <benjamin.widawsky@intel.com>
      Acked-by: default avatarBen Widawsky <benjamin.widawsky@intel.com>
      Signed-off-by: default avatarMika Kuoppala <mika.kuoppala@intel.com>
      043f5869
  6. Mar 02, 2015
  7. Feb 27, 2015
  8. Feb 26, 2015
  9. Feb 25, 2015
Loading