Re: [Intel-gfx] [PATCH v2] drm/i915: disable pci resize on 32-bit machine

2022-07-28 Thread Das, Nirmoy
On 7/27/2022 10:32 PM, Andi Shyti wrote: Hi Nirmoy, On Wed, Jul 27, 2022 at 07:33:06PM +0200, Nirmoy Das wrote: PCI bar resize only works with 64 bit BAR so disable this on 32-bit machine and resolve below compilation error: drivers/gpu/drm/i915/gt/intel_region_lmem.c:94:23: error: result of

Re: [Intel-gfx] [PATCH v2] drm/i915: disable pci resize on 32-bit machine

2022-07-27 Thread Andi Shyti
Hi Nirmoy, On Wed, Jul 27, 2022 at 07:33:06PM +0200, Nirmoy Das wrote: > PCI bar resize only works with 64 bit BAR so disable > this on 32-bit machine and resolve below compilation error: > > drivers/gpu/drm/i915/gt/intel_region_lmem.c:94:23: error: result of > comparison of constant 4294967296 w

[Intel-gfx] [PATCH v2] drm/i915: disable pci resize on 32-bit machine

2022-07-27 Thread Nirmoy Das
PCI bar resize only works with 64 bit BAR so disable this on 32-bit machine and resolve below compilation error: drivers/gpu/drm/i915/gt/intel_region_lmem.c:94:23: error: result of comparison of constant 4294967296 with expression of type 'resource_size_t' (aka 'unsigned int') is always false [-We