AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-03 19:18:49 to 2023-01-05 03:45:48 UTC [more...]

[PATCH v6 00/45] Recover from failure to probe GPU
 2023-01-05  3:43 UTC  (46+ messages)
` [PATCH v6 01/45] drm/amd: Delay removal of the firmware framebuffer
` [PATCH v6 02/45] drm/amd: Add a legacy mapping to "amdgpu_ucode_ip_version_decode"
` [PATCH v6 03/45] drm/amd: Convert SMUv11 microcode to use `amdgpu_ucode_ip_version_decode`
` [PATCH v6 04/45] drm/amd: Convert SMUv13 "
` [PATCH v6 05/45] drm/amd: Add a new helper for loading/validating microcode
` [PATCH v6 06/45] drm/amd: Use `amdgpu_ucode_request` helper for SDMA
` [PATCH v6 07/45] drm/amd: Convert SDMA to use `amdgpu_ucode_ip_version_decode`
` [PATCH v6 08/45] drm/amd: Make SDMA firmware load failures less noisy
` [PATCH v6 09/45] drm/amd: Use `amdgpu_ucode_*` helpers for VCN
` [PATCH v6 10/45] drm/amd: Load VCN microcode during early_init
` [PATCH v6 11/45] drm/amd: Load MES "
` [PATCH v6 12/45] drm/amd: Use `amdgpu_ucode_*` helpers for MES
` [PATCH v6 13/45] drm/amd: Remove superfluous assignment for `adev->mes.adev`
` [PATCH v6 14/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX9
` [PATCH v6 15/45] drm/amd: Load GFX9 microcode during early_init
` [PATCH v6 16/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX10
` [PATCH v6 17/45] drm/amd: Load GFX10 microcode during early_init
` [PATCH v6 18/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX11
` [PATCH v6 19/45] drm/amd: Load GFX11 microcode during early_init
` [PATCH v6 20/45] drm/amd: Parse both v1 and v2 TA microcode headers using same function
` [PATCH v6 21/45] drm/amd: Avoid BUG() for case of SRIOV missing IP version
` [PATCH v6 22/45] drm/amd: Load PSP microcode during early_init
` [PATCH v6 23/45] drm/amd: Use `amdgpu_ucode_*` helpers for PSP
` [PATCH v6 24/45] drm/amd/display: Load DMUB microcode during early_init
` [PATCH v6 25/45] drm/amd: Use `amdgpu_ucode_release` helper for DMUB
` [PATCH v6 26/45] drm/amd: Use `amdgpu_ucode_*` helpers for SMU
` [PATCH v6 27/45] drm/amd: Load SMU microcode during early_init
` [PATCH v6 28/45] drm/amd: Optimize SRIOV switch/case for PSP microcode load
` [PATCH v6 29/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX6
` [PATCH v6 30/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX7
` [PATCH v6 31/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX8
` [PATCH v6 32/45] drm/amd: Use `amdgpu_ucode_*` helpers for GMC6
` [PATCH v6 33/45] drm/amd: Use `amdgpu_ucode_*` helpers for GMC7
` [PATCH v6 34/45] drm/amd: Use `amdgpu_ucode_*` helpers for GMC8
` [PATCH v6 35/45] drm/amd: Use `amdgpu_ucode_*` helpers for SDMA2.4
` [PATCH v6 36/45] drm/amd: Use `amdgpu_ucode_*` helpers for SDMA3.0
` [PATCH v6 37/45] drm/amd: Use `amdgpu_ucode_*` helpers for SDMA on CIK
` [PATCH v6 38/45] drm/amd: Use `amdgpu_ucode_*` helpers for UVD
` [PATCH v6 39/45] drm/amd: Use `amdgpu_ucode_*` helpers for VCE
` [PATCH v6 40/45] drm/amd: Use `amdgpu_ucode_*` helpers for CGS
` [PATCH v6 41/45] drm/amd: Use `amdgpu_ucode_*` helpers for GPU info bin
` [PATCH v6 42/45] drm/amd: Use `amdgpu_ucode_*` helpers for DMCU
` [PATCH v6 43/45] drm/amd: Use `amdgpu_ucode_release` helper for powerplay
` [PATCH v6 44/45] drm/amd: Use `amdgpu_ucode_release` helper for si
` [PATCH v6 45/45] drm/amd: make amdgpu_ucode_validate static

[pull] amdgpu, amdkfd drm-fixes-6.2
 2023-01-05  3:38 UTC 

[PATCH 1/2] drm/amdgpu: update ta_secureDisplay_if.h to v27.00.00.08
 2023-01-05  3:27 UTC  (5+ messages)
` [PATCH 2/2] drm/amd: update securedisplay_cmd to ta_securedisplay_cmd

[PATCH 1/8] drm/amdgpu: add bitmask controll for power related sysfs interfaces
 2023-01-05  3:22 UTC  (8+ messages)
` [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support
` [PATCH 3/8] drm/amd/pm: drop the support for legacy sysfs interfaces on SMU13.0.0
` [PATCH 4/8] drm/amd/pm: drop the support for legacy sysfs interfaces on SMU13.0.7
` [PATCH 5/8] drm/amdgpu: add bitmask controll for hwmon related interfaces
` [PATCH 6/8] drm/amd/pm: refine the checks for hwmon interfaces support
` [PATCH 7/8] drm/amd/pm: drop the support for manual fan speed setting on SMU13.0.0
` [PATCH 8/8] drm/amd/pm: drop the support for manual fan speed setting on SMU13.0.7

[PATCH] drm/amdgpu: grab extra fence reference for drm_sched_job_add_dependency
 2023-01-05  1:44 UTC  (6+ messages)

[PATCH] drm/amd/display: fix array-bounds errors in dc_stream_remove_writeback()
 2023-01-04 22:22 UTC  (2+ messages)

[PATCH] drm/amd/display: Remove redundant logs from DSC code
 2023-01-04 22:21 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix potential NULL dereference
 2023-01-04 22:19 UTC 

[PATCH 1/2] drm/amdgpu: return the PCIe gen and lanes from the INFO
 2023-01-04 20:17 UTC  (12+ messages)

[PATCH 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
 2023-01-04 19:54 UTC  (2+ messages)
` [PATCH 12/14] drm/amd/display: Do not add '-mhard-float' to dml_ccflags for clang

[PATCH 5.4 0/1] drm/amdkfd: Check for null pointer after calling kmemdup
 2023-01-04 17:51 UTC  (2+ messages)
` [PATCH 5.4 1/1] "

[PATCH 5.10 0/1] drm/amdkfd: Check for null pointer after calling kmemdup
 2023-01-04 17:56 UTC  (2+ messages)
` [PATCH 5.10 1/1] "

[PATCH 4.19 0/1] drm/amdkfd: Check for null pointer after calling kmemdup
 2023-01-04 18:05 UTC  (8+ messages)
` [PATCH 4.19 1/1] "

[PATCH] drm/amd/display: drop unnecessary NULL checks in debugfs
 2023-01-04 17:44 UTC  (2+ messages)

[PATCH v5 00/45] Recover from failure to probe GPU
 2023-01-04 17:30 UTC  (50+ messages)
` [PATCH v5 01/45] drm/amd: Delay removal of the firmware framebuffer
` [PATCH v5 02/45] drm/amd: Add a legacy mapping to "amdgpu_ucode_ip_version_decode"
` [PATCH v5 03/45] drm/amd: Convert SMUv11 microcode to use `amdgpu_ucode_ip_version_decode`
` [PATCH v5 04/45] drm/amd: Convert SMUv13 "
` [PATCH v5 05/45] drm/amd: Add a new helper for loading/validating microcode
` [PATCH v5 06/45] drm/amd: Use `amdgpu_ucode_request` helper for SDMA
` [PATCH v5 07/45] drm/amd: Convert SDMA to use `amdgpu_ucode_ip_version_decode`
` [PATCH v5 08/45] drm/amd: Make SDMA firmware load failures less noisy
` [PATCH v5 09/45] drm/amd: Use `amdgpu_ucode_*` helpers for VCN
` [PATCH v5 10/45] drm/amd: Load VCN microcode during early_init
` [PATCH v5 11/45] drm/amd: Load MES "
` [PATCH v5 12/45] drm/amd: Use `amdgpu_ucode_*` helpers for MES
` [PATCH v5 13/45] drm/amd: Remove superfluous assignment for `adev->mes.adev`
` [PATCH v5 14/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX9
` [PATCH v5 15/45] drm/amd: Load GFX9 microcode during early_init
` [PATCH v5 16/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX10
` [PATCH v5 17/45] drm/amd: Load GFX10 microcode during early_init
` [PATCH v5 18/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX11
` [PATCH v5 19/45] drm/amd: Load GFX11 microcode during early_init
` [PATCH v5 20/45] drm/amd: Parse both v1 and v2 TA microcode headers using same function
` [PATCH v5 21/45] drm/amd: Avoid BUG() for case of SRIOV missing IP version
` [PATCH v5 22/45] drm/amd: Load PSP microcode during early_init
` [PATCH v5 23/45] drm/amd: Use `amdgpu_ucode_*` helpers for PSP
` [PATCH v5 24/45] drm/amd/display: Load DMUB microcode during early_init
` [PATCH v5 25/45] drm/amd: Use `amdgpu_ucode_release` helper for DMUB
` [PATCH v5 26/45] drm/amd: Use `amdgpu_ucode_*` helpers for SMU
` [PATCH v5 27/45] drm/amd: Load SMU microcode during early_init
` [PATCH v5 28/45] drm/amd: Optimize SRIOV switch/case for PSP microcode load
` [PATCH v5 29/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX6
` [PATCH v5 30/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX7
` [PATCH v5 31/45] drm/amd: Use `amdgpu_ucode_*` helpers for GFX8
` [PATCH v5 32/45] drm/amd: Use `amdgpu_ucode_*` helpers for GMC6
` [PATCH v5 33/45] drm/amd: Use `amdgpu_ucode_*` helpers for GMC7
` [PATCH v5 34/45] drm/amd: Use `amdgpu_ucode_*` helpers for GMC8
` [PATCH v5 35/45] drm/amd: Use `amdgpu_ucode_*` helpers for SDMA2.4
` [PATCH v5 36/45] drm/amd: Use `amdgpu_ucode_*` helpers for SDMA3.0
` [PATCH v5 37/45] drm/amd: Use `amdgpu_ucode_*` helpers for SDMA on CIK
` [PATCH v5 38/45] drm/amd: Use `amdgpu_ucode_*` helpers for UVD
` [PATCH v5 39/45] drm/amd: Use `amdgpu_ucode_*` helpers for VCE
` [PATCH v5 40/45] drm/amd: Use `amdgpu_ucode_*` helpers for CGS
` [PATCH v5 41/45] drm/amd: Use `amdgpu_ucode_*` helpers for GPU info bin
` [PATCH v5 42/45] drm/amd: Use `amdgpu_ucode_*` helpers for DMCU
` [PATCH v5 43/45] drm/amd: Use `amdgpu_ucode_release` helper for powerplay
` [PATCH v5 44/45] drm/amd: Use `amdgpu_ucode_release` helper for si
` [PATCH v5 45/45] drm/amd: make amdgpu_ucode_validate static

[PATCH v4 00/27] Recover from failure to probe GPU
 2023-01-04 15:52 UTC  (34+ messages)
` [PATCH v4 01/27] drm/amd: Delay removal of the firmware framebuffer
` [PATCH v4 02/27] drm/amd: Add a legacy mapping to "amdgpu_ucode_ip_version_decode"
` [PATCH v4 03/27] drm/amd: Convert SMUv11 microcode to use `amdgpu_ucode_ip_version_decode`
` [PATCH v4 04/27] drm/amd: Convert SMUv13 "
` [PATCH v4 05/27] drm/amd: Add a new helper for loading/validating microcode
` [PATCH v4 06/27] drm/amd: Use `amdgpu_ucode_load` helper for SDMA
` [PATCH v4 07/27] drm/amd: Convert SDMA to use `amdgpu_ucode_ip_version_decode`
` [PATCH v4 08/27] drm/amd: Make SDMA firmware load failures less noisy
` [PATCH v4 09/27] drm/amd: Use `amdgpu_ucode_load` helper for VCN
` [PATCH v4 10/27] drm/amd: Load VCN microcode during early_init
` [PATCH v4 11/27] drm/amd: Load MES "
` [PATCH v4 12/27] drm/amd: Use `amdgpu_ucode_load` helper for MES
` [PATCH v4 13/27] drm/amd: Remove superfluous assignment for `adev->mes.adev`
` [PATCH v4 14/27] drm/amd: Use `amdgpu_ucode_load` helper for GFX9
` [PATCH v4 15/27] drm/amd: Load GFX9 microcode during early_init
` [PATCH v4 16/27] drm/amd: Use `amdgpu_ucode_load` helper for GFX10
` [PATCH v4 17/27] drm/amd: Load GFX10 microcode during early_init
` [PATCH v4 18/27] drm/amd: Use `amdgpu_ucode_load` helper for GFX11
` [PATCH v4 19/27] drm/amd: Load GFX11 microcode during early_init
` [PATCH v4 20/27] drm/amd: Parse both v1 and v2 TA microcode headers using same function
` [PATCH v4 21/27] drm/amd: Avoid BUG() for case of SRIOV missing IP version
` [PATCH v4 22/27] drm/amd: Load PSP microcode during early_init
` [PATCH v4 23/27] drm/amd: Use `amdgpu_ucode_load` helper for PSP
` [PATCH v4 24/27] drm/amd/display: Load DMUB microcode during early_init
` [PATCH v4 25/27] drm/amd: Use `amdgpu_ucode_load` helper for SMU
` [PATCH v4 26/27] drm/amd: Load SMU microcode during early_init
` [PATCH v4 27/27] drm/amd: Optimize SRIOV switch/case for PSP microcode load

[PATCH 2/2] drm/amdgpu: add AMDGPU_INFO_VM_STAT to return GPU VM
 2023-01-04 14:51 UTC  (6+ messages)

[RFC 0/7] RFC: Usermode queue for AMDGPU driver
 2023-01-04 14:41 UTC  (29+ messages)
` [RFC 1/7] drm/amdgpu: UAPI for user queue management
` [RFC 2/7] drm/amdgpu: Add usermode queue for gfx work
` [RFC 3/7] drm/amdgpu: Create MQD for userspace queue

[PATCH 1/2] drm/amd/pm: correct the reference clock for fan speed(rpm) calculation
 2023-01-04 14:31 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/pm: add the missing mapping for PPT feature on SMU13.0.0 and 13.0.7

[PATCH 00/16] Enable Colorspace connector property in amdgpu
 2023-01-04 11:23 UTC  (6+ messages)
` [PATCH 16/16] drm/amd/display: Don't restrict bpc to 8 bpc

[syzbot] WARNING: locking bug in inet_autobind
 2023-01-03 22:07 UTC  (5+ messages)

[PATCH] drm/amdgpu: allow query error counters for specific IP block
 2023-01-04  3:15 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: Retry DDC probing on DVI on failure if we got an HPD interrupt
 2023-01-03 20:36 UTC  (2+ messages)

[PATCH v3 0/3] Adjust ACPI video detection fallback path
 2023-01-03 20:14 UTC  (3+ messages)
` [PATCH v3 2/3] drm/amd/display: Report to ACPI video if no panels were found

[PATCH] drm/amdkfd: simplify cases
 2023-01-03 20:09 UTC  (3+ messages)


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