AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-11 00:55:11 to 2020-12-17 12:01:57 UTC [more...]

[PATCH v3 00/12] RFC Support hot device unplug in amdgpu
 2020-12-17 12:01 UTC  (22+ messages)
` [PATCH v3 05/12] drm/ttm: Expose ttm_tt_unpopulate for driver use

[PATCH 1/3] drm/amd/pm: populate Sienna Cichlid default overdrive table settings
 2020-12-17  4:14 UTC  (3+ messages)
` [PATCH 2/3] drm/amd/pm: enable Sienna Cichlid overdrive support
` [PATCH 3/3] drm/amd/pm: support overdrive vddgfx offset setting(V2)

[PATCH] drm/amdgpu: fix vbios reservarion handling on SR-IOV
 2020-12-17  3:45 UTC  (2+ messages)

[PATCH] drm/amd/pm: add pmfw version check before issuing RlcPowerNotify message
 2020-12-17  3:42 UTC  (2+ messages)

[PATCH] drm/amdkfd: PCIe atomics required for gfx10
 2020-12-16 23:11 UTC  (2+ messages)

[pull] amdgpu, amdkfd, radeon drm-fixes-5.11
 2020-12-16 22:59 UTC  (4+ messages)

[PATCH 00/17] DC Patches November 16, 2020
 2020-12-16 22:43 UTC  (3+ messages)
` [PATCH 13/17] drm/amd/display: Expose new CRC window property

[PATCH] drm/amd/display: Revert "add DCN support for aarch64"
 2020-12-16 22:26 UTC  (4+ messages)

[PATCH] drm/amdgpu: print mmhub client name for dimgrey_cavefish
 2020-12-16  3:46 UTC  (2+ messages)

[PATCH] drm/amdgpu/disply: fix documentation warnings in display manager
 2020-12-16  2:29 UTC  (2+ messages)

[PATCH] drm/amdgpu: set mode1 reset as default for dimgrey_cavefish
 2020-12-16  2:11 UTC  (4+ messages)

[PATCH] drm/amd/display: Add get_dig_frontend implementation for DCEx
 2020-12-16  0:47 UTC  (5+ messages)

8353d30e747f ("drm/amd/display: disable stream if pixel clock changed with link active")
 2020-12-15 19:07 UTC  (13+ messages)

Overlay issues
 2020-12-15 16:36 UTC  (3+ messages)

[PATCH] drm/amdgpu: remove h from printk format specifier
 2020-12-15 15:32 UTC  (5+ messages)

[PATCH] drm/radeon: remove h from printk format specifier
 2020-12-15 14:42 UTC 

[PATCH] drm/amdgpu: Fix spelling mistake "Heterogenous" -> "Heterogeneous"
 2020-12-15 14:51 UTC  (2+ messages)

[PATCH v3 0/3] Experimental freesync video mode optimization
 2020-12-15 14:14 UTC  (6+ messages)
` [PATCH v3 1/3] drm/amd/display: Add module parameter for freesync video mode
` [PATCH v3 2/3] drm/amd/display: Add freesync video modes based on preferred modes
` [PATCH v3 3/3] drm/amd/display: Skip modeset for front porch change

[PATCH] drm/amd/pm: correct the sensor value of power for vangogh
 2020-12-15  9:01 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix regression in vbios reservation handling on headless
 2020-12-15  6:52 UTC  (2+ messages)

[PATCH 01/27] drm/amdgpu: add amdgpu_ih_regs structure
 2020-12-15  3:04 UTC  (29+ messages)
` [PATCH 02/27] drm/amdgpu: add helper to init ih ring regs for vega10
` [PATCH 03/27] drm/amdgpu: add helper to enable an ih ring "
` [PATCH 04/27] drm/amdgpu: add helper to toggle ih ring interrupts "
` [PATCH 05/27] drm/amdgpu: switch to ih_init_register_offset "
` [PATCH 06/27] drm/amdgpu: switch to ih_toggle_interrupts "
` [PATCH 07/27] drm/amdgpu: switch to ih_enable_ring "
` [PATCH 08/27] drm/amdgpu: use cached ih rb control reg offsets "
` [PATCH 09/27] drm/amdgpu: correct ih cg programming for vega10 ih block
` [PATCH 10/27] drm/amdgpu: add helper to init ih ring regs for navi10
` [PATCH 11/27] drm/amdgpu: add helper to enable an ih ring "
` [PATCH 12/27] drm/amdgpu: add helper to toggle ih ring interrupts "
` [PATCH 13/27] drm/amdgpu: switch to ih_init_register_offset "
` [PATCH 14/27] drm/amdgpu: switch to ih_toggle_interrupts "
` [PATCH 15/27] drm/amdgpu: switch to ih_enable_ring "
` [PATCH 16/27] drm/amdgpu: use cached ih rb control reg offsets "
` [PATCH 17/27] drm/amdgpu: add a helper function to decode iv
` [PATCH 18/27] drm/amdgpu: switch to common decode iv helper
` [PATCH 19/27] drm/amdgpu: add osssys v4_2 ip headers (v2)
` [PATCH 20/27] drm/amdgpu: create vega20 ih blocks
` [PATCH 21/27] drm/amdgpu: reroute vmc/utcl2 interrupts to ih ring 1 for arcturus
` [PATCH 22/27] drm/amdgpu: switch to vega20 ih block for vega20/arcturus
` [PATCH 23/27] drm/amdgpu: retire the vega20 code path from navi10 ih block
` [PATCH 24/27] drm/amdgpu: correct ih_chicken programming for vega10/vega20 ih blocks
` [PATCH 25/27] drm/amdgpu: drop arcturus IH_CHICKEN programming from vega10 ih block
` [PATCH 26/27] drm/amdgpu: drop ih reroute function from psp v11
` [PATCH 27/27] drm/amdgpu: don't create ih ring 1 and ring 2 for APU

[PATCH 0/8] amdgpu, pci: improved BAR resizing support
 2020-12-15  1:09 UTC  (9+ messages)
` [PATCH 1/8] pci: export pci_rebar_get_possible_sizes
` [PATCH 2/8] pci: add BAR bytes->size helper & expose size->bytes helper
` [PATCH 3/8] amdgpu: resize BAR0 to the maximum available size, even if it doesn't cover VRAM (v5)
` [PATCH 4/8] amdgpu: limit maximum BAR0 size when attempting to enlarge (v3)
` [PATCH 5/8] pci: allow for overriding the list of advertised BAR sizes
` [PATCH 6/8] amdgpu: allow overriding of the GPU's list of supported BAR sizes (v3)
` [PATCH 7/8] amdgpu: implement a BAR size quirks list
` [PATCH 8/8] amdgpu: add a BAR size quirk for Sapphire RX 5600 XT Pulse

[PATCH] Revert "drm/amd/display: disable stream if pixel clock changed with link active"
 2020-12-14 22:30 UTC  (2+ messages)

[PATCH linux-next] drm/amd/display: Adding prototype for dccg21_update_dpp_dto()
 2020-12-14 22:16 UTC  (2+ messages)

[PATCH] drm/amd/display: Fixed kernel test robot warning
 2020-12-14 22:04 UTC  (2+ messages)

[PATCH] drm/amdkfd: fix ttm size refactor fallout
 2020-12-14 20:51 UTC  (6+ messages)

[PATCH 0/7] amdgpu, pci: improved BAR resizing support
 2020-12-14 20:44 UTC  (16+ messages)
` [PATCH 1/7] pci: export PCI BAR size-reading functions
` [PATCH 2/7] pci: add BAR bytes->size helper & expose size->bytes helper
` [PATCH 3/7] amdgpu: resize BAR0 to the maximum available size, even if it doesn't cover VRAM (v2)
` [PATCH 4/7] amdgpu: module option controlling whether BAR0 resizing is done
` [PATCH 5/7] amdgpu: limit maximum FB BAR size when attempting to enlarge
` [PATCH 6/7] pci: allow for overriding the list of advertised BAR sizes
` [PATCH 7/7] amdgpu: allow overriding of the GPU's list of supported "

[PATCH v3 6/7] drm: Validate encoder->possible_crtcs
 2020-12-14 20:26 UTC  (6+ messages)

[PATCH] drm/amdkfd: correct amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu log
 2020-12-14 18:20 UTC  (2+ messages)

[PATCH V2 1/1] drm/amdgpu: skip load smu and sdma microcode on sriov for SIENNA_CICHLID
 2020-12-14 14:04 UTC  (3+ messages)

[v2] drm/amdgpu: skip vram operation for BAMACO runtime
 2020-12-14 10:13 UTC  (3+ messages)

[PATCH 0/1] Timeout handler now returns a value
 2020-12-14  9:00 UTC  (11+ messages)
` [PATCH 1/1] drm/scheduler: Job timeout handler returns status (v2)

[PATCH 0/8] amdgpu, pci: improved BAR resizing support
 2020-12-14  8:15 UTC  (11+ messages)
` [PATCH 1/8] pci: export pci_rebar_get_possible_sizes
` [PATCH 2/8] pci: add BAR bytes->size helper & expose size->bytes helper
` [PATCH 3/8] amdgpu: resize BAR0 to the maximum available size, even if it doesn't cover VRAM (v4)
` [PATCH 4/8] amdgpu: limit maximum BAR0 size when attempting to enlarge (v2)
` [PATCH 5/8] pci: allow for overriding the list of advertised BAR sizes
` [PATCH 6/8] amdgpu: allow overriding of the GPU's list of supported BAR sizes (v3)
` [PATCH 7/8] amdgpu: implement a BAR size quirks list
` [PATCH 8/8] amdgpu: add a BAR size quirk for Sapphire RX 5600 XT Pulse

[PATCH 1/1] drm/amdgpu: skip load smu and sdma microcode on sriov for SIENNA_CICHLID
 2020-12-14  6:41 UTC  (3+ messages)

[PATCH] drm/amd/display: drop retired CONFIG_DRM_AMD_DC_DCN3_0
 2020-12-14  6:26 UTC  (2+ messages)

[PATCH] amdgpu: resize BAR0 to the maximum available size, even if it doesn't cover VRAM
 2020-12-11 19:48 UTC  (7+ messages)

[PATCH 0/3] Experimental freesync video mode optimization
 2020-12-11 18:31 UTC  (9+ messages)
` [PATCH 3/3] drm/amd/display: Skip modeset for front porch change

[PATCH] drm/amdgpu: skip vram operation for BAMACO runtime
 2020-12-11 14:55 UTC  (2+ messages)

[V2] drm/amdgpu: add judgement for suspend/resume sequence
 2020-12-11 14:52 UTC  (2+ messages)

[PATCH v2 0/3] Experimental freesync video mode optimization
 2020-12-14 20:57 UTC  (14+ messages)
` [PATCH v2 1/3] drm/amd/display: Add module parameter for freesync video mode
` [PATCH v2 2/3] drm/amd/display: Add freesync video modes based on preferred modes

[bug report] drm/amd/display: Implement VSIF V3 extended refresh rate feature
 2020-12-11 10:23 UTC 

[PATCH] drm/amdgpu: make DRM_AMD_DC x86-only again
 2020-12-10 22:52 UTC  (11+ messages)

[PATCH] drm/amdgpu/sdma5.2: soft reset sdma blocks before setup and start sdma
 2020-12-11  6:46 UTC  (2+ messages)

[PATCH 1/7] drm/amdgpu: split BOCO and ATPX handling
 2020-12-11  2:21 UTC  (4+ messages)
` [PATCH 7/7] drm/amdgpu: print what method we are using for runtime pm


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