AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-04 06:39:36 to 2018-12-07 09:55:58 UTC [more...]

[PATCH 01/11] dma-buf: make fence sequence numbers 64 bit v2
 2018-12-07  9:55 UTC  (8+ messages)
` [PATCH 02/11] dma-buf: add new dma_fence_chain container v4
` [PATCH 03/11] drm/syncobj: remove drm_syncobj_cb and cleanup
` [PATCH 05/11] drm/syncobj: add support for timeline point wait v8
  ` [PATCH 04/11] drm/syncobj: add new drm_syncobj_add_point interface v2
  ` [PATCH 06/11] drm/syncobj: add timeline payload query ioctl v4
  ` [PATCH 07/11] drm/syncobj: use the timeline point in drm_syncobj_find_fence v3
` [PATCH 08/11] drm/amdgpu: add timeline support in amdgpu CS v2

[PATCH 1/2] drm/amdgpu: update SMC firmware image for polaris10 variants
 2018-12-07  8:39 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amdgpu: update MC "

[PATCH 1/2] drm/sched: Refactor ring mirror list handling
 2018-12-07  8:19 UTC  (7+ messages)
` [PATCH 2/2] drm/sched: Rework HW fence processing

[PATCH] drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lock
 2018-12-07  7:58 UTC  (2+ messages)

[PATCH v2] drm/amdgpu/powerplay: Apply avfs cks-off voltages on VI
 2018-12-07  6:13 UTC 

[PATCH] drm/amdgpu: kfd_pre_reset outside req_full_gpu cause sriov hang
 2018-12-07  6:09 UTC 

[PATCH 04/16] drm/amd/display: Add tracing to dc
 2018-12-07  5:40 UTC  (3+ messages)
` [PATCH 04/16 v2] "

[PATCH] drm/amdgpu: bypass RLC init under sriov for Tonga
 2018-12-07  2:11 UTC 

[PATCH 1/3] drm/amdgpu/powerplay: Add special avfs cases for some polaris asics
 2018-12-07  1:18 UTC  (6+ messages)
  ` [PATCH 2/3] drm/amdgpu/powerplay: update smu7_ppsmc.h
  ` [PATCH 3/3] drm/amdgpu/powerplay: check MC firmware for FFC support

[PATCH 1/9] drm/amdgpu: Limit vm max ctx number to 4096
 2018-12-06 22:32 UTC  (10+ messages)
  ` [PATCH 2/9] drm/amdgpu: Refine function amdgpu_csa_vaddr
  ` [PATCH 3/9] drm/amdgpu: Use dynamical reserved vm size
  ` [PATCH 4/9] drm/amdgpu: Add a bitmask in amdgpu_ctx_mgr
  ` [PATCH 5/9] drm/amdgpu: Delay map sriov csa addr to ctx init
  ` [PATCH 6/9] drm/amdgpu: Create csa per ctx
  ` [PATCH 7/9] drm/amdgpu: Add csa mc address into job structure
  ` [PATCH 8/9] drm/amdgpu: Add a argument in emit_cntxcntl interface
  ` [PATCH 9/9] drm/amdgpu: Remove sriov check when insert ce/de meta_data

[PATCH v2 1/2] drm/sched: Refactor ring mirror list handling
 2018-12-06 21:26 UTC  (2+ messages)
` [PATCH v2 2/2] drm/sched: Rework HW fence processing

[PATCH 1/3] drm/amdgpu: use HMM mirror callback to replace mmu notifier v6
 2018-12-06 21:02 UTC  (3+ messages)
  ` [PATCH 2/3] drm/amdkfd: avoid HMM change cause circular lock dependency
  ` [PATCH 3/3] drm/amdgpu: replace get_user_pages with HMM address mirror helpers v3

[PATCH 1/2] drm/amdgpu: use HMM mirror callback to replace mmu notifier v5
 2018-12-06 21:01 UTC  (6+ messages)
` [PATCH 2/2] drm/amdgpu: replace get_user_pages with HMM address mirror helpers v2

[PATCH] drm/amd/display: Add fast path for cursor plane updates
 2018-12-06 16:12 UTC  (9+ messages)

[PATCH] drm/amd/powerplay: rv dal-pplib interface refactor powerplay part
 2018-12-06 16:11 UTC  (5+ messages)

KASAN: use-after-free in drm_sched_entity_pop_job with amdgpu
 2018-12-06 15:35 UTC 

[PATCH 2/9] drm/amdgpu: Refine function amdgpu_csa_vaddr
 2018-12-06 14:56 UTC  (19+ messages)
  ` [PATCH 3/9] drm/amdgpu: Use dynamical reserved vm size
  ` [PATCH 4/9] drm/amdgpu: Add a bitmask in amdgpu_ctx_mgr
  ` [PATCH 5/9] drm/amdgpu: Delay map sriov csa addr to ctx init
  ` [PATCH 6/9] drm/amdgpu: Create csa per ctx
  ` [PATCH 7/9] drm/amdgpu: Add csa mc address into job structure
  ` [PATCH 8/9] drm/amdgpu: Add a argument in emit_cntxcntl interface
  ` [PATCH 9/9] drm/amdgpu: Remove sriov check when insert ce/de meta_data

[PATCH] drm/amdgpu/powerplay: Apply avfs cks-off voltages on Polaris30
 2018-12-06 14:00 UTC  (2+ messages)

[PATCH 1/9] drm/amdgpu: Limit vm max ctx number to 4096
 2018-12-06 12:25 UTC  (2+ messages)

[PATCH 2/9] drm/amdgpu: Refine function amdgpu_csa_vaddr
 2018-12-06 12:22 UTC 

[PATCH 2/9] drm/amdgpu: Refine function amdgpu_csa_vaddr
 2018-12-06 12:15 UTC 

[PATCH 1/9] dma-buf: make fence sequence numbers 64 bit v2
 2018-12-06  9:37 UTC  (9+ messages)
` [PATCH 4/9] drm/syncobj: add new drm_syncobj_add_point interface v2
  ` [PATCH 2/9] dma-buf: add new dma_fence_chain container v4
  ` [PATCH 3/9] drm/syncobj: remove drm_syncobj_cb and cleanup
  ` [PATCH 5/9] drm/syncobj: add support for timeline point wait v8
  ` [PATCH 6/9] drm/syncobj: add timeline payload query ioctl v4
  ` [PATCH 7/9] drm/syncobj: use the timeline point in drm_syncobj_find_fence v3
` [PATCH 8/9] drm/amdgpu: add timeline support in amdgpu CS v2
` [PATCH 9/9] drm/amdgpu: update version for timeline syncobj support in amdgpu

[PATCH] drm/amdgpu: Skip ring soft recovery when fence was NULL
 2018-12-06  9:31 UTC  (2+ messages)

[PATCH 01/10] drm/amdgpu: send IVs to the KFD only after processing them v3
 2018-12-06  8:22 UTC  (15+ messages)
  ` [PATCH 02/10] drm/amdgpu: remove VM fault_credit handling
  ` [PATCH 03/10] drm/amdgpu: move IV prescreening into the GMC code
  ` [PATCH 04/10] drm/amdgpu: add IH ring to ih_get_wptr/ih_set_rptr v2
  ` [PATCH 05/10] drm/amdgpu: simplify IH programming
  ` [PATCH 06/10] drm/amdgpu: enable IH ring 1 and ring 2 v3
  ` [PATCH 07/10] drm/amdgpu: add the IH to the IV trace
  ` [PATCH 08/10] drm/amdgpu: add support for processing IH ring 1 & 2
  ` [PATCH 09/10] drm/amdgpu: add support for self irq on Vega10
  ` [PATCH 10/10] drm/amdgpu: disable IH ring 1 & 2 WPTR overflow "

[PATCH] drm/amdgpu: both support PCO FP5/AM4 rlc fw
 2018-12-06  2:45 UTC  (3+ messages)

[PATCH] drm/amdgpu/acpi: NULL check before some freeing functions is not needed
 2018-12-05 22:20 UTC  (3+ messages)

[pull] amdgpu, ttm drm-fixes-4.20
 2018-12-05 19:29 UTC 

[PATCH v2] drm/amd/display: Add below the range support for FreeSync
 2018-12-05 17:08 UTC 

linux-next: Tree for Dec 5 (gpu/drm/amd/display)
 2018-12-05 16:50 UTC 

[PATCH 3/3] drm/amdgpu/psp: Destroy psp ring when doing gpu reset
 2018-12-05 16:08 UTC  (2+ messages)

[PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions
 2018-12-05 15:06 UTC  (18+ messages)

[PATCH] drm/amd/display: Add below the range support for FreeSync
 2018-12-05 15:04 UTC  (3+ messages)

[PATCH] drm/amd/include: Add mmhub 9.4 reg offsets and shift-mask
 2018-12-05 14:50 UTC 

[PATCH RFC 0/5] DRM cgroup controller
 2018-12-05 14:20 UTC  (11+ messages)
` [PATCH RFC 2/5] cgroup: Add mechanism to register vendor specific DRM devices
          ` [Intel-gfx] "

[PATCH 1/9] dma-buf: make fence sequence numbers 64 bit v2
 2018-12-05 13:09 UTC  (10+ messages)
  ` [PATCH 2/9] dma-buf: add new dma_fence_chain container v3
  ` [PATCH 3/9] drm/syncobj: remove drm_syncobj_cb and cleanup
  ` [PATCH 4/9] drm/syncobj: add new drm_syncobj_add_point interface v2
  ` [PATCH 5/9] drm/syncobj: add support for timeline point wait v8
  ` [PATCH 7/9] drm/syncobj: use the timeline point in drm_syncobj_find_fence v3
  ` [PATCH 8/9] drm/amdgpu: add timeline support in amdgpu CS v2
  ` [PATCH 9/9] drm/amdgpu: update version for timeline syncobj support in amdgpu
` [PATCH 6/9] drm/syncobj: add timeline payload query ioctl v4

regression in ttm
 2018-12-05 11:56 UTC  (7+ messages)

[PATCH] drm/amdgpu: Skip ring soft recovery when fence parent was NULL
 2018-12-05 11:26 UTC  (2+ messages)

[PATCH 01/10] dma-buf: make fence sequence numbers 64 bit v2
 2018-12-05 10:00 UTC  (19+ messages)
` [PATCH 06/10] drm/syncobj: add support for timeline point wait v7
  ` [PATCH 02/10] dma-buf: add new dma_fence_chain container v3
  ` [PATCH 03/10] drm: revert "expand replace_fence to support timeline point v2"
  ` [PATCH 04/10] drm/syncobj: remove drm_syncobj_cb and cleanup
  ` [PATCH 05/10] drm/syncobj: add new drm_syncobj_add_point interface v2
  ` [PATCH 07/10] drm/syncobj: add timeline payload query ioctl v4
  ` [PATCH 08/10] drm/syncobj: use the timeline point in drm_syncobj_find_fence v3
  ` [PATCH 10/10] drm/amdgpu: update version for timeline syncobj support in amdgpu
` [PATCH 09/10] drm/amdgpu: add timeline support in amdgpu CS v2

[PATCH AUTOSEL 4.14 53/69] drm/amdgpu: Add delay after enable RLC ucode
 2018-12-05  9:42 UTC 

[PATCH AUTOSEL 4.19 099/123] drm/amdgpu: Add delay after enable RLC ucode
 2018-12-05  9:35 UTC 

[PATCH] drm/amdgpu: both support PCO real/fake rlc fw
 2018-12-05  6:49 UTC  (2+ messages)

[PATCH 2/3] drm/amdgpu/psp: Add support VMR ring for VF
 2018-12-05  6:46 UTC 

[PATCH 1/3] drm/amdgpu/psp: Get psp fw version through reading register
 2018-12-05  6:45 UTC 

After Vega 56/64 GPU hang I unable reboot system
 2018-12-04 22:18 UTC 

[PATCH] drm/amdgpu/si: fix SI after doorbell rework
 2018-12-04 19:26 UTC  (4+ messages)

[PATCH 1/2] drm/amdgpu/powerplay: fix mclk switch limit on polaris
 2018-12-04 18:58 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu/powerplay: fix clock stretcher limits "

[PATCH] drm/amdgpu/vcn:Fixed S3 hung issue
 2018-12-04 16:56 UTC  (2+ messages)

[PATCH 0/4] KFD upstreaming Nov 2018, part 2
 2018-12-04 15:13 UTC  (3+ messages)

[PATCH v3 0/3] drm/connector: Provide generic support for underscan
 2018-12-04 10:42 UTC  (6+ messages)
` [PATCH v3 1/3] drm/connector: Add generic underscan properties

答复: [PATCH] drm/amd/powerplay: improve OD code robustness
 2018-12-04  9:34 UTC  (3+ messages)
      `  "

[PATCH -next] drm/amdgpu: Fix return value check in amdgpu_allocate_static_csa()
 2018-12-04  7:39 UTC  (3+ messages)

[PATCH] drm/sched: Fix a use-after-free when tracing the scheduler
 2018-12-04  7:25 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox