1. 16 10月, 2012 1 次提交
  2. 03 10月, 2012 2 次提交
  3. 21 9月, 2012 4 次提交
  4. 20 8月, 2012 1 次提交
  5. 25 7月, 2012 1 次提交
  6. 18 7月, 2012 4 次提交
  7. 17 7月, 2012 4 次提交
  8. 21 6月, 2012 2 次提交
  9. 29 5月, 2012 1 次提交
  10. 23 5月, 2012 1 次提交
  11. 10 5月, 2012 11 次提交
  12. 03 5月, 2012 6 次提交
  13. 21 3月, 2012 1 次提交
    • A
      drm/radeon/kms: add support for the CONST IB to the CS ioctl · dfcf5f36
      Alex Deucher 提交于
      This adds a new chunk id to the CS ioctl to support the
      INDIRECT_BUFFER_CONST packet.
      
      On SI, the CP adds a new engine called the CE (Constant Engine)
      which runs simulatenously with the DE (Drawing Engine, formerly
      called the ME).  This allows the CP to process two related IBs
      simultaneously.  The CE is tasked with loading the constant data
      (constant buffers, resource descriptors, samplers, etc.) while
      the DE loads context register state and issues drawing commands.
      It's up to the userspace application to sychronize the CE and the
      DE using special synchronization packets.
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      dfcf5f36
  14. 29 2月, 2012 1 次提交