amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-27 19:07:47 to 2018-08-30 21:00:07 UTC [more...]

[PATCH 00/13] remove_conflicting_framebuffers() cleanup
 2018-08-30 21:00 UTC  (8+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 01/12] fbdev: show fbdev number for debugging
  ` [PATCH v2 02/12] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()
  ` [PATCH v2 04/12] drm/amdgpu: use simpler remove_conflicting_pci_framebuffers()
  ` [PATCH v2 03/12] fbdev: add remove_conflicting_pci_framebuffers()
  ` [PATCH v2 05/12] drm/bochs: use simpler remove_conflicting_pci_framebuffers()
  ` [PATCH v2 06/12] drm/cirrus: "

[PATCH 1/6] drm/amdgpu: correctly sign extend 48bit addresses v3
 2018-08-30 18:09 UTC  (7+ messages)
  ` [PATCH 2/6] drm/amdgpu: add amdgpu_gmc_agp_location v3
  ` [PATCH 3/6] drm/amdgpu: use the AGP aperture for system memory access v2
  ` [PATCH 4/6] drm/amdgpu: manually map the shadow BOs again
  ` [PATCH 5/6] drm/amdgpu: enable AGP aperture for GMC9
  ` [PATCH 6/6] drm/amdgpu: try to make kernel allocations USWC

[PATCH] drm/amd/powerplay: added vega20 overdrive support
 2018-08-30 15:24 UTC  (10+ messages)

[PATCH 1/4] drm/amdgpu/gmc9: rework stolen vga memory handling
 2018-08-30 14:53 UTC  (4+ messages)
  ` [PATCH 2/4] drm/amdgpu/gmc9: don't keep stolen memory on Raven
  ` [PATCH 3/4] drm/amdgpu/gmc9: don't keep stolen memory on vega12
  ` [PATCH 4/4] drm/amdgpu/gmc9: don't keep stolen memory on vega20

[PATCH] drm/amdgpu: fix "move PD/PT bos on LRU again""
 2018-08-30 14:48 UTC  (3+ messages)

[PATCH 1/7] drm/amdgpu: correctly sign extend 48bit addresses v3
 2018-08-30 12:16 UTC  (14+ messages)
  ` [PATCH 2/7] drm/amdgpu: put GART away from VRAM v2
  ` [PATCH 3/7] drm/amdgpu: add amdgpu_gmc_agp_location v2
  ` [PATCH 4/7] drm/amdgpu: use the AGP aperture for system memory access v2
  ` [PATCH 5/7] drm/amdgpu: manually map the shadow BOs again
  ` [PATCH 6/7] drm/amdgpu: enable AGP aperture for GMC9
  ` [PATCH 7/7] drm/amdgpu: try to make kernel allocations USWC

[PATCH] drm/amdgpu: fix "Revert "drm/amdgpu: move PD/PT bos on LRU again""
 2018-08-30 11:43 UTC  (3+ messages)

[PATCH 1/5] drm: fix syncobj null_fence_enable_signaling
 2018-08-30 11:32 UTC  (10+ messages)
` [PATCH 3/5] drm: expand drm_syncobj_find_fence to support timeline point v2
  ` [PATCH 2/5] drm: rename null fence to stub fence in syncobj
  ` [PATCH 4/5] drm: expand replace_fence to support timeline point v2
  ` [PATCH 5/5] [RFC]drm: add syncobj timeline support v3

[PATCH 0/2] Provide init/release functions for struct ttm_bo_global
 2018-08-30 10:35 UTC  (5+ messages)

[PATCH libdrm] amdgpu: add error return value for finding bo by cpu mapping (v2)
 2018-08-30  9:35 UTC 

[PATCH] drm/amdgpu: Revert "kmap PDs/PTs in amdgpu_vm_update_directories"
 2018-08-30  9:27 UTC  (2+ messages)

[PATCH libdrm] amdgpu: add error return value for finding bo by cpu mapping
 2018-08-30  9:26 UTC  (4+ messages)

[PATCH] drm/amd/powerplay: added vega20 overdrive support V2
 2018-08-30  8:58 UTC 

How to gracefully handle pci remove
 2018-08-30  8:42 UTC  (7+ messages)

[PATCH] drm/amdgpu: correctly sign extend 48bit addresses v3
 2018-08-30  7:35 UTC  (6+ messages)

[PATCH 1/5] drm: fix syncobj null_fence_enable_signaling
 2018-08-30  7:26 UTC  (6+ messages)
  ` [PATCH 2/5] drm: rename null fence to stub fence in syncobj v2
  ` [PATCH 3/5] drm: expand drm_syncobj_find_fence to support timeline point v2
  ` [PATCH 4/5] drm: expand replace_fence "
` [PATCH 5/5] [RFC]drm: add syncobj timeline support v3

When to kmap PT BOs?
 2018-08-30  6:50 UTC  (3+ messages)

[PATCH 01/10] drm/amdgpu: use only the lower address space on GMC9
 2018-08-30  6:40 UTC  (42+ messages)
` [PATCH 02/10] drm/amdgpu: move amdgpu_device_(vram|gtt)_location
` [PATCH 03/10] drm/amdgpu: fix amdgpu_gmc_gart_location a little bit
` [PATCH 04/10] drm/amdgpu: use the smaller hole for GART
` [PATCH 05/10] drm/amdgpu: put GART away from VRAM
` [PATCH 06/10] drm/amdgpu: add amdgpu_gmc_agp_location
` [PATCH 07/10] drm/amdgpu: stop using gart_start as offset for the GTT domain
` [PATCH 08/10] drm/amdgpu: distinct between allocated GART space and GMC addr
` [PATCH 09/10] drm/amdgpu: use the AGP aperture for system memory access
` [PATCH 10/10] drm/amdgpu: enable AGP aperture for GMC9

[PATCH] drm/amd/powerplay: correct data type to support under voltage
 2018-08-30  5:03 UTC  (2+ messages)

[PATCH xf86-video-amdgpu 1/2] Handle ihandle == -1 in amdgpu_set_shared_pixmap_backing
 2018-08-30  3:07 UTC  (3+ messages)
  ` [PATCH xf86-video-amdgpu 2/2] glamor: Handle ihandle == -1 in amdgpu_glamor_set_shared_pixmap_backing

[PATCH] drm/amdgpu: remove redundant memset
 2018-08-30  1:39 UTC  (3+ messages)

[pull] amdgpu drm-fixes-4.19
 2018-08-29 20:25 UTC 

[PATCH xf86-video-amdgpu 1/3] Always delete entry from list in drm_queue_handler
 2018-08-29 16:56 UTC  (3+ messages)
  ` [PATCH xf86-video-amdgpu 2/3] Don't use xorg_list_for_each_entry_safe for signalled flips
  ` [PATCH xf86-video-amdgpu 3/3] Bail early from drm_wait_pending_flip if there's no pending flip

[PATCH] drm/amdgpu: Relocate some definitions
 2018-08-29 15:52 UTC  (2+ messages)

[PATCH] drm/amdgpu: remove redundant memset
 2018-08-29 15:15 UTC  (2+ messages)

[PATCH] drm/amdgpu: remove redundant memset
 2018-08-29 15:05 UTC  (2+ messages)

[PATCH v5 0/5] drm/ttm,amdgpu: Introduce LRU bulk move functionality
 2018-08-29 15:00 UTC  (9+ messages)
` [PATCH v5 5/5] drm/amdgpu: move PD/PT bos on LRU again

BUG: *ERROR* No EDID read
 2018-08-29 14:02 UTC  (12+ messages)

[PATCH] drm/amd/powerplay: expose vega20 OD features
 2018-08-29  9:16 UTC  (11+ messages)

[PATCH] drm/amdgpu: Need to set moved to true when evict bo
 2018-08-29  9:07 UTC  (7+ messages)

[PATCH 1/2] drm/amdgpu: Set pasid for compute vm
 2018-08-29  9:01 UTC  (4+ messages)
  ` [PATCH 2/2] drm/amdkfd: Release an acquired process vm

PS4 Linux AMD Drivers Request
 2018-08-29  8:11 UTC 

[PATCH] drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
 2018-08-29  7:48 UTC  (2+ messages)

[PATCH] drm/amdgpu: Only retrieve GPU address of GART table after pinning it
 2018-08-29  1:39 UTC  (3+ messages)

[PATCH] drm/amdgpu: Relocate some definitions
 2018-08-28 20:27 UTC 

[PATCH] drm/amdgpu: remove amdgpu_bo_gpu_accessible
 2018-08-28 18:59 UTC  (3+ messages)

RX580 fans always on on LInux while remain disabled on Windows 10
 2018-08-28 17:55 UTC 

[PATCH v2 0/4] drm/dp_mst: Add DP MST debugfs nodes for all drivers
 2018-08-28 17:10 UTC  (2+ messages)
  ` [PATCH v2 2/4] drm/dp_mst: Pass entire connector to drm_dp_mst_topology_mgr_init()

[PATCH] drm/amdgpu: Refine function name
 2018-08-28 15:46 UTC  (2+ messages)

[Vega10] [bisected] Performance regression with Dawn Of War III and RADV
 2018-08-28 15:09 UTC  (3+ messages)

drm-next build broken
 2018-08-28 13:29 UTC  (3+ messages)

[PATCH 0/4] drm/dp_mst: Add DP MST debugfs nodes for all drivers
 2018-08-28 13:14 UTC  (3+ messages)
` [PATCH 2/4] drm/dp_mst: Pass entire connector to drm_dp_mst_topology_mgr_init()
  ` [Intel-gfx] "

[PATCH 1/2] drm/amdgpu: Set pasid for compute vm
 2018-08-28 12:37 UTC  (4+ messages)
  ` [PATCH 2/2] drm/amdkfd: Release an acquired process vm

[PATCH] drm/amdgpu: correctly sign extend 48bit addresses v2
 2018-08-28 11:39 UTC 

[PATCH] drm/amdgpu: Refine gmc9 VM fault print
 2018-08-28 11:18 UTC  (4+ messages)

[PATCH] drm/amdgpu: remove extra newline when printing VM faults
 2018-08-28  3:13 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: Set pasid for compute vm
 2018-08-27 20:16 UTC  (5+ messages)
  ` [PATCH 2/2] drm/amdkfd: Release an acquired process vm

[PATCH] drm/amdgpu: Set pasid for compute vm
 2018-08-27 19:41 UTC  (4+ messages)

[PATCH v2] drm/amdgpu: Merge amdkfd into amdgpu
 2018-08-27 19:29 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: Move KFD parameters to amdgpu
 2018-08-27 19:28 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).