amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-01 18:21:54 to 2020-06-04 08:13:16 UTC [more...]

[PATCH 00/18] dma-fence lockdep annotations, round 2
 2020-06-04  8:12 UTC  (10+ messages)
` [PATCH 01/18] mm: Track mmu notifiers in fs_reclaim_acquire/release
` [PATCH 02/18] dma-buf: minor doc touch-ups
` [PATCH 03/18] dma-fence: basic lockdep annotations
` [PATCH 04/18] dma-fence: prime "
` [PATCH 05/18] drm/vkms: Annotate vblank timer
` [PATCH 06/18] drm/vblank: Annotate with dma-fence signalling section
` [PATCH 07/18] drm/atomic-helper: Add dma-fence annotations
` [PATCH 08/18] drm/amdgpu: add dma-fence annotations to atomic commit path
` [PATCH 09/18] drm/scheduler: use dma-fence annotations in main thread

[PATCH] drm/amdgpu: support reserve bad page for virt
 2020-06-04  6:07 UTC  (7+ messages)

[PATCH 1/9] drm/amd/powerplay: drop unnecessary CHIP_ARCTURUS guard
 2020-06-04  4:51 UTC  (20+ 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 01/16] drm/amd/powerplay: eliminate asic type check
 2020-06-04  4:46 UTC  (16+ messages)
` [PATCH 02/16] drm/amd/powerplay: drop unused APIs and unnecessary checks
` [PATCH 03/16] drm/amd/powerplay: implement a common API for dpms disablement
` [PATCH 04/16] drm/amd/powerplay: centralize all buffer allocation in sw_init phase
` [PATCH 05/16] drm/amd/powerplay: clean up the APIs for bootup clocks
` [PATCH 06/16] drm/amd/powerplay: clean up the APIs for pptable setup
` [PATCH 07/16] drm/amd/powerplay: clean up the overdrive settings
` [PATCH 08/16] drm/amd/powerplay: postpone operations not must for hw setup to late_init
` [PATCH 09/16] drm/amd/powerplay: move those operations not needed for resume out
` [PATCH 10/16] drm/amd/powerplay: max code sharing between .hw_init and .resume
` [PATCH 11/16] drm/amd/powerplay: resort those operations performed in hw setup
` [PATCH 12/16] drm/amd/powerplay: better namings
` [PATCH 13/16] drm/amd/powerplay: max code sharing between .hw_fini and .suspend
` [PATCH 14/16] drm/amd/powerplay: allocate the struct amdgpu_irq_src on the stack
` [PATCH 15/16] drm/amd/powerplay: add firmware cleanup on sw_fini
` [PATCH 16/16] drm/amd/powerplay: skip BACO feature on DPMs disablement

[PATCH 00/15] forward MSIx vector enable error code in pci_alloc_irq_vectors_affinity
 2020-06-04  1:55 UTC  (8+ messages)
  ` [PATCH v2 00/15] Forward MSI-X vector enable error code in pci_alloc_irq_vectors_affinity()
    ` [PATCH v2 02/15] PCI: Add shorthand define for message signalled interrupt types
    ` [PATCH v2 07/15] drm/amdgpu: Use PCI_IRQ_MSI_TYPES where appropriate

[PATCH] drm/amdgpu/display: fix build without CONFIG_DRM_AMD_DC_DCN3_0
 2020-06-03 18:03 UTC  (2+ messages)

[PATCH] drm/amd/display: Revalidate bandwidth before commiting DC updates
 2020-06-03 16:12 UTC  (2+ messages)

[PATCH] drm/amdgpu: temporarily read bounding box from gpu_info fw for navi12
 2020-06-03 14:56 UTC  (3+ messages)

[PATCH] drm/amd/powerplay: use work queue to perform throttling logging
 2020-06-03 13:51 UTC  (3+ messages)

[PATCH] drm/amd/display: Only actually breakpoint if DEBUG_KERNEL_DC is enabled
 2020-06-03 13:35 UTC  (2+ messages)

[PATCH] sound/pci/hda: add sienna_cichlid audio asic id for sienna_cichlid up
 2020-06-03  9:39 UTC  (2+ messages)

[PATCH] Revert "drm/[radeon|amdgpu]: Replace one-element array and use struct_size() helper"
 2020-06-03  8:19 UTC  (2+ messages)

[PATCH] drm/amdgpu/fence: use the no_scheduler flag
 2020-06-03  8:17 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: update driver if file for sienna_cichlid
 2020-06-03  5:32 UTC  (2+ messages)

[PATCH] drm/amdgpu/sriov: Disable pm for multiple vf sriov
 2020-06-03  2:27 UTC  (4+ messages)
  ` 回复: "

[PATCH] drm/amdgpu/display: use blanked rather than plane state for sync groups
 2020-06-02 21:50 UTC  (2+ messages)

[PATCH] drm/amdgpu: restrict bo mapping within gpu address limits
 2020-06-02 20:46 UTC  (3+ messages)

[PATCH 000/207] Add Support for Sienna Cichlid
 2020-06-02 18:59 UTC  (7+ messages)
` [PATCH 061/207] drm/amdgpu/mes10.1: implement the ring functions of mes specific
` [PATCH 077/207] drm/amdgpu: no need to set up GPU scheduler for mes ring

[PATCH 1/2] drm/amdgpu: Add ReadSerial defines for Arcturus
 2020-06-02 18:37 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Add unique_id and serial_number for Arcturus v3

[PATCH 1/2] drm/amdgpu: Add ReadSerial defines for Arcturus
 2020-06-02 15:49 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: Add unique_id and serial_number for Arcturus v2

[PATCH 07/15] drm/amdgpu: use PCI_IRQ_MSI_TYPES where appropriate
 2020-06-02 14:39 UTC  (9+ messages)

[PATCH] drm/amdgpu: enable renoir discovery for gc info retrieved
 2020-06-02 14:35 UTC  (5+ messages)

[PATCH] drm/amd/powerplay: use existed smu_dpm_set* interfaces to implement powergate functions
 2020-06-02 14:32 UTC  (2+ messages)

[PATCH] drm/amdgpu/sriov: Disable pm for multiple vf sriov
 2020-06-02 12:40 UTC 

[PATCH 090/207] drm/amdgpu: enable JPEG3.0 for Sienna_Cichlid
 2020-06-02 12:17 UTC  (56+ messages)
` [PATCH 112/207] drm/amdgpu: fix SDMA hdp flush engine conflict
` [PATCH 126/207] drm/amd/powerplay: enable BACO for sienna_cichlid
` [PATCH 127/207] drm/amd/powerplay: enable APCC DFLL "
` [PATCH 128/207] drm/amd/powerplay: add function to get power limit "
` [PATCH 129/207] drm/amdgpu/mes: update mes fw api
` [PATCH 130/207] drm/amdgpu/mes: add status fence memory definitions
` [PATCH 131/207] drm/amdgpu/mes: allocate memory slots for hw resource setting
` [PATCH 132/207] drm/amdgpu: skip VM inv eng assignment for mes ring
` [PATCH 133/207] drm/amd/powerplay: enable athub pg
` [PATCH 134/207] drm/amd/powerplay: enable mmhub pg
` [PATCH 135/207] drm/amd/powerplay: enable GPO
` [PATCH 136/207] drm/amd/powerplay: bundle GPO with gfx DPM
` [PATCH 137/207] drm/amdgpu: update golden setting for sienna_cichlid
` [PATCH 138/207] drm/amd/powerplay: enable RSMU SMN PG "
` [PATCH 139/207] drm/am/powerplay: enable OUT OF BAND MONITER "
` [PATCH 140/207] drm/amdgpu: add clock gating DPG mode for VCN3.0
` [PATCH 141/207] drm/amdgpu: add mc resume "
` [PATCH 142/207] drm/amdgpu: add start "
` [PATCH 143/207] drm/amdgpu: add stop "
` [PATCH 144/207] drm/amdgpu: add pause "
` [PATCH 145/207] drm/amdgpu: set indirect sram "
` [PATCH 146/207] drm/amdgpu: add internal reg offset translation for VCN inst 1
` [PATCH 147/207] drm/amdgpu: rename macro for VCN1.0
` [PATCH 148/207] drm/amdgpu: rename macro for VCN2.0 2.5 and 3.0
` [PATCH 149/207] drm/amdgpu: add workaround for issue in DPG for VCN3.0
` [PATCH 150/207] drm/amdgpu: enable DPG mode "
` [PATCH 151/207] drm/amdgpu/mes10.1: add no scheduler flag for mes
` [PATCH 152/207] drm/amdgpu/vcn3.0: schedule instance 0 for decode and 1 for encode
` [PATCH 153/207] drm/amd/powerplay: enable ULCK DS for sienna_cichlid
` [PATCH 154/207] drm/amdgpu/sriov : Use kiq to do tlb invalidation for gfx10 on sriov
` [PATCH 155/207] drm/amd/powerplay: and smc dpm info struct for sienna_cichlid
` [PATCH 156/207] drm/amd/powerplay: append pptable for sienna_cichlid (v2)
` [PATCH 157/207] drm/amd/powerplay: enable VDDCI and MVDD for sienna_cichlid
` [PATCH 158/207] drm/amdgpu: skip GPU scheduler setup for KIQ and MES ring
` [PATCH 159/207] drm/amd/powerplay: enable fw ctf
` [PATCH 160/207] drm/amdgpu: disable runtime pm for sienna_cichlid temporarily
` [PATCH 161/207] drm/amd/powerplay: drop jpeg instance1 dpm setup
` [PATCH 162/207] drm/amdgpu: only use one gfx pipe for Sienna_Cichlid
` [PATCH 163/207] drm/amdgpu/sriov : Add sriov detection for sienna_cichlid
` [PATCH 164/207] drm/amd/powerplay: support mclk socclk limit value set "
` [PATCH 165/207] drm/amd/amdgpu: disable gfxoff to retrieve gfxclk
` [PATCH 166/207] drm/amdgpu: enable gfxoff for sienna_cichlid
` [PATCH 167/207] drm/amd/powerplay: show gfxclk=0 in gfxoff state
` [PATCH 168/207] drm/amdgpu/psp: add structure to support PSP SPL
` [PATCH 169/207] drm/amdgpu/psp: initialization PSP SPL fw
` [PATCH 170/207] drm/amdgpu/psp: support for loading "
` [PATCH 171/207] drm/amdgpu: update golden setting for sienna_cichlid
` [PATCH 172/207] drm/amd/powerplay: update smu function "
` [PATCH 173/207] drm/amd/powerplay: drop sienna_cichlid hardcode of using pptable
` [PATCH 174/207] drm/amd/powerplay: let PMFW to handle the features disablement on BACO in V2
` [PATCH 175/207] drm/amdgpu: reserve fb according to return value from vbios
` [PATCH 176/207] drm/amdgpu: support memory training for sienna_cichlid
` [PATCH 177/207] drm/amdgpu: remove unnecessary check for mem train
` [PATCH 178/207] drm/amdgpu: bypass tmr when reserve c2p memory

[PATCH] drm/amd/powerplay: move powerplay table operation out of smu_v11_0.c
 2020-06-02 10:50 UTC  (3+ messages)

[RFC 00/17] dma-fence lockdep annotations
 2020-06-02  9:45 UTC  (4+ messages)
` [RFC 01/17] dma-fence: add might_sleep annotation to _wait()

[PATCH] drm/amdgpu: remove RAS's useless code
 2020-06-02  6:18 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix RAS memory leak in error case
 2020-06-02  6:03 UTC  (2+ messages)

[PATCH 000/207] Add support for Sienna Cichlid
 2020-06-01 18:35 UTC 

[PATCH 179/207] drm/amd/display: Add DCN3 chip ids
 2020-06-01 18:29 UTC  (29+ messages)
` [PATCH 180/207] drm/amd/display: Add DCN3 DIO
` [PATCH 181/207] drm/amd/display: Add DCN3 CLK_MGR
` [PATCH 182/207] drm/amd/display: Add DCN3 DCCG
` [PATCH 183/207] drm/amd/display: Add DCN3 OPTC
` [PATCH 184/207] drm/amd/display: Add DCN3 OPP header
` [PATCH 185/207] drm/amd/display: Add DCN3 MPC
` [PATCH 186/207] drm/amd/display: Add DCN3 DPP
` [PATCH 187/207] drm/amd/display: Add DCN3 HUBHUB
` [PATCH 188/207] drm/amd/display: Add DCN3 HUBP
` [PATCH 189/207] drm/amd/display: Add DCN3 MMHUBHUB
` [PATCH 190/207] drm/amd/display: Add DCN3 DWB
` [PATCH 191/207] drm/amd/display: Add DCN3 DML
` [PATCH 192/207] drm/amd/display: Add DCN3 IRQ
` [PATCH 193/207] drm/amd/display: Add DCN3 GPIO
` [PATCH 194/207] drm/amd/display: Add DCN3 DMUB
` [PATCH 195/207] drm/amd/display: Add DCN3 HWSEQ
` [PATCH 196/207] drm/amd/display: Add DCN3 Support in DM (v2)
` [PATCH 197/207] drm/amd/display: Add DCN3 Resource
` [PATCH 198/207] drm/amd/display: Add DCN3 Command Table Helpers
` [PATCH 199/207] drm/amd/display: Add DCN3 AFMT
` [PATCH 200/207] drm/amd/display: Add DCN3 VPG
` [PATCH 201/207] drm/amd/display: Init function tables for DCN3
` [PATCH 202/207] drm/amd/display: Handle RGBE_ALPHA Pixel Format
` [PATCH 203/207] drm/amd/display: Remove Unused Registers
` [PATCH 204/207] drm/amdgpu: Enable DM block for DCN3
` [PATCH 205/207] drm/amd/display: fix and simplify pipe split logic "
` [PATCH 206/207] drm/amd/display: Add DCN3 blocks to Makefile
` [PATCH 207/207] drm/amd/display: Add DCN3 to Kconfig


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).