Re: [PATCH 3/3] drm/i915: Pin error_capture to high end of mappable

2024-01-11 Thread Ville Syrjälä
On Wed, Jan 10, 2024 at 05:09:38PM +0100, Andrzej Hajda wrote: > On 15.12.2023 12:09, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > If we fail to pin error_capture to the start of ggtt (which > > is likely given the BIOS fb is usually there), we currently > > fall back to pinning it at the

Re: [PATCH 3/3] drm/i915: Pin error_capture to high end of mappable

2024-01-10 Thread Andrzej Hajda
On 15.12.2023 12:09, Ville Syrjala wrote: From: Ville Syrjälä If we fail to pin error_capture to the start of ggtt (which is likely given the BIOS fb is usually there), we currently fall back to pinning it at the next available low address. This seems somewhat sub-optimal to me in case we later

[PATCH 3/3] drm/i915: Pin error_capture to high end of mappable

2023-12-15 Thread Ville Syrjala
From: Ville Syrjälä If we fail to pin error_capture to the start of ggtt (which is likely given the BIOS fb is usually there), we currently fall back to pinning it at the next available low address. This seems somewhat sub-optimal to me in case we later discard the BIOS fb (fairly likely if there