amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-05 08:15:04 to 2019-08-07 13:07:59 UTC [more...]

[PATCH] drm/amdgpu: replace readq/writeq with atomic64 operations
 2019-08-07 13:07 UTC  (13+ messages)

[Regression] "drm/amdgpu: enable gfxoff again on raven series (v2)"
 2019-08-07 12:50 UTC 

hmm cleanups, v2
 2019-08-07 11:46 UTC  (26+ messages)
` [PATCH 01/15] amdgpu: remove -EAGAIN handling for hmm_range_fault
` [PATCH 02/15] amdgpu: don't initialize range->list in amdgpu_hmm_init_range
` [PATCH 04/15] mm: remove the pgmap field from struct hmm_vma_walk
` [PATCH 05/15] mm: remove the unused vma argument to hmm_range_dma_unmap
` [PATCH 06/15] mm: remove superflous arguments from hmm_range_register
  ` [PATCH 03/15] nouveau: pass struct nouveau_svmm to nouveau_range_fault
  ` [PATCH 07/15] mm: remove the page_shift member from struct hmm_range
  ` [PATCH 08/15] mm: remove the mask variable in hmm_vma_walk_hugetlb_entry
  ` [PATCH 09/15] mm: don't abuse pte_index() in hmm_vma_handle_pmd
  ` [PATCH 10/15] mm: only define hmm_vma_walk_pud if needed
  ` [PATCH 12/15] mm: cleanup the hmm_vma_walk_hugetlb_entry stub
  ` [PATCH 14/15] mm: make HMM_MIRROR an implicit option
  ` [PATCH 15/15] amdgpu: remove CONFIG_DRM_AMDGPU_USERPTR
` [PATCH 11/15] mm: cleanup the hmm_vma_handle_pmd stub
` [PATCH 13/15] mm: allow HMM_MIRROR on all architectures with MMU

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-07 11:42 UTC  (14+ messages)
` [PATCH v3 hmm 03/11] mm/mmu_notifiers: add a get/put scheme for the registration
  ` [PATCH v3 hmm 01/11] mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
  ` [PATCH v3 hmm 02/11] mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
  ` [PATCH v3 hmm 04/11] misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_struct
  ` [PATCH v3 hmm 05/11] hmm: use mmu_notifier_get/put for 'struct hmm'
` [PATCH v3 hmm 06/11] RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'
` [PATCH v3 hmm 07/11] RDMA/odp: remove ib_ucontext from ib_umem
` [PATCH v3 hmm 08/11] drm/radeon: use mmu_notifier_get/put for struct radeon_mn
` [PATCH v3 hmm 09/11] drm/amdkfd: fix a use after free race with mmu_notifer unregister
` [PATCH v3 hmm 10/11] drm/amdkfd: use mmu_notifier_put
` [PATCH v3 hmm 11/11] mm/mmu_notifiers: remove unregister_no_release

[PATCH] drm/amdgpu: fix gfx9 soft recovery
 2019-08-07  9:00 UTC  (2+ messages)

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-07  8:51 UTC  (46+ messages)
` [PATCH v3 01/41] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v3 02/41] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v3 03/41] net/xdp: "
` [PATCH v3 04/41] net/rds: "
` [PATCH v3 05/41] net/ceph: "
` [PATCH v3 06/41] x86/kvm: "
` [PATCH v3 07/41] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v3 08/41] drm/i915: convert put_page() to put_user_page*()
` [PATCH v3 09/41] drm/radeon: "
` [PATCH v3 10/41] media/ivtv: "
` [PATCH v3 11/41] media/v4l2-core/mm: "
` [PATCH v3 12/41] genwqe: "
` [PATCH v3 13/41] scif: "
` [PATCH v3 14/41] vmci: "
` [PATCH v3 15/41] rapidio: "
` [PATCH v3 16/41] oradax: "
` [PATCH v3 17/41] staging/vc04_services: "
` [PATCH v3 18/41] drivers/tee: "
` [PATCH v3 19/41] vfio: "
` [PATCH v3 20/41] fbdev/pvr2fb: "
` [PATCH v3 21/41] fsl_hypervisor: "
` [PATCH v3 22/41] xen: "
` [PATCH v3 23/41] fs/exec.c: "
` [PATCH v3 24/41] orangefs: "
` [PATCH v3 25/41] uprobes: "
` [PATCH v3 26/41] futex: "
` [PATCH v3 27/41] mm/frame_vector.c: "
` [PATCH v3 28/41] mm/gup_benchmark.c: "
` [PATCH v3 29/41] mm/memory.c: "
` [PATCH v3 30/41] mm/madvise.c: "
` [PATCH v3 31/41] mm/process_vm_access.c: "
` [PATCH v3 32/41] crypt: "
` [PATCH v3 33/41] fs/nfs: "
` [PATCH v3 34/41] goldfish_pipe: "
` [PATCH v3 35/41] kernel/events/core.c: "
` [PATCH v3 36/41] fs/binfmt_elf: "
` [PATCH v3 37/41] security/tomoyo: "
` [PATCH v3 38/41] powerpc: "
` [PATCH v3 39/41] mm/mlock.c: "
` [PATCH v3 40/41] mm/mempolicy.c: "
` [PATCH v3 41/41] mm/ksm: "

[PATCH 1/2] drm/amdgpu: Export function to flush TLB of specific vm hub
 2019-08-07  8:50 UTC  (4+ messages)

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-07  8:46 UTC  (8+ messages)

[PATCH 1/5] drm/amdgpu: Extends amdgpu vm definitions
 2019-08-07  8:41 UTC  (9+ messages)
  ` [PATCH 2/5] drm/amdgpu: Support new arcturus mtype
  ` [PATCH 3/5] drm/amdkfd: Postpone memory mapping flags calculation to mapping time
  ` [PATCH 4/5] drm/amdgpu: Support snooped PTE flag
  ` [PATCH 5/5] amd/amdgpu: Introduce new page mapping scheme for arcturus

[PATCH v2 libdrm 0/3] add ras inject test for gfx and umc module
 2019-08-07  8:14 UTC  (5+ messages)
  ` [PATCH v2 libdrm 1/3] amdgpu: add gfx ras inject configuration file
  ` [PATCH v2 libdrm 2/3] tests/amdgpu/ras: refine ras inject test
  ` [PATCH v2 libdrm 3/3] amdgpu: add umc ras inject test configuration

[PATCH][drm-next] drm/amd/powerplay: remove redundant duplicated return check
 2019-08-07  2:57 UTC  (2+ messages)

[PATCH libdrm 0/3] add ras eject test for gfx and umc module
 2019-08-07  1:16 UTC  (8+ messages)
  ` [PATCH libdrm 1/3] amdgpu: add gfx ras eject configuration file
  ` [PATCH libdrm 2/3] tests/amdgpu/ras: refine ras eject test
  ` [PATCH libdrm 3/3] amdgpu: add umc ras eject test configuration

[PATCH AUTOSEL 4.19 16/32] drm/amdgpu: fix a potential information leaking bug
 2019-08-06 21:35 UTC 

[PATCH AUTOSEL 5.2 29/59] drm/amdkfd: Fix byte align on VegaM
 2019-08-06 21:32 UTC  (4+ messages)
  ` [PATCH AUTOSEL 5.2 30/59] drm/amd/powerplay: fix null pointer dereference around dpm state relates
  ` [PATCH AUTOSEL 5.2 32/59] drm/amdgpu: fix a potential information leaking bug
` [PATCH AUTOSEL 5.2 31/59] drm/amdgpu: fix error handling in amdgpu_cs_process_fence_dep

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-06 20:39 UTC  (6+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*()

[pull] amdgpu, amdkfd, radeon, ttm drm-next-5.4
 2019-08-06 20:03 UTC 

[PATCH] drm/amdgpu: fix compile error about readq/writeq on arm ARCH
 2019-08-06 19:45 UTC  (3+ messages)

[PATCH] gpu: drm: amd: display: dc: dcn20: Remove redudant condition
 2019-08-06 19:04 UTC  (4+ messages)
    ` [PATCH] drm/amd/display: Add number of slices per line to DSC parameter validation

[PATCH] drm/amdgpu: fix gfx9 soft recovery
 2019-08-06 18:49 UTC  (2+ messages)

[PATCH] drm/amdkfd: Remove GPU ID in GWS queue creation
 2019-08-06 18:49 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-08-06 17:13 UTC  (6+ messages)

[PATCH] drm/amdgpu: Do gpu reset if we lost some gpu reset requests
 2019-08-06 14:23 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: Zero initialize some variables
 2019-08-06 14:10 UTC  (3+ messages)

[PATCH] gpu: drm: amd: powerplay: Remove logically dead code
 2019-08-06 14:03 UTC  (2+ messages)

Review required [Was: Associate ddc adapters with connectors]
 2019-08-06  8:36 UTC  (8+ messages)
` [PATCH 00/13] Next round of associating ddc adapters with connectors
  ` [PATCH 04/13] drm: rockchip: Provide ddc symlink in rk3066_hdmi sysfs directory
  ` [PATCH 05/13] drm: rockchip: Provide ddc symlink in inno_hdmi "
  ` [PATCH 12/13] drm/tilcdc: Provide ddc symlink in connector "

[PATCH hmm] drm/amdkfd: fix a use after free race with mmu_notififer unregister
 2019-08-06  8:33 UTC  (4+ messages)

[PATCH] drm/amd/powerplay: check before issuing messages for max sustainable clocks
 2019-08-06  8:32 UTC  (2+ messages)

[PATCH] Revert "drm/amdgpu: fix transform feedback GDS hang on gfx10 (v2)"
 2019-08-06  7:54 UTC  (2+ messages)

Issues with hibernation and resume
 2019-08-06  7:05 UTC 

[PATCH 00/10] Enable clock gating for Navi12
 2019-08-06  6:46 UTC  (11+ messages)
  ` [PATCH 01/10] drm/amdgpu: enable gfx clock gatings for navi12
  ` [PATCH 02/10] drm/amdgpu: enable hdp clock gating "
  ` [PATCH 03/10] drm/amdgpu/sdma5: set sdma "
  ` [PATCH 04/10] drm/amdgpu: enable "
  ` [PATCH 05/10] drm/amdgpu/mmhub2: set "
  ` [PATCH 06/10] drm/amdgpu: enable mmhub "
  ` [PATCH 07/10] drm/amdgpu: enable ih "
  ` [PATCH 08/10] drm/amdgpu/athub2: set "
  ` [PATCH 09/10] drm/amdgpu: enable athub "
  ` [PATCH 10/10] drm/amdgpu: enable vcn "

The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)
 2019-08-06  1:48 UTC 

PROBLEM: Error loading amdgpu driver on navi10 (AMD Radeon RX 5700 XT 50th Anniversary Edition) via Thunderbolt 3 eGPU
 2019-08-05 21:55 UTC 

XDC 2019: Schedule published & Workshops CfP reopened!
 2019-08-05 19:18 UTC 

The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)
 2019-08-05 17:14 UTC  (2+ messages)

[drm:amdgpu_ctx_mgr_entity_fini [amdgpu]] *ERROR* ctx 00000000189dec14 is still alive
 2019-08-05 14:27 UTC  (2+ messages)

[PATCH v6 04/17] drm/radeon: use embedded gem object
 2019-08-05 14:01 UTC  (5+ messages)
` [PATCH v6 05/17] drm/amdgpu: "
  ` [PATCH v6 08/17] drm/ttm: use gem vma_node
  ` [PATCH v6 11/17] drm/radeon: switch driver from bo->resv to bo->base.resv
` [PATCH v6 13/17] drm/amdgpu: "

[PATCH v5 04/18] drm/radeon: use embedded gem object
 2019-08-05 12:43 UTC  (5+ messages)
` [PATCH v5 05/18] drm/amdgpu: "
` [PATCH v5 08/18] drm/ttm: use gem vma_node
` [PATCH v5 12/18] drm/radeon: switch driver from bo->resv to bo->base.resv
` [PATCH v5 14/18] drm/amdgpu: "

next/master build: 230 builds: 5 failed, 225 passed, 6 errors, 1344 warnings (next-20190805)
 2019-08-05 11:12 UTC 

[PATCH] drm/amdgpu/soc15: fix external_rev_id for navi14
 2019-08-05 10:16 UTC  (5+ messages)

[PATCH] drm/amdgpu/discovery: move common discovery code out of navi1*_reg_base_init()
 2019-08-05 10:01 UTC  (2+ messages)

[PATCH] drm/amdgpu: update ras sysfs feature info
 2019-08-05  8:15 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;
as well as URLs for NNTP newsgroup(s).