AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-12 16:24:51 to 2016-09-19 00:20:35 UTC [more...]

Latest drm-next-4.9-wip is causing gfx kernel thread to be pegged 100% running piglit
 2016-09-19  0:20 UTC  (2+ messages)

[PATCH 1/3] drm/amd/powerplay: export function to help to set cg by smu
 2016-09-18  9:44 UTC  (3+ messages)
  ` [PATCH 2/3] drm/amdgpu: set system clock gating for tonga/polaris
  ` [PATCH 3/3] drm/amdgpu: set gfx "

[PATCH 1/5] drm/amdgpu:add switch buffer to end of CS
 2016-09-18  8:23 UTC  (6+ messages)
` [PATCH 3/5] drm/amdgpu:fix RB cost calculator

[PATCH 1/2] drm/amdgpu: fix GTT offset handling
 2016-09-18  8:21 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: bind GTT on demand

drm/amdkfd: Misc patchset lineup for drm-next-4.9
 2016-09-18  7:12 UTC  (8+ messages)
  ` [PATCH 1/6] drm/amdkfd: Tidy up kfd_generate_gpu_id() uint64_t bitshift unpack
  ` [PATCH 2/6] drm/amdkfd: Add some missing memset zero'ing in queue init func
  ` [PATCH 3/6] drm/amdkfd: Reuse function to find a process through pasid
  ` [PATCH 4/6] drm/amdkfd: Fix possible infinite loop
  ` [PATCH 5/6] drm/amdkfd: Unify multiple calls to pr_debug() into one
  ` [PATCH 6/6] drm/amdkfd: Pass 'struct queue_propertices' by reference

[PATCH 0/3] drm/amdgpu: implement raster configuration
 2016-09-18  5:04 UTC  (5+ messages)
  ` [PATCH 1/3] drm/amdgpu: implement raster configuration for gfx v6
  ` [PATCH 2/3] drm/amdgpu: implement raster configuration for gfx v7
  ` [PATCH 3/3] drm/amdgpu: implement raster configuration for gfx v8

[PATCH 0/6] drm: Explicit target vblank seqno for page flips
 2016-09-17 12:41 UTC  (5+ messages)
` [PATCH 4/6] drm/radeon: Provide page_flip_target hook

[pull] radeon and amdgpu drm-next-4.9
 2016-09-17 10:23 UTC  (4+ messages)

[PATCH 01/15] drm/amdgpu/ring: add an interface to get dma frame and ib size
 2016-09-16 17:48 UTC  (16+ messages)
  ` [PATCH 02/15] drm/amdgpu/gfx6: add ring callbacks for ib and dma frame size
  ` [PATCH 03/15] drm/amdgpu/gfx7: "
  ` [PATCH 04/15] drm/amdgpu/gfx8: "
  ` [PATCH 05/15] drm/amdgpu/si_dma: "
  ` [PATCH 06/15] drm/amdgpu/cik_sdma: "
  ` [PATCH 07/15] drm/amdgpu/sdma2.4: "
  ` [PATCH 08/15] drm/amdgpu/sdma3: "
  ` [PATCH 09/15] drm/amdgpu/uvd4.2: "
  ` [PATCH 10/15] drm/amdgpu/uvd5: "
  ` [PATCH 11/15] drm/amdgpu/uvd6: "
  ` [PATCH 12/15] drm/amdgpu/vce: add common "
  ` [PATCH 13/15] drm/amdgpu/vce2: add "
  ` [PATCH 14/15] drm/amdgpu/vce3: "
  ` [PATCH 15/15] drm/amdgpu: use the new ring ib and dma frame size callbacks

[PATCH] drm/amdgpu: update the shadow PD together with the real one
 2016-09-16 14:05 UTC 

[PATCH 1/3] drm/amdgpu: cleanup VM shadow BO unreferencing
 2016-09-16 13:58 UTC  (5+ messages)
  ` [PATCH 2/3] drm/amdgpu: fix initializing the VM last eviction counter
  ` [PATCH 3/3] drm/amdgpu: fix initializing the VM BO shadow

[PATCH] drm/amdgpu: allocate GTT space for shadow VM page tables
 2016-09-16 13:39 UTC  (4+ messages)

[PATCH xf86-video-amdgpu] Untangle HAS_XORG_CONF_DIR / --with-xorg-conf-dir lines in configure.ac
 2016-09-16 13:27 UTC  (2+ messages)

[PATCH] Fix handling of configure option --with-xorg-conf-dir
 2016-09-16 13:26 UTC  (2+ messages)

Powerplay sensors (v2.5)
 2016-09-16 12:58 UTC  (4+ messages)
  ` [PATCH 1/2] drm/amd/powerplay: Add read_sensor() callback to hwmgr (v2)
  ` [PATCH 2/2] drm/amd/amdgpu: Hook up read_sensor() to debugfs (v2)

Add sensors support to debugfs for Powerplay
 2016-09-16 11:45 UTC  (8+ messages)
  ` [PATCH] drm/amd/amdgpu: Add sensors debugfs support

Add read_sensor() support for fiji/tonga/iceland/polaris10
 2016-09-16 11:43 UTC  (4+ messages)
  ` [PATCH] drm/amd/powerplay: Add read_sensor support to tonga/fiji/polaris/iceland

libdrm/amdgpu - Fixup typedef not to hide pointer type
 2016-09-16 10:49 UTC  (8+ messages)
  ` [PATCH 1/3] amdgpu: Fix amdgpu_va_handle "
  ` [PATCH 2/3] amdgpu: Fix amdgpu_semaphore_handle "
  ` [PATCH 3/3] amdgpu: Fix amdgpu_bo_list_handle "

[ANNOUNCE] xf86-video-amdgpu 1.1.2
 2016-09-16  9:29 UTC 

[PATCH 1/5] drm/amdgpu: remove unused member from struct amdgpu_bo
 2016-09-16  8:41 UTC  (12+ messages)
  ` [PATCH 2/5] drm/amdgpu: fix a bunch of coding style issues in amdgpu_ttm.c
  ` [PATCH 3/5] drm/amdgpu: fix a bunch of coding style issues in amdgpu_gem.c
  ` [PATCH 4/5] drm/amdgpu: remove adev pointer from struct amdgpu_bo
  ` [PATCH 5/5] drm/amdgpu: rename all rbo variable to abo

[PATCH] drm/amdgpu/sdma3: drop unused functions
 2016-09-16  8:28 UTC  (3+ messages)

[PATCH 1/3] drm/amdgpu/gfx6: drop duplicate code
 2016-09-16  8:26 UTC  (5+ messages)
  ` [PATCH 2/3] drm/amdgpu/gfx6: add ring_emit_cntxcntl
  ` [PATCH 3/3] drm/amdgpu/gfx6: drop gds_switch callback

[PATCH] drm/amdgpu: fix ring space allocation for IB scheduling
 2016-09-15 18:20 UTC  (2+ messages)

[PATCH] drm/amdgpu/si: fix ring size for compute
 2016-09-15 17:43 UTC  (2+ messages)

[PATCH 1/6] drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3
 2016-09-15 17:42 UTC  (8+ messages)
  ` [PATCH 2/6] drm/amdgpu: use explicit limit for VRAM_CONTIGUOUS
  ` [PATCH 3/6] drm/amdgpu: set at least the node size in the gtt manager
  ` [PATCH 4/6] drm/amdgpu: handle multiple MM nodes in the VMs v2
  ` [PATCH 5/6] drm/amdgpu: enable amdgpu_move_blit to handle multiple MM nodes v2
  ` [PATCH 6/6] drm/amdgpu: add VRAM manager v2

Add sensors support to debugfs for Powerplay (v2)
 2016-09-15 14:11 UTC  (3+ messages)
  ` [PATCH 1/2] drm/amd/powerplay: Add read_sensor() callback to hwmgr
  ` [PATCH 2/2] drm/amd/amdgpu: Hook up read_sensor() to debugfs

[ANNOUNCE] xf86-video-ati 7.7.1
 2016-09-15  9:13 UTC 

[ANNOUNCE] xf86-video-amdgpu 1.1.1
 2016-09-15  7:30 UTC 

[PATCH] drm/amdgpu: fix regression in amdgpu_ucode_init_bo
 2016-09-15  2:52 UTC  (3+ messages)

[PATCH] drm/amdgpu: move some release handles into fail labels
 2016-09-15  2:50 UTC  (4+ messages)

[PATCH 1/4] drm/amdgpu/atpx: check for ATIF dGPU wake for display events support
 2016-09-14 18:49 UTC  (4+ messages)
  ` [PATCH 2/4] drm/amdgpu/atif: Send a hotplug event when we get dgpu display request
  ` [PATCH 3/4] drm/radeon/atpx: check for ATIF dGPU wake for display events support
  ` [PATCH 4/4] drm/radeon/atif: Send a hotplug event when we get dgpu display request

[PATCH xf86-video-ati 1/4] Destroy all dedicated scanout buffers during CloseScreen
 2016-09-14 16:29 UTC  (5+ messages)
  ` [PATCH xf86-video-ati 2/4] Fix radeon_mode_hotplug crash on multi GPU platform
  ` [PATCH xf86-video-ati 3/4] DRI2: Add interpolated_vblanks in radeon_dri2_get_crtc_msc
  ` [PATCH xf86-video-ati 4/4] DRI2: Fix radeon_dri2_exchange_buffers width/height copy'n'paste error

[PATCH] drm/amd/powerplay: fix potential issue of array access violation
 2016-09-14 15:32 UTC  (2+ messages)

[PATCH 1/4] drm/amdgpu:add fw version entry to info
 2016-09-14 15:29 UTC  (6+ messages)
  ` [PATCH 2/4] drm/amdgpu:changes of virtualization cases probe
  ` [PATCH 3/4] drm/amdgpu:correct smc fw version error
  ` [PATCH 4/4] drm/amdgpu:determine if vPost is needed indeed

[PATCH] drm/amd/powerplay: Partially revert change initialize platform caps
 2016-09-14 14:24 UTC  (3+ messages)

[PATCH] drm/amdgpu/si/dpm: fix swapped ck enable
 2016-09-14 13:56 UTC  (3+ messages)

[PATCH 1/4] drm/amdgpu:add fw version entry to info
 2016-09-14 12:10 UTC  (4+ messages)
  ` [PATCH 2/4] drm/amdgpu:changes of virtualization cases probe
  ` [PATCH 3/4] drm/amdgpu:correct smc fw version error
  ` [PATCH 4/4] drm/amdgpu:determine if vPost is needed indeed

[PATCH] drm/amdgpu: gtt offset should be 64 bit
 2016-09-14  9:43 UTC  (3+ messages)

[PATCH xf86-video-amdgpu] Use --with-xorg-conf-dir=$prefix/share/X11/xorg.conf.d by default
 2016-09-14  9:35 UTC 

[PATCH xserver] config: fix GPUDevice fail when AutoAddGPU off + BusID
 2016-09-14  6:53 UTC  (2+ messages)

need guidance re amdgpu i2c
 2016-09-13 20:43 UTC  (3+ messages)

[PATCH xf86-video-ati 1/4] glamor: Fix radeon_glamor_share_pixmap_backing for priv->bo == NULL
 2016-09-13 14:22 UTC  (5+ messages)
  ` [PATCH xf86-video-ati 2/4] Consolidate get_drawable_pixmap helper
  ` [PATCH xf86-video-ati 3/4] Move DRI2's local fixup_glamor helper to radeon_glamor_set_pixmap_bo
  ` [PATCH xf86-video-ati 4/4] glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIME

[PATCH 1/2] drm/amdgpu/si/dpm: make a bunch of things static
 2016-09-13 14:13 UTC  (6+ messages)
  ` [PATCH 2/2] drm/amdgpu/si/dpm: fix symbol conflicts with radeon

[PATCH] drm/i915: Before pageflip, also wait for shared dmabuf fences
 2016-09-13 12:52 UTC  (4+ messages)

[PATCH v2 00/16] powerplay code refactoring
 2016-09-13 12:12 UTC  (3+ messages)

[PATCH] drm/amdgpu: add VCE VM mode support
 2016-09-13  4:31 UTC 

[PATCH] drm/amdgpu: improve GTT BO alloc speed in OGL
 2016-09-13  2:53 UTC  (5+ messages)

[PATCH 1/6] drm/amdgpu: validate size and offset of user fence BO
 2016-09-13  1:32 UTC  (7+ messages)
` [PATCH 5/6] drm/amdgpu: use expolicit limit fro VRAM<->GTT moves
` [PATCH 6/6] drm/amdgpu: add a custom GTT memory manager v2

[PATCH 1/3] drm/amdgpu: refine function name for consistency
 2016-09-12 23:43 UTC  (3+ messages)
` [PATCH 3/3] drm/amdgpu: add vce bypass mode for tonga

amdkfd - misc fixes + get_local_mem_info() port [V.2]
 2016-09-12 21:03 UTC  (4+ messages)
` [PATCH 5/7] drm/amdkfd: Remove duplicate pqm_uninit()

[PATCH 1/2] drm/amdgpu/vi: expose CB chicken bit registers via read reg interface
 2016-09-12 19:36 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu/cik: "

[PATCH 1/2] dma-buf: return index of the first signaled fence
 2016-09-12 18:59 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu: return first signaled fence index in status parameter

[PATCH] drm/amdgpu: add the interface of waiting multiple fences (v3)
 2016-09-12 18:48 UTC  (4+ messages)

[PATCH] drm/amdgpu: Avoid use-after-free
 2016-09-12 18:21 UTC  (2+ messages)

[PATCH] drm/amdgpu: add the interface of waiting multiple fences (v2)
 2016-09-12 16:24 UTC 


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