Skip to content
Snippets Groups Projects
  1. May 15, 2013
  2. May 13, 2013
  3. May 09, 2013
  4. May 02, 2013
  5. Apr 27, 2013
  6. Apr 25, 2013
    • Rob Clark's avatar
      freedreno: add synchronization between mesa and ddx · b3a3a778
      Rob Clark authored
      
      Super-cheezy way to synchronization between mesa and ddx..  the
      SET_ACTIVE ioctl gives us a way to stash a 32b # w/ a GEM bo, and
      GET_BUFINFO gives us a way to retrieve it.  We use this to stash
      the timestamp of the last ISSUEIBCMDS on the buffer.
      
      To avoid an obscene amount of syscalls, we:
       1) Only set the timestamp for buffers w/ an flink name, ie.
          only buffers shared across processes.  This is enough to
          catch the DRI2 buffers.
       2) Only set the timestamp for buffers submitted to the 3d ring
          and only check the timestamps on buffers submitted to the
          2d ring.  This should be enough to handle synchronizing of
          presentation blit.  We could do synchronization in the other
          direction too, but that would be problematic if we are using
          the 3d ring from DDX, since client side wouldn't know this.
      
      The waiting on timestamp happens before flush, and setting of
      timestamp happens after flush.  It is transparent to the user
      of libdrm_freedreno as all the tracking of buffers happens via
      _emit_reloc()..
      
      Signed-off-by: default avatarRob Clark <robclark@freedesktop.org>
      b3a3a778
    • Alex Deucher's avatar
      radeon: add new richland pci ids · ec3c257e
      Alex Deucher authored
      
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      ec3c257e
    • Alex Deucher's avatar
      radeon: add new SI pci ids · 439d7d74
      Alex Deucher authored
      
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      439d7d74
  7. Apr 22, 2013
  8. Apr 18, 2013
  9. Apr 13, 2013
  10. Apr 12, 2013
  11. Apr 04, 2013
  12. Mar 28, 2013
  13. Mar 27, 2013
  14. Mar 26, 2013
Loading