AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-18 21:34:05 to 2019-06-24 14:41:05 UTC [more...]

[PATCH 1/6] dma-buf: add dynamic DMA-buf handling v10
 2019-06-24 14:41 UTC  (10+ messages)
` [Intel-gfx] "

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-06-24 14:33 UTC  (16+ messages)
` [PATCH v18 01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v18 02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v18 03/15] lib: untag user pointers in strn*_user
` [PATCH v18 04/15] mm: untag user pointers passed to memory syscalls
` [PATCH v18 05/15] mm: untag user pointers in mm/gup.c
` [PATCH v18 06/15] mm: untag user pointers in get_vaddr_frames
` [PATCH v18 07/15] fs/namespace: untag user pointers in copy_mount_options
` [PATCH v18 08/15] userfaultfd: untag user pointers
` [PATCH v18 09/15] drm/amdgpu: "
` [PATCH v18 10/15] drm/radeon: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
` [PATCH v18 12/15] media/v4l2-core: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v18 13/15] tee/shm: untag user pointers in tee_shm_register
` [PATCH v18 14/15] vfio/type1: untag user pointers in vaddr_get_pfn
` [PATCH v18 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-24 14:22 UTC  (20+ messages)
` [PATCH v17 03/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v17 04/15] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v17 05/15] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v17 06/15] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v17 07/15] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v17 12/15] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v17 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH 1/6] dma-buf: add dynamic DMA-buf handling v11
 2019-06-24 13:58 UTC  (6+ messages)
` [PATCH 3/6] drm/ttm: use the parent resv for ghost objects v2
  ` [PATCH 2/6] drm/ttm: remove the backing store if no placement is given
  ` [PATCH 4/6] drm/amdgpu: use allowed_domains for exported DMA-bufs
` [PATCH 5/6] drm/amdgpu: add independent DMA-buf export v6
` [PATCH 6/6] drm/amdgpu: add independent DMA-buf import v7

[amd-staging-drm-next] broken after Navi merge
 2019-06-24 13:53 UTC  (3+ messages)

[PATCH] drm/amd/powerplay: no memory activity support on Vega10
 2019-06-24 13:48 UTC  (6+ messages)

[PATCH 1/1] drm/amdkfd: Add queue status indicator to HQD dump
 2019-06-24 13:41 UTC  (2+ messages)

[bug report] drm/amdkfd: Add procfs-style information for KFD processes
 2019-06-24 12:26 UTC 

[PATCH] drm/amdgpu: disable gfxoff on navi10
 2019-06-24 12:17 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix modprobe failure for uvd_4/5/6
 2019-06-24 12:08 UTC  (2+ messages)

[PATCH libdrm v2] drm: add fallback function to get device name
 2019-06-24 11:48 UTC 

[PATCH -next] drm/amdgpu: remove set but not used variables 'ret'
 2019-06-24 11:23 UTC  (19+ messages)
  ` [PATCH -next v2] drm/amdgpu: return 'ret' in amdgpu_pmu_init
      ` [PATCH -next v3] drm/amdgpu: return 'ret' immediately if failed "
                  ` [PATCH -next v4] "

[PATCH libdrm] drm: add fallback function to get device name
 2019-06-24 10:04 UTC 

[PATCH] drm/amdgpu: fix scheduler timeout calc
 2019-06-24  9:52 UTC  (3+ messages)

[PATCH 01/13] drm/amdgpu: introduce and honour DRM_FORCE_AUTH workaround
 2019-06-24  9:48 UTC  (33+ messages)

[PATCH] drm/amd/powerplay:clean up the residual mutex for smu_hw_init
 2019-06-24  9:38 UTC 

[pull] amdgpu, amdkfd, radeon drm-next-5.3
 2019-06-23  3:26 UTC 

[PATCH 1/1] drm/amdkfd: Consistently apply noretry setting
 2019-06-22  0:20 UTC 

[PATCH 1/2] drm/amd/amdgpu: Tabs instead of spaces in gfx_v10_0.c
 2019-06-21 23:29 UTC  (2+ messages)

[PATCH] drm/amdgpu: drop unused df init callback
 2019-06-21 21:49 UTC  (2+ messages)

[PATCH] drm/amdgpu: add sw_init to df_v1_7
 2019-06-21 19:49 UTC  (3+ messages)

[PATCH] Fix VM handling for VMID 0 w.r.t. SYSTEM_APERTURE
 2019-06-21 14:49 UTC  (2+ messages)

[PATCH] drm/amdgpu: add sw_init to df_v1_7
 2019-06-21 13:58 UTC  (2+ messages)

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

[PATCH 09/59] drm/prime: Align gem_prime_export with obj_funcs.export
 2019-06-21 10:37 UTC  (2+ messages)

[PATCH] drm/amdgpu: Don't skip display settings in hwmgr_resume()
 2019-06-20 23:21 UTC 

[PATCH] drm/amdkfd: Set gws_mask to 64 bit 1s
 2019-06-20 21:18 UTC  (3+ messages)

[PATCH 1/1] drm/amdkfd: Print a warning when the runlist becomes oversubscribed
 2019-06-20 19:51 UTC  (2+ messages)

[PATCH 1/2] drm/amdkfd: Add chained_runlist_idle_disable flag to pm4_mes_runlist
 2019-06-20 19:34 UTC  (4+ messages)
  ` [PATCH 2/2] drm/amdkfd: Disable idle optimization for chained runlist

XDC 2019: Less than three weeks to go to submit your talks, workshops or demos!
 2019-06-20 15:55 UTC 

[PATCH] drm/amdgpu: early merge post fix to df_v3_6 for xgmi
 2019-06-20 15:29 UTC  (4+ messages)

[PATCH 1/2] drm/amdgpu: update df_v3_6 for xgmi perfmons
 2019-06-20 15:23 UTC  (8+ messages)

[PATCH] drm/amdgpu: set max df perfmon to 4
 2019-06-20 15:19 UTC  (2+ messages)

[PATCH] Revert "drm/amd/display: Enable fast plane updates when state->allow_modeset = true"
 2019-06-20 15:01 UTC  (5+ messages)

amdgpu vce crash
 2019-06-20 14:30 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: fix transform feedback GDS hang on gfx10
 2019-06-20 12:00 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amdgpu: handle AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID "

[PATCH] drm/amd/display: Enable fast plane updates when state->allow_modeset = true
 2019-06-20  8:10 UTC  (3+ messages)

[PATCH 5/6] drm/ttm: use gem vma_node
 2019-06-20  7:44 UTC 

[PATCH] drm/amdgpu/sriov: fix Tonga load driver failed
 2019-06-20  6:23 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: update df_v3_6 for xgmi perfmons
 2019-06-19 23:59 UTC  (7+ messages)
  ` [PATCH 2/2] drm/amdgpu: add pmu counters

[PATCH] drm/amd/display: Fix null-deref on vega20 with xgmi
 2019-06-19 18:43 UTC  (2+ messages)

[PATCH] drm/amdkfd: Add procfs-style information for KFD processes
 2019-06-19 14:56 UTC  (8+ messages)

[PATCH 0/4] Removing unnecessary initialization of drm_plane struct type
 2019-06-19 12:28 UTC  (5+ messages)
  ` [PATCH 1/4] drm/amdgpu: uint32_t for amdgpu_dm_plane_init() possible_crtcs parameter
  ` [PATCH 2/4] drm/amdgpu: Rename plane_type parameter of initialize_plane() to type
  ` [PATCH 3/4] drm/amdgpu: Add type parameter to amdgpu_dm_plane_init()
  ` [PATCH 4/4] drm/amdgpu: Remove unnecessary write to type field of drm_plane struct

[PATCH v3 hmm 00/12] mm/hmm: Various revisions from a locking/code review
 2019-06-19 12:03 UTC  (25+ messages)
` [PATCH v3 hmm 02/12] mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
` [PATCH v3 hmm 06/12] mm/hmm: Hold on to the mmget for the lifetime of the range
` [PATCH v3 hmm 08/12] mm/hmm: Remove racy protection against double-unregistration
` [PATCH v3 hmm 11/12] mm/hmm: Remove confusing comment and logic from hmm_release

[PATCH] drm/amdgpu: add pmu counters
 2019-06-19  0:40 UTC  (2+ messages)

[PATCH libdrm 1/4] amdgpu: add navi family id
 2019-06-18 23:33 UTC  (3+ messages)
` [PATCH libdrm 3/4] libdrm/amdgpu: add new vram type (GDDR6) for navi10


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