AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-18 19:09:19 to 2022-01-20 18:15:33 UTC [more...]

[PATCH] drm/amdgpu: Fix double free in amdgpu_get_xgmi_hive
 2022-01-20 18:04 UTC  (2+ messages)

[PATCH] drm/amdgpu: filter out radeon secondary ids as well
 2022-01-20 18:15 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu/display: adjust msleep limit in dp_wait_for_training_aux_rd_interval
 2022-01-20 18:04 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu/display: use msleep rather than udelay for long delays

[PATCH] drm/amdgpu: Disable FRU EEPROM access for SRIOV
 2022-01-20 17:58 UTC  (3+ messages)

[PATCH] drm/amdgpu: enable amdgpu_dc module parameter
 2022-01-20 17:35 UTC  (2+ messages)

[PATCH v9 2/6] drm: improve drm_buddy_alloc function
 2022-01-20 17:35 UTC  (6+ messages)
` [PATCH v9 3/6] drm: implement top-down allocation method
` [PATCH v9 4/6] drm: implement a method to free unused pages
` [PATCH v9 5/6] drm/amdgpu: move vram inline functions into a header
` [PATCH v9 6/6] drm/amdgpu: add drm buddy support to amdgpu

[PATCH v9 1/6] drm: move the buddy allocator from i915 into common drm
 2022-01-20 16:40 UTC  (3+ messages)

[PATCH 1/2] drm/amdkfd: svm deferred_list work continue cleanup after mm gone
 2022-01-20 16:29 UTC  (5+ messages)
` [PATCH 2/2] drm/amdkfd: svm range restore work deadlock when process exit

[PATCH V2 1/7] drm/amd/pm: drop unneeded lock protection smu->mutex
 2022-01-20 15:59 UTC  (7+ messages)
` [PATCH V2 7/7] drm/amd/pm: drop unneeded hwmgr->smu_lock

[PATCH 0/7] DRM kmap() fixes and kmap_local_page() conversions
 2022-01-20 15:48 UTC  (6+ messages)
        ` [Intel-gfx] "

[PATCH] drm/amdgpu: remove gart.ready flag
 2022-01-20 15:47 UTC  (11+ messages)

[PATCH 1/9] drm/amdgpu: add helper to query rlcg reg access flag
 2022-01-20 15:44 UTC  (10+ messages)
` [PATCH 2/9] drm/amdgpu: switch to get_rlcg_reg_access_flag for gfx9
` [PATCH 3/9] drm/amdgpu: switch to get_rlcg_reg_access_flag for gfx10
` [PATCH 4/9] drm/amdgpu: add structures for rlcg indirect reg access
` [PATCH 5/9] drm/amdgpu: init rlcg_reg_access_ctrl for gfx9
` [PATCH 6/9] drm/amdgpu: init rlcg_reg_access_ctrl for gfx10
` [PATCH 7/9] drm/amdgpu: add helper for rlcg indirect reg access
` [PATCH 8/9] drm/amdgpu: switch to amdgpu_sriov_rreg/wreg
` [PATCH 9/9] drm/amdgpu: retire rlc callbacks sriov_rreg/wreg

[PATCH 1/2] drm/amdgpu: grab a PM reference on importing DMA-bufs
 2022-01-20 15:18 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: protected amdgpu_dma_buf_move_notify against hotplug

[PATCH] drm/amdgpu: switch to common helper to read bios from rom
 2022-01-20 13:32 UTC  (2+ messages)

[PATCH] drm/admgpu: fix the page fault caused by uninitialized variables
 2022-01-20 13:23 UTC  (3+ messages)

[PATCH] drm/amdgpu: force using sdma to update vm page table when mmio is blocked
 2022-01-20  9:39 UTC  (6+ messages)

[PATCH] drm/amdgpu: modify a pair of functions for the pcie port wreg/rreg
 2022-01-20  9:17 UTC  (3+ messages)

[PATCH 0/3] lib/string_helpers: Add a few string helpers
 2022-01-20  9:12 UTC  (29+ messages)
` [PATCH 1/3] lib/string_helpers: Consolidate yesno() implementation
      ` [Intel-gfx] "
` [PATCH 2/3] lib/string_helpers: Add helpers for enable[d]/disable[d]
` [PATCH 3/3] drm: Convert open yes/no strings to yesno()
      ` [Intel-gfx] [PATCH 0/3] lib/string_helpers: Add a few string helpers

amd-staging-drm-next breaks suspend
 2022-01-20  8:59 UTC  (10+ messages)

[PATCH V2 1/2] drm/amdgpu: Move xgmi ras initialization from .late_init to .early_init
 2022-01-20  8:57 UTC  (7+ messages)
` [PATCH V2 2/2] Revert "drm/amdgpu: No longer insert ras blocks into ras_list if it already exists in ras_list"

[PATCH v3 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-20  6:33 UTC  (15+ messages)
` [PATCH v3 01/10] mm: add zone device coherent type memory support
` [PATCH v3 06/10] lib: test_hmm add ioctl to get zone device type
` [PATCH v3 07/10] lib: test_hmm add module param for "
` [PATCH v3 08/10] lib: add support for device coherent type in test_hmm
` [PATCH v3 09/10] tools: update hmm-test to support device coherent type
` [PATCH v3 10/10] tools: update test_hmm script to support SP config

[PATCH] drm/amdgpu: suppress the warning about enum value 'AMD_IP_BLOCK_TYPE_NUM'
 2022-01-20  7:28 UTC  (2+ messages)

[PATCH] drm/amd: Fix MSB of SMU version printing
 2022-01-20  6:44 UTC  (2+ messages)

[RFC] amdgpu MST questions, and future plans
 2022-01-20  6:13 UTC  (2+ messages)

[PATCH Review 1/1] drm/amdgpu: fix convert bad page retiremt
 2022-01-20  3:41 UTC  (4+ messages)
  ` 回复: "

[PATCH] drm/amd/display: Shorten delay time to 1us while resetting FIFO
 2022-01-20  2:37 UTC  (4+ messages)

[PATCH] drm/amd/display: Correct MPC split policy for DCN301
 2022-01-20  2:20 UTC  (4+ messages)

[PATCH] amd/amdkfd:Fix the return value in kfd_process_queue_manager
 2022-01-20  1:38 UTC  (3+ messages)

[pull] amdgpu, radeon drm-fixes-5.17
 2022-01-20  1:35 UTC 

[PATCH 1/3] dma-buf: make the flags can be configured during dma fence init
 2022-01-20  0:31 UTC  (3+ messages)
` [PATCH 3/3] drm: fix the warnning of string style for scheduler trace

[PATCH] drm/radeon: remove redundant assignment to reg
 2022-01-19 22:46 UTC 

[PATCH] drm/amd/display: change FIFO reset condition to embedded display only
 2022-01-19 22:45 UTC  (2+ messages)

[RFC PATCH v3 0/3] Add support modifiers for drivers whose planes only support linear layout
 2022-01-19 19:17 UTC  (7+ messages)
` [RFC PATCH v3 2/3] drm: add "

[PATCH] drm/amdkcl: Resolve build issue with kcl_amdgpu_get_vblank_time_ns
 2022-01-20  4:00 UTC 

[PATCH Review 1/1] drm/amdgpu: remove unused variable warning
 2022-01-19 17:25 UTC  (4+ messages)
  ` 回复: "

[PATCH] drm/amdgpu: fix broken debug sdma vram access function
 2022-01-19 15:52 UTC  (2+ messages)

[PATCH] drm/amdkfd: enable heavy-weight TLB flush on Arcturus
 2022-01-19 15:03 UTC  (7+ messages)

[PATCH 1/2] drm/amdgpu: Move xgmi ras initialization from .late_init to early_init
 2022-01-19 10:08 UTC  (3+ messages)
` [PATCH 2/2] Revert "drm/amdgpu: No longer insert ras blocks into ras_list if it already exists in ras_list"

[PATCH 0/8] DC improvement patches
 2022-01-19  8:24 UTC  (9+ messages)
` [PATCH 1/8] drm/amd/display: factor out dp detection link training and mst top detection
` [PATCH 2/8] drm/amd/display: Add work around to enforce TBT3 compatibility
` [PATCH 3/8] drm/amd/display: Drop DCN for DP2.x logic
` [PATCH 4/8] drm/amd/display: abstract encoder related hwseq across different types
` [PATCH 5/8] drm/amd/display: add more link_hwss types and method to decide which one
` [PATCH 6/8] drm/amd/display: rename dc_link_hwss struct to link_hwss
` [PATCH 7/8] drm/amd/display: fix a coding error causing set throttled vcp size skipped for dpia
` [PATCH 8/8] drm/amd/display: Don't update drm connector when read local EDID

[PATCH] drm/amdgpu: remove unused variable
 2022-01-19  7:33 UTC  (2+ messages)

[PATCH] drm/amdkfd: enable heavy-weight TLB flush on Arcturus
 2022-01-19  7:31 UTC  (9+ messages)

[PATCH 1/3] drm/amdgpu: Remove repeated calls
 2022-01-19  7:22 UTC  (8+ messages)
` [PATCH 2/3] drm/amdgpu: Move xgmi ras initialization from .late_init to .early_init
` [PATCH 3/3] drm/amdgpu: Remove redundant code in gmc v10

[PATCH] drm/amdgpu: remove unused variable
 2022-01-19  6:26 UTC  (2+ messages)

[PATCH v4] drm/amd: Warn users about potential s0ix problems
 2022-01-19  3:41 UTC 

[PATCH v3] drm/amd: Warn users about potential s0ix problems
 2022-01-19  1:45 UTC  (2+ messages)

[PATCH] drm/amdkfd: enable heavy-weight TLB flush on Arcturus
 2022-01-18 21:50 UTC  (3+ messages)

[PATCH] amdgpu/amdgpu_psp: remove unneeded ret variable
 2022-01-18 20:31 UTC  (2+ messages)

[PATCH] drm/radeon: fix UVD suspend error
 2022-01-18 20:16 UTC  (3+ messages)

[PATCH] drm/amdgpu: Add missing pm_runtime_put_autosuspend
 2022-01-18 20:13 UTC  (2+ messages)

[PATCH v11 00/19] dyndbg & drm.debug to tracefs
 2022-01-18 19:18 UTC  (4+ messages)
` [PATCH v11 03/19] dyndbg: add write-to-tracefs code


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