Skip to content
Snippets Groups Projects
  1. Feb 05, 2013
  2. Feb 04, 2013
  3. Feb 02, 2013
  4. Jan 25, 2013
  5. Jan 18, 2013
  6. Jan 16, 2013
  7. Jan 14, 2013
  8. Jan 13, 2013
  9. Jan 10, 2013
  10. Jan 07, 2013
    • Ben Skeggs's avatar
      nouveau: disallow pushbuf BOs in multiple memory types · 891517f5
      Ben Skeggs authored
      
      Under certain circumstances it's possible for libdrm to decide to move
      a GART|VRAM pushbuf to be VRAM-only.  This causes the kernel to reject
      the command submission on GF8 and up, due to a stricter policy where
      buffers are only allowed to move to memory types that were specified
      at creation time.
      
      The simplest fix for this is to force the creation-time memory type for
      the lifetime of the push buffer.
      
      Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
      891517f5
  11. Jan 02, 2013
  12. Nov 28, 2012
  13. Nov 21, 2012
  14. Nov 10, 2012
  15. Nov 06, 2012
  16. Nov 05, 2012
  17. Oct 26, 2012
  18. Oct 24, 2012
  19. Oct 16, 2012
  20. Oct 14, 2012
    • Rob Clark's avatar
      initialize width/height fields in drmModeCrtc · e81acf51
      Rob Clark authored
      
      If we have valid timings, we can at least set width/height to
      *something*, which is I think at least less confusing than always
      seeing width/height of zero.  At least modeprint and modetest
      seem to expect width/height to mean something.
      
      Signed-off-by: default avatarRob Clark <rob@ti.com>
      e81acf51
  21. Oct 09, 2012
  22. Oct 08, 2012
  23. Oct 07, 2012
  24. Oct 06, 2012
  25. Oct 03, 2012
  26. Sep 17, 2012
Loading