AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-30 14:40:21 to 2017-04-05 01:41:21 UTC [more...]

[PATCH] drm/amdgpu/soc15: Fix static checker warnings
 2017-04-05  1:41 UTC  (3+ messages)

[PATCH] Add support for high priority scheduling in amdgpu v7
 2017-04-04 22:05 UTC  (26+ messages)
  ` [PATCH 01/25] drm/amdgpu: refactor MQD/HQD initialization v2
  ` [PATCH 02/25] drm/amdgpu: doorbell registers need only be set once v2
  ` [PATCH 03/25] drm/amdgpu: detect timeout error when deactivating hqd
  ` [PATCH 04/25] drm/amdgpu: remove duplicate definition of cik_mqd
  ` [PATCH 05/25] drm/amdgpu: unify MQD programming sequence for kfd and amdgpu
  ` [PATCH 06/25] drm/amdgpu: rename rdev to adev
  ` [PATCH 07/25] drm/amdgpu: take ownership of per-pipe configuration v2
  ` [PATCH 08/25] drm/radeon: take ownership of pipe initialization
  ` [PATCH 09/25] drm/amdgpu: allow split of queues with kfd at queue granularity v2
  ` [PATCH 10/25] drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v2
  ` [PATCH 11/25] drm/amdkfd: allow split HQD on per-queue granularity v4
  ` [PATCH 12/25] drm/amdgpu: remove duplicate magic constants from amdgpu_amdkfd_gfx*.c
  ` [PATCH 13/25] drm/amdgpu: allocate queues horizontally across pipes
  ` [PATCH 14/25] drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCES
  ` [PATCH 15/25] drm/amdgpu: new queue policy, take first 2 queues of each pipe
  ` [PATCH 16/25] drm/amdgpu: untie user ring ids from kernel ring ids v4
  ` [PATCH 17/25] drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4
  ` [PATCH 18/25] drm/amdgpu: add parameter to allocate high priority contexts v7
  ` [PATCH 19/25] drm/amdgpu: add framework for HW specific priority settings v6
  ` [PATCH 20/25] drm/amdgpu: convert srbm lock to a spinlock v2
  ` [PATCH 21/25] drm/amdgpu: implement ring set_priority for gfx_v8 compute v5
  ` [PATCH 22/25] drm/amdgpu: condense mqd programming sequence
  ` [PATCH 23/25] drm/amdgpu: workaround tonga HW bug in HQD "
  ` [PATCH 24/25] drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3
  ` [PATCH 25/25] drm/amdgpu: use LRU mapping policy for SDMA engines

[PATCH] drm/amdgpu: Move function amdgpu_has_atpx near other similar functions
 2017-04-04 20:50 UTC 

[RFC] Revert "drm/amdgpu/gfx8: Fix SET_RESOURCES packet"
 2017-04-04 20:17 UTC  (8+ messages)

[PATCH 1/2] drm/amd/amdgpu: Fix psp_v3_1 compare sram
 2017-04-04 18:58 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amd/amdgpu: Clean up psp reload_quirk()

[PATCH] drm/amdgpu: cleanup get_invalidate_req v2
 2017-04-04 15:41 UTC  (2+ messages)

[PATCH 6/6] drm/radeon: Pin bos from imported dma-bufs to GTT
 2017-04-04 15:08 UTC  (8+ messages)
  ` [PATCH 6/7] drm/radeon: Maintain prime import/export refcount for BOs
      ` [PATCH 7/7 v2] drm/radeon: Refuse to migrate a prime BO to VRAM. (v2)

[PATCH libdrm] amdgpu: allow to query GPU sensor related information
 2017-04-04 14:34 UTC  (4+ messages)
  ` [PATCH libdrm v2] "

[PATCH] drm/amd/amdgpu: Fix srbm_indexing in init/inactive hqd code
 2017-04-04 14:30 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: use TTM_PL_FLAG_CONTIGUOUS v2
 2017-04-04 14:25 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amdgpu: handle CPU access for split VRAM buffers

[PATCH 1/6] drm/ttm: cleanup and optimize ttm_bo_mem_compat v2
 2017-04-04 14:24 UTC  (13+ messages)
` [PATCH 2/6] drm/ttm: add io_mem_pfn callback
  ` [PATCH 3/6] drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2
  ` [PATCH 5/6] drm/amdgpu: use TTM_PL_FLAG_CONTIGUOUS
  ` [PATCH 6/6] drm/amdgpu: handle CPU access for split VRAM buffers
` [PATCH 4/6] drm/amdgpu: drop alpha support

[PATCH] drm/amdgpu: cleanup VMHUB bit definitions v2
 2017-04-04 14:19 UTC  (2+ messages)

[PATCH 1/5] drm/amd/amdgpu: Clean up gfx_v8_0_kiq_set_interrupt_state()
 2017-04-04 14:07 UTC  (6+ messages)
  ` [PATCH 2/5] drm/amd/amdgpu: Clean up gfx_v8_0_inactive_hqd()
  ` [PATCH 3/5] drm/amd/amdgpu: clean up gfx_v8_0_kiq_init_register()
  ` [PATCH 4/5] drm/amd/amdgpu: de-numberify HQD_ACTIVE check
  ` [PATCH 5/5] drm/amd/amdgpu: Clean up gfx_v8_0_mqd_init()

[bug report] drm/amdgpu: switch ih handling to two levels (v3)
 2017-04-04 13:04 UTC 

[PATCH 1/8] drm/amdgpu: fix VMHUB order to match the hardware
 2017-04-04  7:31 UTC  (12+ messages)
  ` [PATCH 2/8] drm/amdgpu: move VM related defines into amdgpu_vm.h
  ` [PATCH 3/8] drm/amdgpu: remove VMID first tracking
  ` [PATCH 4/8] drm/amdgpu: coding style of amdgpu_vm_is_gpu_reset
  ` [PATCH 5/8] drm/amdgpu: cleanup coding style in amdgpu_vm_flush
  ` [PATCH 6/8] drm/amdgpu: cleanup logic "
  ` [PATCH 7/8] drm/amdgpu: move adjust_mc_addr into amdgpu_gart_funcs
  ` [PATCH 8/8] drm/amdgpu: cleanup VMHUB bit definitions

[PATCH] drm/amdgpu: Fix a NULL deref in amdgpu_vm_add_prt_cb()
 2017-04-04  6:34 UTC  (4+ messages)

[PATCH v2 00/16] DC Patches Apr 3, 2017
 2017-04-03 23:43 UTC  (17+ messages)
  ` [PATCH v2 01/16] drm/amd/display: decouple per-crtc-plane model
  ` [PATCH v2 02/16] drm/amd/display: Fix cleanup in amdgpu_dm_initialize_drm_device
  ` [PATCH v2 03/16] drm/amd/display: update plane functionalities
  ` [PATCH v2 04/16] drm/amd/display: remove surface validation against stream rect
  ` [PATCH v2 05/16] drm/amd/display: refactor member referencing to improve readability
  ` [PATCH v2 06/16] drm/amd/display: Temporary disable PSR for HBR2 & HBR3
  ` [PATCH v2 07/16] drm/amd/display: fix dce_calc surface pitch setting for non underlay pipes
  ` [PATCH v2 08/16] drm/amd/display: Remove get_connector_for_link
  ` [PATCH v2 09/16] drm/amd/display: Remove get_connector_for_sink
  ` [PATCH v2 10/16] drm/amd/display: Fix i2c write flag
  ` [PATCH v2 11/16] drm/amd/display: Refactor edid read
  ` [PATCH v2 12/16] drm/amd/display: PSR Aux Channel and Static Screen Support Fix
  ` [PATCH v2 13/16] drm/amd/display: Fill in vrefresh and min_vblank_time for dce8/dce10
  ` [PATCH v2 14/16] drm/amd/display: Ignore visible flag when check surface update type
  ` [PATCH v2 15/16] drm/amd/display: Log clock source in error condition
  ` [PATCH v2 16/16] drm/amd/display: Fix s3 hang on resume

[PATCH 00/16] DC Patches Apr 3, 2017
 2017-04-03 23:07 UTC  (17+ messages)
  ` [PATCH 01/16] drm/amd/display: decouple per-crtc-plane model
  ` [PATCH 02/16] drm/amd/display: Fix cleanup in amdgpu_dm_initialize_drm_device
  ` [PATCH 03/16] drm/amd/display: update plane functionalities
  ` [PATCH 04/16] drm/amd/display: remove surface validation against stream rect
  ` [PATCH 05/16] drm/amd/display: refactor member referencing to improve readability
  ` [PATCH 06/16] drm/amd/display: Temporary disable PSR for HBR2 & HBR3
  ` [PATCH 07/16] drm/amd/display: fix dce_calc surface pitch setting for non underlay pipes
  ` [PATCH 08/16] drm/amd/display: Remove get_connector_for_link
  ` [PATCH 09/16] drm/amd/display: Remove get_connector_for_sink
  ` [PATCH 10/16] drm/amd/display: Fix i2c write flag
  ` [PATCH 11/16] drm/amd/display: Refactor edid read
  ` [PATCH 12/16] drm/amd/display: PSR Aux Channel and Static Screen Support Fix
  ` [PATCH 13/16] drm/amd/display: Fill in vrefresh and min_vblank_time for dce8/dce10
  ` [PATCH 14/16] drm/amd/display: Ignore visible flag when check surface update type
  ` [PATCH 15/16] drm/amd/display: Log clock source in error condition
  ` [PATCH 16/16] drm/amd/display: Fix s3 hang on resume

[PATCH 2/2] drm/amd/powerplay: fix a couple locking issues
 2017-04-03 20:33 UTC  (2+ messages)

[PATCH 1/2] drm/amd/powerplay: fix pp_dpm_get_current_power_state()
 2017-04-03 20:28 UTC  (2+ messages)

Plan: BO move throttling for visible VRAM evictions
 2017-04-03 20:11 UTC  (4+ messages)

[bug report] drm/amdgpu: soc15 enable (v3)
 2017-04-03 19:54 UTC  (5+ messages)

[bug report] drm/amd/powerplay: add Vega10 powerplay support (v5)
 2017-04-03 19:38 UTC 

[PATCH] drm/amdgpu: fix vm size and block size for VMPT (v3)
 2017-04-03 19:34 UTC  (2+ messages)

[PATCH 0/6] amdgpu: psp update prep for S3 suspend/resume for vega10
 2017-04-03 18:39 UTC  (8+ messages)
  ` [PATCH 1/6] drm/amdgpu: split tmr init function
  ` [PATCH 2/6] drm/amdgpu: add firmware private memory
  ` [PATCH 3/6] drm/amdgpu: use private memory to store psp firmware data
  ` [PATCH 4/6] drm/amdgpu: split asd function
  ` [PATCH 5/6] drm/amdgpu: split psp ring init function
  ` [PATCH 6/6] drm/amdgpu: add hw_start and non-psp firmware loading into resume

[PATCH v2] drm/amdgpu: Read vram width from integrated system info table
 2017-04-03 16:29 UTC  (6+ messages)

[PATCH libdrm 1/3] headers: sync amdgpu_drm.h from airlied/drm-next
 2017-04-03 16:16 UTC  (6+ messages)
  ` [PATCH libdrm 2/3] headers: the uint*_t vs. __u* discrepancy in amdgpu_drm is fixed
  ` [PATCH libdrm 3/3] amdgpu: add REPLACE and CLEAR checking for VA op (v2)

[bug report] drm/amdgpu/gfx6: clean up cu configuration
 2017-04-03 13:54 UTC  (3+ messages)

[PATCH] drm/amdgpu: Read vram width from integrated system info table
 2017-04-03 13:01 UTC  (2+ messages)

[PATCH 4/6] drm/amd/amdgpu: Pin bos from imported dma-bufs to GTT
 2017-04-03  3:31 UTC  (2+ messages)
  ` [PATCH 4/6 (v2)] drm/amdgpu: Refuse to pin or change acceptable domains of prime BOs to VRAM. (v2)

[PATCH 1/2 v2] drm/amdgpu: fix vm size and block size for Vega10 VMPT
 2017-04-01  2:50 UTC  (4+ messages)
  ` [PATCH 2/2] drm/amdgpu: rename amdgpu_get_block_size to amdgpu_check_block_size

Regression caused by "drm/amdgpu: get display info from DC when DC enabled."
 2017-03-31 20:17 UTC  (3+ messages)

[PATCH] drm/amdgpu: use a 64bit interval tree for VM management
 2017-03-31 19:55 UTC  (8+ messages)

[PATCH] drm/amdgpu/gfx8: fix resume of KIQ and KCQs
 2017-03-31 16:12 UTC 

[PATCH] drm/amdgpu/powerplay: fix locking typo
 2017-03-31 15:38 UTC  (3+ messages)

CPU mapping of split VRAM buffers
 2017-03-31  7:19 UTC  (7+ messages)
` [PATCH 4/6] drm/amdgpu: drop alpha support

[PATCH 1/5] drm/amdgpu/gfx8: KIQ is also disabled when MEC is disabled
 2017-03-31  7:00 UTC  (6+ messages)
  ` [PATCH 2/5] drm/amdgpu/vi: add defines for KIQ packets
  ` [PATCH 3/5] drm/amdgpu/gfx8: use new KIQ packet defines
  ` [PATCH 4/5] drm/amdgpu/gfx8: properly disable the KCQs in hw_fini
  ` [PATCH 5/5] drm/amdgpu/gfx8: Fix SET_RESOURCES packet

[PATCH 1/2] drm/amdgpu: fix vm size and block size for Vega10 VMPT (v2)
 2017-03-31  2:59 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu: rename amdgpu_get_block_size to amdgpu_check_block_size

[PATCH 1/2] drm/amdgpu: create a func to check vm size
 2017-03-31  2:53 UTC  (6+ messages)
` [PATCH 2/2] drm/amdgpu: set vm size as 256TB for Vega10

[pull] radeon and amdgpu drm-next-4.12
 2017-03-30 22:01 UTC 

amdgpu fixes for display watermark calculations
 2017-03-30 19:24 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark calculations

amd-iommu: can't boot with amdgpu, AMD-Vi: Completion-Wait loop timed out
 2017-03-30 14:48 UTC  (6+ messages)
` [PATCH] iommu/amd: flush IOTLB for specific domains only


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