AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-13 21:35:39 to 2017-04-19 08:10:48 UTC [more...]

[PATCH v2] drm/amdgpu: PRT support for gfx9 (v2)
 2017-04-19  8:10 UTC  (3+ messages)

[RfC PATCH] drm: fourcc byteorder: brings header file comments in line with reality
 2017-04-19  7:09 UTC  (21+ messages)

[PATCH 1/3] drm/amdgpu: fix gtt mgr available statistics
 2017-04-19  6:59 UTC  (9+ messages)
  ` [PATCH 2/3] drm/amdgpu: add gtt print like vram when dump mm table
  ` [PATCH 3/3] drm/amdgpu: move gtt usage statistic to gtt mgr

[libdrm] amdgpu/: concisely && consistently check null ptrs in canonical form
 2017-04-19  6:50 UTC  (2+ messages)

[PATCH] dmr/amdgpu: Fix wrongly unref of BO
 2017-04-19  6:35 UTC  (9+ messages)

[PATCH libdrm 0/2] amdgpu: add amdgpu_cs_wait_fences
 2017-04-19  3:17 UTC  (7+ messages)
` [PATCH libdrm 1/2] amdgpu: add the interface of waiting multiple fences

[PATCH] Improve pipe split between amdgpu and amdkfd v3
 2017-04-19  3:04 UTC  (20+ messages)
  ` [PATCH 01/18] drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generation
  ` [PATCH 02/18] drm/amdgpu: refactor MQD/HQD initialization v3
  ` [PATCH 03/18] drm/amdgpu: detect timeout error when deactivating hqd
  ` [PATCH 04/18] drm/amdgpu: remove duplicate definition of cik_mqd
  ` [PATCH 05/18] drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2
  ` [PATCH 06/18] drm/amdgpu: fix kgd_hqd_load failing to update shadow_wptr
  ` [PATCH 07/18] drm/amdgpu: rename rdev to adev
  ` [PATCH 08/18] drm/radeon: take ownership of pipe initialization
  ` [PATCH 09/18] drm/amdgpu: take ownership of per-pipe configuration v3
  ` [PATCH 10/18] drm/amdgpu: allow split of queues with kfd at queue granularity v4
  ` [PATCH 11/18] drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3
  ` [PATCH 12/18] drm/amdkfd: allow split HQD on per-queue granularity v5
  ` [PATCH 13/18] drm/amdgpu: remove duplicate magic constants from amdgpu_amdkfd_gfx*.c
  ` [PATCH 14/18] drm/amdgpu: allocate queues horizontally across pipes
  ` [PATCH 15/18] drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCES
  ` [PATCH 16/18] drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2
  ` [PATCH 17/18] drm/amdgpu: new queue policy, take first 2 queues of each pipe v2
  ` [PATCH 18/18] DO NOT SUBMIT: drm_next fixup

[PATCH] drm/amdgpu: PRT support for gfx9
 2017-04-19  1:41 UTC  (7+ messages)

[repost] drm sync objects cleaned up
 2017-04-18 23:54 UTC  (6+ messages)

[PATCH split] Improve pipe split between amdgpu and amdkfd
 2017-04-18 19:41 UTC  (15+ messages)
` [PATCH 02/17] drm/amdgpu: refactor MQD/HQD initialization v3
` [PATCH 09/17] drm/amdgpu: take ownership of per-pipe configuration v2
  ` [PATCH 14/17] drm/amdgpu: allocate queues horizontally across pipes
  ` [PATCH 15/17] drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCES
  ` [PATCH 16/17] drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2
  ` [PATCH 17/17] drm/amdgpu: new queue policy, take first 2 queues of each pipe v2

[PATCH v2 1/2] dmr/amdgpu: Fix wrongly unref of BO
 2017-04-18 17:48 UTC  (3+ messages)
  ` [PATCH v2 2/2] drm/amdgpu: print debug message when fails to reserve BO

[PATCH 00/12] KIQ support for gfx9
 2017-04-18 17:05 UTC  (19+ messages)
  ` [PATCH 01/12] drm/amdgpu/gfx9: fix typo in mpd init
  ` [PATCH 02/12] drm/amdgpu/gfx9: add additional MQD initialization
  ` [PATCH 03/12] drm/amdgpu/gfx9: create mqd backups
  ` [PATCH 04/12] drm/amdgpu/gfx9: clear the compute ring on reset
  ` [PATCH 05/12] drm/amdgpu: add KIQ packet defines to soc15d.h
  ` [PATCH 06/12] drm/amdgpu/gfx9: use new KIQ packet defines
  ` [PATCH 07/12] drm/amdgpu/gfx9: wait for completion in KIQ init
  ` [PATCH 08/12] drm/amdgpu: split gfx_v9_0_kiq_init_queue into two
  ` [PATCH 09/12] drm/amdgpu/gfx9: wait once for all KCQs to be created
  ` [PATCH 10/12] drm/amdgpu/gfx9: move SET_RESOURCES into the same command stream
  ` [PATCH 11/12] drm/amdgpu/gfx9: fix resume of KIQ and KCQs
  ` [PATCH 12/12] drm/amdgpu/gfx9: Switch baremetal to use KIQ for compute ring management. (v3)

[PATCH] drm/amdgpu/gfx9: Switch baremetal to use KIQ for compute ring management. (v4)
 2017-04-18 16:19 UTC 

[rfc repost] drm sync objects - a new beginning (make ickle happier?)
 2017-04-18 14:38 UTC  (5+ messages)
` [PATCH 1/7] sync_file: get rid of internal reference count

[PATCH] drm/amdgpu: Fix module unload hang by KIQ on Vega10
 2017-04-18 14:21 UTC  (4+ messages)

[PATCH] drm/amdgpu: fix memory clock can't switch on CI
 2017-04-18 14:02 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu/mmhub_v1: bypass clockgating setting
 2017-04-18 13:52 UTC  (2+ messages)

[PATCH 2/2] drm/amdgpu/gfx9: bypass clockgating setting
 2017-04-18 13:52 UTC  (2+ messages)

[PATCH umr] Add support for decoding PKT3_COND_EXEC
 2017-04-18 13:50 UTC 

[PATCH 1/3] drm/amdgpu: fix typo in dmesg in gfx_v8_0_kiq_kcq_disable
 2017-04-18 13:49 UTC  (6+ messages)
  ` [PATCH 2/3] drm/amdgpu: delete reduant kiq irq funcs type check in gfx8
  ` [PATCH 3/3] drm/amdgpu: not set KIQ IRQ source in gfx_v9

amdgpu 0000:84:00.0: gpu post error! \\ Fatal error during GPU init
 2017-04-18 12:27 UTC  (4+ messages)

AMDGPU without display output
 2017-04-18 12:25 UTC  (5+ messages)

[PATCH umr] page_table_base_addr is not a page address on AI+
 2017-04-18 11:43 UTC  (2+ messages)

[PATCH V2] drm/amdgpu: Destroy psp ring in hw_fini
 2017-04-18  7:04 UTC 

[PATCH] drm/amdgpu: Destroy psp ring in hw_fini
 2017-04-18  3:21 UTC  (4+ messages)

[PATCH] drm/amdgpu: set kiq irq in sriov case for gfx_v9
 2017-04-18  2:25 UTC  (3+ messages)

[PATCH split 3/3] Add support for high priority scheduling in amdgpu v9
 2017-04-17 23:37 UTC  (9+ messages)
  ` [PATCH 1/4] drm/amdgpu: add parameter to allocate high priority contexts v7
  ` [PATCH 2/4] drm/amdgpu: add framework for HW specific priority settings v6
  ` [PATCH 3/4] drm/amdgpu: convert srbm lock to a spinlock v2
  ` [PATCH 4/4] drm/amdgpu: implement ring set_priority for gfx_v8 compute v5

[PATCH] Improve pipe split between amdgpu and amdkfd v2
 2017-04-17 22:48 UTC  (18+ messages)
  ` [PATCH 01/17] drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generation
  ` [PATCH 02/17] drm/amdgpu: refactor MQD/HQD initialization v3
  ` [PATCH 03/17] drm/amdgpu: detect timeout error when deactivating hqd
  ` [PATCH 04/17] drm/amdgpu: remove duplicate definition of cik_mqd
  ` [PATCH 05/17] drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2
  ` [PATCH 06/17] drm/amdgpu: fix kgd_hqd_load failing to update shadow_wptr
  ` [PATCH 07/17] drm/amdgpu: rename rdev to adev
  ` [PATCH 08/17] drm/radeon: take ownership of pipe initialization
  ` [PATCH 09/17] drm/amdgpu: take ownership of per-pipe configuration v3
  ` [PATCH 10/17] drm/amdgpu: allow split of queues with kfd at queue granularity v4
  ` [PATCH 11/17] drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3
  ` [PATCH 12/17] drm/amdkfd: allow split HQD on per-queue granularity v4
  ` [PATCH 13/17] drm/amdgpu: remove duplicate magic constants from amdgpu_amdkfd_gfx*.c
  ` [PATCH 14/17] drm/amdgpu: allocate queues horizontally across pipes
  ` [PATCH 15/17] drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCES
  ` [PATCH 16/17] drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2
  ` [PATCH 17/17] drm/amdgpu: new queue policy, take first 2 queues of each pipe v2

[PATCH] amdgpu:fix incorrect use on the remap_mutex
 2017-04-17 21:12 UTC  (4+ messages)
  ` 答复: "

[PATCH 1/3] drm/amdgpu: Remove redundant itermediate return val in sdma_v4_0.c
 2017-04-17 17:58 UTC  (5+ messages)
  ` [PATCH 2/3] drm/amdgpu: set kiq irq functions in sriov case for gfx_v9
  ` [PATCH 3/3] drm/amd/amdgpu: coding style refine in sdma_v4_0.c

[PATCH umr] Fix AI multiple level VM decoding
 2017-04-17 17:28 UTC 

[PATCH] drm/amd/powerplay: delete dead functions in vega10
 2017-04-17 14:09 UTC  (2+ messages)

[PATCH xf86-video-ati] Don't set modes before RADEONWindowExposures_oneshot is called
 2017-04-17 14:06 UTC  (2+ messages)

[PATCH v2] drm/dp-helper: DP_TEST_MISC1 should be DP_TEST_MISC0
 2017-04-17 13:59 UTC  (2+ messages)

[PATCH umr] Add new AI+ field to RELEASE_MEM decoding
 2017-04-17 13:37 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: Remove redundant itermediate return val in sdma_v4_0.c
 2017-04-17 12:04 UTC 

Plan: BO move throttling for visible VRAM evictions
 2017-04-17  9:55 UTC  (7+ messages)

[PATCH] amdgpu:fix incorrect use on the remap_mutex
 2017-04-17  6:56 UTC 

[PATCH] drm/amdgpu: fix to print incorrect wptr address
 2017-04-14  3:08 UTC  (2+ messages)

[PATCH split 2/3] LRU map compute/SDMA user ring ids to kernel ring ids
 2017-04-13 22:04 UTC  (7+ messages)
  ` [PATCH 1/6] drm/amdgpu: condense mqd programming sequence
  ` [PATCH 2/6] drm/amdgpu: workaround tonga HW bug in HQD "
  ` [PATCH 3/6] drm/amdgpu: untie user ring ids from kernel ring ids v4
  ` [PATCH 4/6] drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4
  ` [PATCH 5/6] drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3
  ` [PATCH 6/6] drm/amdgpu: use LRU mapping policy for SDMA engines


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