AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-24 16:53:57 to 2019-06-27 21:33:17 UTC [more...]

[RFC PATCH v3 00/11] new cgroup controller for gpu/drm subsystem
 2019-06-27 21:33 UTC  (39+ messages)
` [RFC PATCH v3 02/11] cgroup: Add mechanism to register DRM devices
` [RFC PATCH v3 03/11] drm/amdgpu: Register AMD devices for DRM cgroup
` [RFC PATCH v3 04/11] drm, cgroup: Add total GEM buffer allocation limit
` [RFC PATCH v3 07/11] drm, cgroup: Add TTM buffer allocation stats
` [RFC PATCH v3 08/11] drm, cgroup: Add TTM buffer peak usage stats
` [RFC PATCH v3 10/11] drm, cgroup: Add soft VRAM limit
  ` [RFC PATCH v3 01/11] cgroup: Introduce cgroup for drm subsystem
  ` [RFC PATCH v3 05/11] drm, cgroup: Add peak GEM buffer allocation limit
  ` [RFC PATCH v3 06/11] drm, cgroup: Add GEM buffer allocation count stats
  ` [RFC PATCH v3 09/11] drm, cgroup: Add per cgroup bw measure and control
  ` [RFC PATCH v3 11/11] drm, cgroup: Allow more aggressive memory reclaim

[PATCH 1/2] dma-buf: cleanup reservation_object_init/fini
 2019-06-27 19:57 UTC  (10+ messages)
` [PATCH 2/2] dma-buf: cleanup shared fence removal

[PATCH 15/87] gpu: drm: Remove call to memset after kzalloc in process_pptable_v1_0.c
 2019-06-27 17:40 UTC 

[PATCH 18/87] gpu: drm: Remove call to memset after kzalloc in tonga_smumgr.c
 2019-06-27 17:36 UTC 

[PATCH 17/87] gpu: drm: Remove call to memset after kzalloc in iceland_smumgr.c
 2019-06-27 17:36 UTC 

[PATCH 16/87] gpu: drm: Remove call to memset after kzalloc
 2019-06-27 17:36 UTC 

[PATCH 14/87] gpu: amd: Remove call to memset after kzalloc
 2019-06-27 17:35 UTC 

[PATCH v4 hmm 00/12]
 2019-06-27 16:06 UTC  (17+ messages)
  ` [PATCH v4 hmm 01/12] mm/hmm: fix use after free with struct hmm in the mmu notifiers
  ` [PATCH v4 hmm 02/12] mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
  ` [PATCH v4 hmm 03/12] mm/hmm: Hold a mmgrab from hmm to mm
  ` [PATCH v4 hmm 04/12] mm/hmm: Simplify hmm_get_or_create and make it reliable
  ` [PATCH v4 hmm 05/12] mm/hmm: Remove duplicate condition test before wait_event_timeout
  ` [PATCH v4 hmm 06/12] mm/hmm: Do not use list*_rcu() for hmm->ranges
  ` [PATCH v4 hmm 07/12] mm/hmm: Hold on to the mmget for the lifetime of the range
  ` [PATCH v4 hmm 08/12] mm/hmm: Use lockdep instead of comments
  ` [PATCH v4 hmm 09/12] mm/hmm: Remove racy protection against double-unregistration
  ` [PATCH v4 hmm 10/12] mm/hmm: Poison hmm_range during unregister
  ` [PATCH v4 hmm 11/12] mm/hmm: Remove confusing comment and logic from hmm_release
  ` [PATCH v4 hmm 12/12] mm/hmm: Fix error flows in hmm_invalidate_range_start

[PATCH][next[ drm/amd/display: fix a couple of spelling mistakes
 2019-06-27 16:01 UTC  (4+ messages)

[PATCH] drm/amd/powerplay: update smu11_driver_if_navi10.h
 2019-06-27 15:38 UTC  (2+ messages)

[PATCH] drm/amdgpu: drop copy/paste leftover to fix big endian
 2019-06-27 14:35 UTC  (4+ messages)

[PATCH] drm/amdgpu: fix warning on 32 bit
 2019-06-27 13:52 UTC  (2+ messages)

[PATCH] drm/amd/powerplay:Move powerplay table implement to pptable centralized management
 2019-06-27 10:35 UTC 

[PATCH v2] drm/amdgpu: fix scheduler timeout calc
 2019-06-27 10:17 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: warn on smu interface version mismatch
 2019-06-27  8:09 UTC  (5+ messages)

[PATCH -next] drm/amdgpu: remove set but not used variable 'psp_enabled'
 2019-06-27  7:53 UTC 

[PATCH 1/2] drm/amdgpu: fix transform feedback GDS hang on gfx10 (v2)
 2019-06-27  7:50 UTC  (4+ messages)
  ` [PATCH 2/2] drm/amdgpu: handle AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID on gfx10

[PATCH -next] drm/amdgpu: fix debugfs_simple_attr.cocci warnings
 2019-06-27  7:45 UTC 

[PATCH 4/7] drm/radeon: Fill out gem_object->resv
 2019-06-27  7:33 UTC  (5+ messages)

[pull] amdgpu, radeon, amdkfd drm-next-5.3
 2019-06-27  3:08 UTC  (3+ messages)

[PATCH] drm/amdgpu: Set queue_preemption_timeout_ms default value
 2019-06-26 22:19 UTC  (3+ messages)

[PATCH] drm/amdkfd: remove unnecessary warning message on gpu reset
 2019-06-26 17:50 UTC  (2+ messages)

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-06-26 17:50 UTC  (12+ messages)
` [PATCH v18 07/15] fs/namespace: untag user pointers in copy_mount_options
` [PATCH v18 08/15] userfaultfd: untag user pointers
` [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 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH 1/6] dma-buf: add dynamic DMA-buf handling v13
 2019-06-26 12:29 UTC  (7+ messages)
  ` [PATCH 2/6] drm/ttm: remove the backing store if no placement is given
  ` [PATCH 3/6] drm/ttm: use the parent resv for ghost objects v2
  ` [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

[PATCH 1/6] dma-buf: add dynamic DMA-buf handling v12
 2019-06-26 12:15 UTC  (18+ messages)
` [PATCH 2/6] drm/ttm: remove the backing store if no placement is given
` [PATCH 3/6] drm/ttm: use the parent resv for ghost objects v2
  ` [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
  ` [Intel-gfx] [PATCH 1/6] dma-buf: add dynamic DMA-buf handling v12

[PATCH v2] drm/amd/powerplay:clean up the residual mutex for smu_hw_init
 2019-06-26 11:40 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu/powerplay: FEATURE_MASK is 64 bit so use ULL
 2019-06-26 11:38 UTC  (6+ messages)
  ` [PATCH 2/2] drm/amdgpu/display: switch udelay to msleep

[PATCH -next v3] drm/amdgpu: return 'ret' immediately if failed in amdgpu_pmu_init
 2019-06-26 11:35 UTC  (4+ messages)
` [PATCH -next v4] "

[PATCH 1/1] drm/ttm: return -EBUSY if waiting for busy BO fails
 2019-06-26 10:03 UTC  (4+ messages)

[PATCH] drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabled
 2019-06-26  9:56 UTC 

[PATCH 01/10] drm/ttm: Make LRU removal optional
 2019-06-26  6:36 UTC  (3+ messages)
` [PATCH 06/10] drm/ttm: fix busy memory to fail other user v10

[PATCH 1/1] drm/amdkfd: Add queue status indicator to HQD dump
 2019-06-25 19:20 UTC  (3+ messages)

[PATCH 1/6] drm/amd/amdgpu: Indent AMD_IS_APU properly
 2019-06-25 18:45 UTC  (5+ messages)
` [PATCH 4/6] drm/amd/amdgpu: Check stream in amdgpu_dm_commit_planes
` [PATCH 6/6] drm/amd/amdgpu: sdma_v4_0_start: initialize r

[PATCH] drm/amdgpu: Don't skip display settings in hwmgr_resume()
 2019-06-25 18:31 UTC  (2+ messages)

[PATCH xf86-video-ati] present: Check that we can get a KMS FB for flipping
 2019-06-25 15:54 UTC 

[PATCH] drm/amd/powerplay: add missing smu_get_clk_info_from_vbios() call
 2019-06-25 15:36 UTC  (2+ messages)

[PATCH 00/24] DC Patches 06 Jun 2019
 2019-06-25 14:56 UTC  (4+ messages)
` [PATCH 08/24] drm/amd/display: add audio related regs

arm32 build failure after abe882a39a9c ("drm/amd/display: fix issue with eDP not detected on driver load")
 2019-06-25 14:26 UTC  (6+ messages)
  ` [PATCH] drm/amd/display: Use msleep instead of udelay for 8ms wait

[PATCH] drm/amd/powerplay: support runtime ppfeatures setting on Navi10
 2019-06-25 12:53 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: fix scheduler timeout calc
 2019-06-25 10:25 UTC  (2+ messages)

[PATCH libdrm 0/9] amdgpu:
 2019-06-25 10:07 UTC  (14+ messages)
` [PATCH libdrm 4/9] amdgpu: Add struct amdgpu_core_device and amdgpu_core_bo
` [PATCH libdrm 5/9] amdgpu: Add amdgpu_bo_handle_type_kms_user
` [PATCH libdrm 6/9] amdgpu: Re-use an existing amdgpu_device when possible
` [PATCH libdrm 7/9] amdgpu: Use normal integers for device / core BO reference counting
  ` [PATCH libdrm 1/9] amdgpu: Pass file descriptor directly to amdgpu_close_kms_handle
  ` [PATCH libdrm 2/9] amdgpu: Add BO handle to table in amdgpu_bo_create
  ` [PATCH libdrm 3/9] amdgpu: Rename fd_mutex/list to dev_mutex/list
  ` [PATCH libdrm 8/9] amdgpu: Drop refcount member from struct amdgpu_core_bo/device
  ` [PATCH mesa 9/9] winsys/amdgpu: Use amdgpu_bo_handle_type_kms_user for API KMS handles

[PATCH 1/6] dma-buf: add dynamic DMA-buf handling v10
 2019-06-25  7:40 UTC  (11+ messages)
` [Intel-gfx] "

[PATCH] drm/amd/powerplay:clean up the residual mutex for smu_hw_init
 2019-06-25  7:27 UTC  (2+ messages)

[bug report] drm/amdkfd: Add procfs-style information for KFD processes
 2019-06-25  0:49 UTC  (3+ messages)

[PATCH v2] drm/amd/display: update infoframe after dig fe is turned on (v2)
 2019-06-24 20:50 UTC  (3+ messages)

[amd-staging-drm-next] broken after Navi merge
 2019-06-24 19:35 UTC  (4+ messages)

[PATCH] drm/amd/display: update infoframe after dig fe is turned on (v2)
 2019-06-24 17:56 UTC 

[PATCH libdrm 0/2] amdgpu: Minor cleanups
 2019-06-24 17:10 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