Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for LMEM PCIe resizable bar

2022-06-29 Thread Intel
, Priyanka ; Auld, Matthew ; Bjorn Helgaas Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for LMEM PCIe resizable bar Am 17.06.22 um 23:27 schrieb Lucas De Marchi: On Fri, Jun 17, 2022 at 03:32:52PM -0500, Bjorn Helgaas wrote: [+cc Christian, author of pci_resize_resource(), Sergei

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for LMEM PCIe resizable bar

2022-06-23 Thread Dandamudi, Priyanka
iyanka > ; Auld, Matthew > ; Bjorn Helgaas > Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for LMEM PCIe > resizable bar > > Am 17.06.22 um 23:27 schrieb Lucas De Marchi: > > On Fri, Jun 17, 2022 at 03:32:52PM -0500, Bjorn Helgaas wrote: > >> [+cc C

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for LMEM PCIe resizable bar

2022-06-18 Thread Christian König
Am 17.06.22 um 23:27 schrieb Lucas De Marchi: On Fri, Jun 17, 2022 at 03:32:52PM -0500, Bjorn Helgaas wrote: [+cc Christian, author of pci_resize_resource(), Sergei, author of rebalancing patches] Hi Lucas, On Fri, Jun 17, 2022 at 11:44:41AM -0700, Lucas De Marchi wrote: Cc'ing intel-pci,

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for LMEM PCIe resizable bar

2022-06-17 Thread Lucas De Marchi
On Fri, Jun 17, 2022 at 03:32:52PM -0500, Bjorn Helgaas wrote: [+cc Christian, author of pci_resize_resource(), Sergei, author of rebalancing patches] Hi Lucas, On Fri, Jun 17, 2022 at 11:44:41AM -0700, Lucas De Marchi wrote: Cc'ing intel-pci, lkml, Bjorn On Fri, Jun 17, 2022 at 11:32:37AM

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for LMEM PCIe resizable bar

2022-06-17 Thread Bjorn Helgaas
[+cc Christian, author of pci_resize_resource(), Sergei, author of rebalancing patches] Hi Lucas, On Fri, Jun 17, 2022 at 11:44:41AM -0700, Lucas De Marchi wrote: > Cc'ing intel-pci, lkml, Bjorn > > On Fri, Jun 17, 2022 at 11:32:37AM +0300, Jani Nikula wrote: > > On Thu, 16 Jun 2022,

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for LMEM PCIe resizable bar

2022-06-17 Thread Lucas De Marchi
Cc'ing intel-pci, lkml, Bjorn On Fri, Jun 17, 2022 at 11:32:37AM +0300, Jani Nikula wrote: On Thu, 16 Jun 2022, priyanka.dandam...@intel.com wrote: From: Akeem G Abodunrin Add support for the local memory PICe resizable bar, so that local memory can be resized to the maximum size supported

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for LMEM PCIe resizable bar

2022-06-17 Thread Jani Nikula
On Thu, 16 Jun 2022, priyanka.dandam...@intel.com wrote: > From: Akeem G Abodunrin > > Add support for the local memory PICe resizable bar, so that > local memory can be resized to the maximum size supported by the device, > and mapped correctly to the PCIe memory bar. It is usual that GPU >

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for LMEM PCIe resizable bar

2022-06-15 Thread Matthew Auld
On 15/06/2022 06:43, priyanka.dandam...@intel.com wrote: From: Akeem G Abodunrin This patch adds support for the local memory PICe resizable bar, so that local memory can be resized to the maximum size supported by the device, and mapped correctly to the PCIe memory bar. It is usual that GPU