Re: [PATCH] PCI/P2PDMA: Add additional AMD ZEN root ports to the whitelist

2020-04-23 Thread Bjorn Helgaas
On Mon, Apr 06, 2020 at 03:42:01PM -0400, Alex Deucher wrote: > According to the hw architect, pre-ZEN parts support > p2p writes and ZEN parts support both p2p reads and writes. > > Add entries for Zen parts Raven (0x15d0) and Renoir (0x1630). > > Cc: Christian König > Acked-by: Christian König

Re: [PATCH] PCI/P2PDMA: Add additional AMD ZEN root ports to the whitelist

2020-04-23 Thread Alex Deucher
+ Bjorn Can chance I can get this picked up for -next? Thanks, Alex On Mon, Apr 6, 2020 at 3:42 PM Alex Deucher wrote: > > According to the hw architect, pre-ZEN parts support > p2p writes and ZEN parts support both p2p reads and writes. > > Add entries for Zen parts Raven (0x15d0) and Renoir

Re: [PATCH] PCI/P2PDMA: Add additional AMD ZEN root ports to the whitelist

2020-04-06 Thread Huang Rui
On Mon, Apr 06, 2020 at 03:42:01PM -0400, Alex Deucher wrote: > According to the hw architect, pre-ZEN parts support > p2p writes and ZEN parts support both p2p reads and writes. > > Add entries for Zen parts Raven (0x15d0) and Renoir (0x1630). > > Cc: Christian König > Acked-by: Christian König

[PATCH] PCI/P2PDMA: Add additional AMD ZEN root ports to the whitelist

2020-04-06 Thread Alex Deucher
According to the hw architect, pre-ZEN parts support p2p writes and ZEN parts support both p2p reads and writes. Add entries for Zen parts Raven (0x15d0) and Renoir (0x1630). Cc: Christian König Acked-by: Christian König Signed-off-by: Alex Deucher --- drivers/pci/p2pdma.c | 2 ++ 1 file chan

Re: [PATCH] PCI/P2PDMA: Add additional AMD ZEN root ports to the whitelist

2020-04-05 Thread Christian König
Am 03.04.20 um 21:38 schrieb Alex Deucher: According to the hw architect, pre-ZEN parts support p2p writes and ZEN parts support both p2p reads and writes. Add entries for Zen parts Raven (0x15d0) and Renoir (0x1630). Cc: Christian König Signed-off-by: Alex Deucher Acked-by: Christian König

[PATCH] PCI/P2PDMA: Add additional AMD ZEN root ports to the whitelist

2020-04-03 Thread Alex Deucher
According to the hw architect, pre-ZEN parts support p2p writes and ZEN parts support both p2p reads and writes. Add entries for Zen parts Raven (0x15d0) and Renoir (0x1630). Cc: Christian König Signed-off-by: Alex Deucher --- drivers/pci/p2pdma.c | 2 ++ 1 file changed, 2 insertions(+) diff