AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-07 21:44:05 to 2021-10-13 20:49:18 UTC [more...]

[PATCH v4 00/20] drm: cleanup: Use DRM_MODESET_LOCK_ALL_* helpers
 2021-10-13 20:48 UTC  (4+ messages)
` [PATCH v4 01/20] drm: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()
` [PATCH v4 02/20] drm/i915: "
` [PATCH v4 03/20] drm/msm: "

[PATCH] drm/amdgpu: fix out of bounds write
 2021-10-13 20:40 UTC  (2+ messages)

[PATCH] drm/amdgpu/gfx10: fix typo in gfx_v10_0_update_gfx_clock_gating()
 2021-10-13 18:21 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu/smu11: fix firmware version check for vangogh
 2021-10-13 18:20 UTC  (6+ messages)
` [PATCH 2/3] drm/amdgpu/swsmu: fix is_support_sw_smu() for VEGA20
` [PATCH 3/3] drm/amdgpu/psp: add some missing cases to psp_check_pmfw_centralized_cstate_management

[PATCH 1/5] drm/amdkfd: protect hawaii_device_info with CONFIG_DRM_AMDGPU_CIK
 2021-10-13 18:20 UTC  (6+ messages)
` [PATCH 2/5] drm/amdkfd: protect raven_device_info with KFD_SUPPORT_IOMMU_V2
` [PATCH 3/5] drm/amdgpu: drop soc15_set_ip_blocks()
` [PATCH 4/5] drm/amdgpu: drop nv_set_ip_blocks()
` [PATCH 5/5] drm/amdgpu: drop navi reg init functions

[PATCH 1/2] drm: Add Gamma and Degamma LUT sizes props to drm_crtc to validate
 2021-10-13 18:18 UTC  (5+ messages)
  ` [PATCH 2/2] amd/amdgpu_dm: Verify Gamma and Degamma LUT sizes using DRM Core check

[PATCH Review 1/1] drm/ttm: fix debugfs node create failed
 2021-10-13 18:11 UTC  (4+ messages)

[PATCH 0/5] 0 MHz is not a valid current frequency
 2021-10-13 17:19 UTC  (15+ messages)
` [PATCH 1/5] drm/amd/pm: Slight function rename
` [PATCH 2/5] drm/amd/pm: Rename cur_value to curr_value
` [PATCH 3/5] drm/amd/pm: Rename freq_values --> freq_value
` [PATCH 4/5] dpm/amd/pm: Sienna: 0 MHz is not a current clock frequency
` [PATCH 5/5] dpm/amd/pm: Navi10: "

[PATCH 0/5] 0 MHz is not a valid current frequency (v2)
 2021-10-13 16:12 UTC  (6+ messages)
` [PATCH 1/5] drm/amd/pm: Slight function rename (v2)
` [PATCH 2/5] drm/amd/pm: Rename cur_value to curr_value
` [PATCH 3/5] drm/amd/pm: Rename freq_values --> freq_value
` [PATCH 4/5] dpm/amd/pm: Sienna: 0 MHz is not a current clock frequency
` [PATCH 5/5] dpm/amd/pm: Navi10: "

[PATCH] drm/amdgpu/nbio2.3: use original HDP_FLUSH bits for navi1x
 2021-10-13 15:34 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Siqueira for AMD DC
 2021-10-13 15:27 UTC  (4+ messages)

[PATCH] drm/amdkfd: Separate pinned BOs destruction from general routine
 2021-10-13 15:24 UTC  (2+ messages)

[PATCH 1/1] drm/amdgpu: release gtt bo after each move test
 2021-10-13 15:10 UTC  (6+ messages)
` [PATCH 1/1] drm/amdgpu: fix BO leak after successful "

[PATCH] drm/amd/display: fix apply_degamma_for_user_regamma() warning
 2021-10-13 14:42 UTC 

[PATCH] drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpu
 2021-10-13 14:30 UTC  (3+ messages)

[PATCH 1/3] drm:Enable buddy allocator support
 2021-10-13 13:57 UTC  (2+ messages)

[PATCH 3/3] drm/amdgpu: Replace drm_mm with drm buddy manager
 2021-10-13 13:39 UTC 

[PATCH 2/3] drm/amdgpu:move vram manager defines into a header file
 2021-10-13 13:38 UTC 

[PATCH v1 00/12] MEMORY_DEVICE_COHERENT for CPU-accessible coherent device memory
 2021-10-13 13:34 UTC  (22+ messages)
` [PATCH v1 01/12] ext4/xfs: add page refcount helper
` [PATCH v1 02/12] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v1 03/12] mm: add zone device coherent type memory support
` [PATCH v1 04/12] mm: add device coherent vma selection for memory migration
` [PATCH v1 05/12] drm/amdkfd: ref count init for device pages
` [PATCH v1 06/12] drm/amdkfd: add SPM support for SVM
` [PATCH v1 07/12] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v1 08/12] lib: test_hmm add ioctl to get zone device type
` [PATCH v1 09/12] lib: test_hmm add module param for "
` [PATCH v1 10/12] lib: add support for device coherent type in test_hmm
` [PATCH v1 11/12] tools: update hmm-test to support device coherent type
` [PATCH v1 12/12] tools: update test_hmm script to support SP config

bf756fb833cb ("drm/amdgpu: add missing cleanups for Polaris12 UVD/VCE on suspend")
 2021-10-13  9:26 UTC  (10+ messages)

[PATCH v2 1/2] drm/amdkfd: fix boot failure when iommu is disabled in Picasso
 2021-10-13 12:49 UTC  (3+ messages)
` [PATCH v2 2/2] drm/amdkfd: fix resume error when iommu "

[PATCH] drm/amdkfd: Fix a __user pointer dereference in create_signal_event
 2021-10-13  8:30 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 06/11] drm/amdgpu/display: fix dependencies for DRM_AMD_DC_SI
 2021-10-13  0:55 UTC 

[PATCH AUTOSEL 5.14 08/17] drm/amdgpu/display: fix dependencies for DRM_AMD_DC_SI
 2021-10-13  0:54 UTC  (2+ messages)
` [PATCH AUTOSEL 5.14 09/17] drm/amdgpu: init iommu after amdkfd device init

[PATCH v2 1/3] drm/amdkfd: ratelimited svm debug messages
 2021-10-12 22:49 UTC  (8+ messages)
` [PATCH v2 2/3] drm/amdkfd: handle svm partial migration cpages 0
  ` [PATCH v3 "
      ` [PATCH v4 "
` [PATCH v2 3/3] drm/amdkfd: create unregister svm range not overlap with TTM range

[PATCH v5] amd/display: only require overlay plane to cover whole CRTC on ChromeOS
 2021-10-12 21:03 UTC  (9+ messages)

[PATCH] drm/amdgpu: Warn when bad pages approaches threshold
 2021-10-12 20:56 UTC 

Fwd: [PATCH] Size can be any value and is user controlled resulting in overwriting the 40 byte array wr_buf with an arbitrary length of data from buf
 2021-10-12 20:56 UTC  (4+ messages)

[PATCH] drm/amdgpu: enable display for cyan skillfish
 2021-10-12 19:41 UTC  (5+ messages)

[PATCH 1/2] drm/amdgpu: Enable RAS error injection after mode2 reset on Aldebaran
 2021-10-12 15:35 UTC  (5+ messages)
` [PATCH 2/2] drm/amdgpu: Fix RAS page retirement with "

[PATCH 1/2] drm/amdkfd: fix boot failure when iommu is disabled in Picasso
 2021-10-12 14:39 UTC  (3+ messages)
` [PATCH 2/2] drm/amdkfd: fix resume error when iommu "

[PATCH] drm/amd/display: fix null pointer deref when plugging in display
 2021-10-12 14:34 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix surface optimization regression on Carrizo
 2021-10-12 14:30 UTC  (4+ messages)

[PATCH] drm/amd/display: Enable PSR by default on DCN3.1
 2021-10-12 14:18 UTC  (4+ messages)

[PATCH] drm/amdgpu: query default sclk from smu for cyan_skillfish
 2021-10-12  2:22 UTC  (6+ messages)

[PATCH] drm/amdgpu/pm: properly handle sclk for profiling modes on vangogh
 2021-10-12  1:24 UTC  (2+ messages)

[PATCH V2 00/64] Move to IP driven device enumeration
 2021-10-11 23:16 UTC  (5+ messages)
` [PATCH 28/64] drm/amdgpu: drive all navi asics from the IP discovery table

`AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT=y` causes AMDGPU to fail on Ryzen: amdgpu: SME is not compatible with RAVEN
 2021-10-11 16:29 UTC  (17+ messages)
                        ` [PATCH -v2] x86/Kconfig: Do not enable AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT automatically

[PATCH 2/2] drm/amdgpu: init iommu after amdkfd device init
 2021-10-11 12:15 UTC  (7+ messages)

[PATCH] drm/amdgpu: fix Polaris12 uvd crash on driver unload
 2021-10-11  8:28 UTC 

[PATCH v3] drm/dp: Add Additional DP2 Headers
 2021-10-08 21:03 UTC  (5+ messages)

[PATCH v3 00/20] drm: cleanup: Use DRM_MODESET_LOCK_ALL_* helpers
 2021-10-08 20:55 UTC  (3+ messages)
` [PATCH v3 20/20] drm: cleanup: remove acquire_ctx from drm_mode_config

[pull] amdgpu, amdkfd drm-next-5.16
 2021-10-08 20:03 UTC 

[PATCH 1/4] drm/amdkfd: ratelimited svm debug messages
 2021-10-08 19:28 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu/nbio7.4: don't use GPU_HDP_FLUSH bit 12
 2021-10-08 18:33 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu/nbio2.3: "

[PATCH v2 1/7] drm/sysfs: introduce drm_sysfs_connector_hotplug_event
 2021-10-08 18:14 UTC 

[PATCH] drm/amd/display: remove duplicate include in dcn201_clk_mgr.c
 2021-10-08  8:40 UTC 

[PATCH] drm/amd/display: Fix Werror when building
 2021-10-08 13:51 UTC  (2+ messages)

[PATCH v2 00/23] USB4 DP tunneling
 2021-10-08  8:32 UTC  (4+ messages)
` [PATCH v2 11/23] drm/amd/display: Implement DPIA clock recovery phase

[PATCH 0/2] v2 Add limit_type to (pptable_funcs)->set_power_limit signature
 2021-10-08  5:59 UTC  (2+ messages)

[PATCH] drm/amdkfd: rm BO resv on validation to avoid deadlock
 2021-10-07 21:48 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