AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-24 08:43:03 to 2020-07-29 04:37:04 UTC [more...]

[PATCH] drm/amdgpu: update GC golden setting for navy_flounder
 2020-07-29  4:36 UTC  (2+ messages)

[PATCH 00/12] BAD GPU retirement policy by total bad pages
 2020-07-29  2:56 UTC  (13+ messages)
` [PATCH 01/12] drm/amdgpu: add bad page count threshold in module parameter
` [PATCH 02/12] drm/amdgpu: validate bad page threshold in ras
` [PATCH 03/12] drm/amdgpu: add bad gpu tag definition
` [PATCH 04/12] drm/amdgpu: break driver init process when it's bad GPU
` [PATCH 05/12] drm/amdgpu: skip bad page reservation once issuing from eeprom write
` [PATCH 06/12] drm/amdgpu: schedule ras recovery when reaching bad page threshold
` [PATCH 07/12] drm/amdgpu: break GPU recovery once it's in bad state
` [PATCH 08/12] drm/amdgpu: restore ras flags when user resets eeprom
` [PATCH 09/12] drm/amdgpu: add one definition for RAS's sysfs/debugfs name
` [PATCH 10/12] drm/amdgpu: decouple sysfs creating of bad page node
` [PATCH 11/12] drm/amdgpu: disable page reservation when amdgpu_bad_page_threshold = 0
` [PATCH 12/12] drm/amdgpu: update eeprom once specifying one bigger threshold

[PATCH 1/2] drm/amdgpu: add interface amdgpu_gfx_init_spm_golden for Navi1x
 2020-07-29  2:42 UTC  (10+ messages)
` [PATCH 2/2] drm/amdgpu: reconfigure spm golden settings on Navi1x after GFXOFF exit

[PATCH] drm/amdgpu: reconfigure spm golden settings on Navi1x after GFXOFF exit(v2)
 2020-07-29  2:26 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: update driver if version for navy_flounder
 2020-07-29  2:25 UTC  (3+ messages)

[PATCH 00/14] rework stolen pre-OS fb allocation handling
 2020-07-28 23:35 UTC  (17+ messages)
` [PATCH 01/14] drm/amdgpu: handle bo size 0 in amdgpu_bo_create_kernel_at
` [PATCH 02/14] drm/amdgpu: use create_at for the stolen pre-OS buffer
` [PATCH 03/14] drm/amdgpu: use a define for the memory size of the vga emulator
` [PATCH 04/14] drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmc
` [PATCH 05/14] drm/amdgpu: move keep stolen memory check into gmc core
` [PATCH 06/14] drm/amdgpu: add support for extended stolen vga memory
` [PATCH 07/14] drm/amdgpu/gmc: add new helper to get the FB size used by pre-OS console
` [PATCH 08/14] drm/amdgpu/gmc6: switch to using amdgpu_gmc_get_vbios_allocations
` [PATCH 09/14] drm/amdgpu/gmc7: "
` [PATCH 10/14] drm/amdgpu/gmc8: "
` [PATCH 11/14] drm/amdgpu/gmc9: "
` [PATCH 12/14] drm/amdgpu/gmc10: "
` [PATCH 13/14] drm/amdgpu: drop the CPU pointers for the stolen vga bos
` [PATCH 14/14] drm/amdgpu/gmc: disable keep_stolen_vga_memory on arcturus

[PATCH] amdgpu_dm: fix nonblocking atomic commit use-after-free
 2020-07-28 21:58 UTC  (14+ messages)

[PATCH 0/4] drm: add support for retrieving EDID via ACPI _DDC
 2020-07-28 18:44 UTC  (7+ messages)
` [PATCH 1/4] drm: retrieve EDID via ACPI _DDC method
` [PATCH 2/4] i915: fall back to ACPI EDID retrieval
` [PATCH 3/4] nouveau: "
` [PATCH 4/4] radeon: "

[Linux-kernel-mentees] [PATCH] drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()
 2020-07-28 19:29 UTC 

[PATCH] drm/amdgpu: fix PSP autoload twice in FLR
 2020-07-28 18:48 UTC  (3+ messages)

[PATCH 1/1] drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_access
 2020-07-28 18:27 UTC 

[PATCH 1/2] drm amdgpu: Skip tmr load for SRIOV
 2020-07-28 18:12 UTC  (2+ messages)

[PATCH 1/2] drm amdgpu: Skip tmr load for SRIOV
 2020-07-28 18:10 UTC  (2+ messages)

[PATCH] drm/amd/display: parse ta firmware for navy_flounder
 2020-07-28 16:22 UTC  (2+ messages)

[PATCH] drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v3)
 2020-07-28 14:38 UTC  (2+ messages)

[PATCH 00/12] BAD GPU retirement policy by total bad pages
 2020-07-28 14:11 UTC  (17+ messages)
` [PATCH 01/12] drm/amdgpu: add bad page count threshold in module parameter
` [PATCH 02/12] drm/amdgpu: validate bad page threshold in ras
` [PATCH 03/12] drm/amdgpu: add bad gpu tag definition
` [PATCH 04/12] drm/amdgpu: break driver init process when it's bad GPU
` [PATCH 05/12] drm/amdgpu: skip bad page reservation once issuing from eeprom write
` [PATCH 06/12] drm/amdgpu: schedule ras recovery when reaching bad page threshold
` [PATCH 07/12] drm/amdgpu: break GPU recovery once it's in bad state
` [PATCH 08/12] drm/amdgpu: restore ras flags when user resets eeprom
` [PATCH 09/12] drm/amdgpu: define one macro for RAS's sysfs/debugfs name
` [PATCH 10/12] drm/amdgpu: decouple sysfs creating of bad page node
` [PATCH 11/12] drm/amdgpu: disable page reservation when amdgpu_bad_page_threshold = 0
` [PATCH 12/12] drm/amdgpu: reset eeprom once specifying one bigger threshold

[PATCH 1/4] drm/amdgpu: define ring structure to access rptr/wptr/fence
 2020-07-28 11:20 UTC  (7+ messages)
` [PATCH 2/4] drm/amdgpu: initialize the cpu/gpu address of rptr/wptr/fence
` [PATCH 3/4] drm/amdgpu: use ring structure to access rptr/wptr v2
` [PATCH 4/4] drm/amdgpu: assign the cpu/gpu address of fence from ring

FW: [PATCH] drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v3)
 2020-07-28  9:32 UTC  (2+ messages)

[PATCH] drm/amd/display: Clear dm_state for fast updates
 2020-07-28  9:08 UTC  (16+ messages)

[PATCH] drm/amdgpu/dc: Stop dma_resv_lock inversion in commit_tail
 2020-07-28  6:56 UTC  (2+ messages)

[PATCH] drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v2)
 2020-07-28  6:53 UTC  (3+ messages)

[PATCH] drm/amdgpu: enable umc 8.7 functions in gmc v10
 2020-07-28  4:27 UTC  (5+ messages)

[PATCH] drm/amdgpu: add umv v8.7 source to makefile
 2020-07-28  2:49 UTC  (2+ messages)

[PATCH] drm/amdkfd: Add GPU reset SMI event
 2020-07-28  1:00 UTC 

[PATCH] drm/amdkfd: Replace bitmask with event idx in SMI event msg
 2020-07-27 23:42 UTC  (2+ messages)

[PATCH 00/15] DC Patches July 29, 2020
 2020-07-27 21:24 UTC  (17+ messages)
` [PATCH 01/15] drm/amd/display: Clean up global sync param retrieval
` [PATCH 02/15] drm/amd/display: Rename bytes_pp to the correct bits_pp
` [PATCH 03/15] drm/amd/display: Fix naming of DSC Debugfs entry
` [PATCH 04/15] drm/amd/display: Don't compare dppclk before updating DTO
` [PATCH 05/15] drm/amd/display: Check lane status again after link training done
` [PATCH 06/15] drm/amd/display: Fix dmesg warning from setting abm level
` [PATCH 07/15] drm/amd/display: Disable idle optimizations before programming DCN
` [PATCH 08/15] drm/amd/display: Allow asic specific FSFT timing optimization
` [PATCH 09/15] drm/amd/display: DSC Clock enable debugfs write entry
` [PATCH 10/15] drm/amd/display: [FW Promotion] Release 0.0.26
` [PATCH 11/15] drm/amd/display: dchubbub p-state warning during surface planes switch
` [PATCH 12/15] drm/amd/display: Use hw lock mgr
` [PATCH 13/15] drm/amd/display: DSC Slice width debugfs write entry
` [PATCH 14/15] drm/amd/display: 3.2.96
` [PATCH 15/15] drm/amd/display: Fix DP Compliance tests 4.3.2.1 and 4.3.2.2

(no subject)
 2020-07-27 19:54 UTC  (10+ messages)
` 

[PATCH] drm/amdgpu/si: initial support for GPU reset
 2020-07-27 19:37 UTC  (2+ messages)

[PATCH] drm/amdgpu: introduce a new parameter to configure how many KCQ we want
 2020-07-27 19:34 UTC  (4+ messages)

[PATCH] drm/amdgpu: fix PSP autoload twice in FLR
 2020-07-27 19:16 UTC  (2+ messages)

[PATCH 1/2] drm amdgpu: Skip tmr load for SRIOV
 2020-07-27 19:13 UTC  (3+ messages)

[PATCH] drm/amd/powerplay: off by one bugs in smu_cmn_to_asic_specific_index()
 2020-07-27 19:00 UTC  (2+ messages)

[PATCH 1/2] drm/radeon: switch from 'pci_' to 'dma_' API
 2020-07-27 18:14 UTC  (3+ messages)

[PATCH 2/2] drm/radeon: avoid a useless memset
 2020-07-27 18:11 UTC  (3+ messages)

[PATCH] drm/amd/display: Use proper abm/backlight functions for DCN3
 2020-07-27 15:45 UTC  (3+ messages)

[PATCH] drm/amdkfd: option to disable system mem limit
 2020-07-27 13:24 UTC 

[PATCH] drm amdgpu: Skip tmr load for SRIOV
 2020-07-27  9:48 UTC 

[PATCH -next 1/2] drm: Remove redundant NULL check
 2020-07-27  9:39 UTC  (2+ messages)

[PATCH] drm/amdgpu: skip crit temperature values on APU
 2020-07-27  8:39 UTC  (2+ messages)

[PATCH 1/2] drm/amd/swsmu: allow asic to handle sensor type by itself
 2020-07-27  5:04 UTC  (5+ messages)
` [PATCH 2/2] drm/amd/swsmu: correct smu lock type on smu_read_sensor()

[PATCH] drm/amdgpu: add support for umc 8.7 ras functions
 2020-07-27  3:26 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: update driver if file for sienna_cichlid
 2020-07-26 11:45 UTC  (2+ messages)

[PATCH v3 3/3] drm/amdgpu: Change type of module param `ppfeaturemask` to hexint
 2020-07-25  8:44 UTC  (6+ messages)

[PATCH 1/1] drm/amdkfd: Fix spurious debug exception on gfx10
 2020-07-25  1:47 UTC 

[pull] amdgpu drm-next-5.9
 2020-07-24 20:57 UTC 

[PATCH] drm/amd/powerplay: revise the outputs layout of amdgpu_pm_info debugfs
 2020-07-24 13:17 UTC  (3+ messages)

[PATCH][next] drm/amdgpu: fix spelling mistake "Falied" -> "Failed"
 2020-07-24 11:10 UTC 

[PATCH] drm/amdgpu: fix PSP autoload twice in FLR
 2020-07-24  9:28 UTC 


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