amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-25 01:03:17 to 2020-06-01 18:04:17 UTC [more...]

[PATCH 000/207] Add Support for Sienna Cichlid
 2020-06-01 18:00 UTC  (58+ messages)
` [PATCH 005/207] drm/amdgpu: add sienna_cichlid asic type
` [PATCH 006/207] drm/amdgpu: add sienna_cichlid gpu info firmware v2
` [PATCH 007/207] drm/amdgpu: set fw load type for sienna_cichlid
` [PATCH 008/207] drm/amdgpu: set asic family and ip blocks "
` [PATCH 009/207] drm/amdgpu/gfx10: add support for sienna_cichlid firmware
` [PATCH 010/207] drm/amdgpu/gmc10: add sienna_cichlid support
` [PATCH 011/207] drm/amdgpu/gfx10: add clockgating support for sienna_cichlid
` [PATCH 012/207] drm/amdgpu/soc15: add "
` [PATCH 013/207] drm/amdgpu: initialize IP offset for sienna_cichlid (v2)
` [PATCH 014/207] drm/amdgpu/soc15: add common ip block for sienna_cichlid
` [PATCH 015/207] drm/amdgpu: add support on mmhub "
` [PATCH 016/207] drm/amdgpu: add support gfxhub for sienna_cichlid (v3)
` [PATCH 017/207] drm/amdgpu: add gmc ip block for sienna_cichlid
` [PATCH 018/207] drm/amdgpu: add ih "
` [PATCH 019/207] drm/amdgpu: add gfx ip block for sienna_cichlid (v3)
` [PATCH 020/207] drm/amdgpu: add sdma2 and sdma3 irqsrc header files for sienna_cichlid (v2)
` [PATCH 021/207] drm/amdgpu: add sdma ip block for sienna_cichlid (v5)
` [PATCH 022/207] drm/amdgpu: correct SDMA3 IH clinet id for sienna_cichlid
` [PATCH 023/207] drm/amdgpu/gfx10: change register configure "
` [PATCH 024/207] drm/amdgpu: add virtual display support "
` [PATCH 025/207] drm/amdgpu/powerplay: add initial swSMU support for sienna_cichlid (v2)
` [PATCH 026/207] drm/amd/powerplay: add support to set performance level for sienna_cichlid
` [PATCH 027/207] drm/amd/powerplay: set SOCCLK DPM "
` [PATCH 028/207] drm/amd/powerplay: set FCLK "
` [PATCH 029/207] drm/amd/powerplay: enable Ultra Low Voltage "
` [PATCH 030/207] drm/amd/powerplay: enable Graphics Clock Deep Sleep "
` [PATCH 031/207] drm/amd/powerplay: enable SOC "
` [PATCH 032/207] drm/amdgpu/powerplay: set Thermal control "
` [PATCH 033/207] drm/amdgpu/powerplay: set UCLK DPM "
` [PATCH 034/207] drm/amd/powerplay: make gfx ds can be configure "
` [PATCH 035/207] drm/amd/powerplay: Enable SOCCLK ULV "
` [PATCH 036/207] drm/amd/powerplay: enable DCEFCLK DPM and DS "
` [PATCH 037/207] drm/amd/powerplay: support pcie value set and update "
` [PATCH 038/207] drm/amd/powerplay: support to print pcie levels "
` [PATCH 039/207] drm/amd/powerplay: enable LCLK DPM "
` [PATCH 040/207] drm/amd/powerplay: enable GFX SS "
` [PATCH 041/207] drm/amd/powerplay: enable Fan control "
` [PATCH 042/207] drm/amd/powerplay: support to get power index "
` [PATCH 043/207] drm/amd/powerplay: enable PPT and TDC "
` [PATCH 044/207] drm/amdgpu/powerplay: add smu block "
` [PATCH 045/207] drm/amdgpu: skip ASD fw load "
` [PATCH 046/207] drm/amdgpu/psp: add psp support "
` [PATCH 047/207] drm/amdgpu: skip for reroute ih for sienna_cichlid psp ring init currently
` [PATCH 048/207] drm/amdgpu: enable psp ip block for sienna_cichlid
` [PATCH 049/207] drm/amdgpu: update SDMA 5.2 microcode init
` [PATCH 050/207] drm/amdgpu: Use variable instead of constant for sdma doorbell range
` [PATCH 051/207] drm/amdgpu: add support for athub v2.1
` [PATCH 052/207] drm/amdgpu: add gmc cg support for sienna_cichlid
` [PATCH 053/207] drm/amdgpu: add psp block load condition "
` [PATCH 054/207] drm/amdgpu: add 2rd VCN instance doorbell support
` [PATCH 055/207] drm/amdgpu: assign the doorbell index to mes ring
` [PATCH 056/207] drm/amdgpu: add the ring type definition of MES
` [PATCH 057/207] drm/amdgpu: avoid dereferencing a NULL pointer
` [PATCH 058/207] drm/amdgpu/mes: update some mes definitions
` [PATCH 059/207] drm/amdgpu/mes10.1: allocate the eop buffer
` [PATCH 060/207] drm/amdgpu/mes10.1: initialize the software part of mes ring
` [PATCH 061/207] drm/amdgpu/mes10.1: implement the ring functions of mes specific

[PATCH 1/2] drm/amdgpu: Add ReadSerial defines for Arcturus
 2020-06-01 17:39 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: Add unique_id and serial_number "

Current drm-tip doesn’t build with gcc10 - error in amdgpu_amdkfd_gpuvm.c
 2020-06-01 14:56 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: use existed smu_dpm_set* interfaces to implement powergate functions
 2020-06-01 14:07 UTC 

[PATCH 1/9] drm/amd/powerplay: drop unnecessary CHIP_ARCTURUS guard
 2020-06-01  7:30 UTC  (9+ messages)
` [PATCH 2/9] drm/amd/powerplay: some cosmetic fixes
` [PATCH 3/9] drm/amd/powerplay: centralize all buffer allocation in sw_init phase
` [PATCH 4/9] drm/amd/powerplay: clean up the APIs for bootup clocks
` [PATCH 5/9] drm/amd/powerplay: clean up the APIs for pptable setup
` [PATCH 6/9] drm/amd/powerplay: clean up the overdrive settings
` [PATCH 7/9] drm/amd/powerplay: clean up the SMU hw setup operations
` [PATCH 8/9] drm/amd/powerplay: drop unnecessary dynamic buffer allocation
` [PATCH 9/9] drm/amd/powerplay: add firmware cleanup on sw_fini

[PATCH] drm/amdgpu/display: drop the reduction loop when setting the sync groups
 2020-05-29 18:30 UTC  (4+ messages)

[PATCH] drm/radeon: Convert get_user_pages() --> pin_user_pages()
 2020-05-29  7:28 UTC  (7+ messages)

[PATCH] drm/amdgpu/pm: don't bail for in_suspend
 2020-05-29  9:56 UTC  (4+ messages)

amdgpu doesn't do implicit sync, requires drivers to do it in IBs
 2020-05-29  9:05 UTC  (9+ messages)

[bug report] drm/amdkfd: Track SDMA utilization per process
 2020-05-29  8:47 UTC 

[PATCH][next] drm/amdkfd: fix a dereference of pdd before it is null checked
 2020-05-29  2:06 UTC  (2+ messages)

[RFC 00/17] dma-fence lockdep annotations
 2020-05-29  5:49 UTC  (11+ messages)
` [RFC 02/17] dma-fence: basic "
` [RFC 08/17] drm/scheduler: use dma-fence annotations in main thread

[PATCH] drm/amdgpu: enable renoir discovery for gc info retrieved
 2020-05-29  3:28 UTC 

[PATCH 1/6] drm/amdgpu: skip gpu_info firmware if discovery info is available
 2020-05-29  3:02 UTC  (8+ messages)
` [PATCH 2/6] drm/amdgpu: clean up discovery testing
` [PATCH 3/6] drm/amdgpu: use IP discovery table for renoir
` [PATCH 4/6] drm/amdgpu/nv: allow access to SDMA status registers
` [PATCH 5/6] drm/amdgpu/nv: remove some dead code
` [PATCH 6/6] drm/amdgpu/nv: enable init reset check

[PATCH] drm/amdgpu/fru: fix header guard and include header
 2020-05-29  2:59 UTC  (2+ messages)

using amdgpu headless (no monitor)
 2020-05-28 20:29 UTC  (2+ messages)

[PATCH] Revert "drm/amd/display: disable dcn20 abm feature for bring up"
 2020-05-28 14:26 UTC  (7+ messages)

[PATCH] drm/amdgpu: Improve the MTYPE comments
 2020-05-28 14:02 UTC  (3+ messages)

[PATCH 1/3] drm/amd/powerplay: stop thermal IRQs on suspend
 2020-05-28 13:24 UTC  (4+ messages)
` [PATCH 2/3] drm/amd/powerplay: use the common APIs for IRQ disablement/enablement
` [PATCH 3/3] drm/amd/powerplay: give better names for the thermal IRQ related APIs

[PATCH] drm/amdgpu/display: fix logic inversion in program_timing_sync()
 2020-05-28 13:14 UTC  (7+ messages)

[PATCH 1/4] drm/amd/powerplay: update Arcturus smu-driver headers
 2020-05-28  3:04 UTC  (4+ messages)
` [PATCH 2/4] drm/amd/powerplay: implement ASIC specific thermal throttling logging
` [PATCH 3/4] drm/amd/powerplay: enable thermal throttling logging support V2
` [PATCH 4/4] drm/amdgpu: added a sysfs interface for thermal throttling related V3

[PATCH] drm/amdgpu/gmc10: program the smallK fragment size
 2020-05-28  2:35 UTC  (3+ messages)

[PATCH 1/1] drm/amdkfd: Fix GCC 10 compiler warning
 2020-05-28  2:25 UTC  (2+ messages)

[pull] amdgpu, amdkfd drm-next-5.8
 2020-05-27 23:12 UTC 

Flaky brightness on Renoir
 2020-05-27 22:49 UTC  (9+ messages)

[pull] amdgpu drm-fixes-5.7
 2020-05-27 22:27 UTC 

[PATCH] drm/amd/display: drop cursor position check in atomic test
 2020-05-27 21:04 UTC  (2+ messages)

[PATCH 1/4] drm/amd/powerplay: add SMC message filter for SMU11
 2020-05-27  3:18 UTC  (8+ messages)
` [PATCH 2/4] drm/amd/powerplay: enable SMC message filter
` [PATCH 3/4] drm/amd/powerplay: remove SRIOV check in SMU11
` [PATCH 4/4] drm/amd/powerplay: add check before i2c_add_adapter

[PATCH v3] drm/amdkfd: Track SDMA utilization per process
 2020-05-26 20:07 UTC  (2+ messages)

[PATCH] drm/amdgpu/pm: return an error during GPU reset or suspend
 2020-05-26 18:38 UTC  (2+ messages)

[PATCH 1/1] drm/amdgpu: remove unused variable
 2020-05-26 13:21 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: check whether SMU IP is enabled before access
 2020-05-26 10:55 UTC  (4+ messages)

[PATCH] drm/amd/amdgpu: Fix the CGCG setting is overwritten for SRIOV
 2020-05-26  4:35 UTC  (4+ messages)

[PATCH 00/16] DC Patches May 25th, 2020
 2020-05-25 18:13 UTC  (17+ messages)
` [PATCH 01/16] drm/amd/display: 3.2.86
` [PATCH 02/16] drm/amd/display: link_status not align when power off encoder
` [PATCH 03/16] drm/amd/display: Fix incorrect HDCP caps for dongle
` [PATCH 04/16] drm/amd/display: simplify dml log2 function
` [PATCH 05/16] drm/amd/display: Fix potential integer wraparound resulting in a hang
` [PATCH 06/16] drm/amd/display: Handle link loss interrupt better
` [PATCH 07/16] drm/amd/display: Increase Default Sizes of FW State and Trace Buffer
` [PATCH 08/16] drm/amd/display: Disable PG on NV12
` [PATCH 09/16] drm/amd/display: Guard against invalid array access
` [PATCH 10/16] drm/amd/display: unit show garbage when do OPTC blank
` [PATCH 11/16] drm/amd/display: Allow Diagnostics test with eDP not connected
` [PATCH 12/16] drm/amd/display: combine public interfaces into single header
` [PATCH 13/16] drm/amd/display: enable plane if container of plane_status changed
` [PATCH 14/16] drm/amd/display: [FW Promotion] Release 1.0.12
` [PATCH 15/16] drm/amd/display: Don't compare same stream for synchronized vblank
` [PATCH 16/16] drm/amd/display: 3.2.87

Adaptive Sync enabling in Xorg Modesetting driver
 2020-05-25 16:47 UTC  (10+ messages)

[PATCH] drm/amd/display: Make BREAK_TO_DEBUGGER() a debug print
 2020-05-25  9:13 UTC  (2+ messages)

slow rx 5600 xt fps
 2020-05-25  1:29 UTC  (17+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).