mbox series

[v2,00/15] Initial support for small BAR recovery

Message ID 20220210121313.701004-1-matthew.auld@intel.com (mailing list archive)
Headers show
Series Initial support for small BAR recovery | expand

Message

Matthew Auld Feb. 10, 2022, 12:12 p.m. UTC
Starting from DG2 we will have resizable BAR support for device local-memory,
but in some cases the final BAR size might still be smaller than the total
local-memory size. In such cases only part of local-memory will be CPU
accessible, while the remainder is only accessible via the GPU. This series adds
the basic enablers needed to ensure that the entire local-memory range is
usable.

Needs to be applied on top of Arun' in-progress series[1].

[1] https://patchwork.freedesktop.org/series/99430/

v2:
  - Various improvements and fixes as suggested by Thomas.

Comments

Nirmoy Das Feb. 10, 2022, 2:40 p.m. UTC | #1
Patches: 1, 2, 3, 5, 6, 11 are Acked-by: Nirmoy Das <nirmoy.das@intel.com>

Patches: 5,6 are Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>


Sorry for partial reviews, I still need to go through more i915 code.


Regards,

Nirmoy

On 10/02/2022 13:12, Matthew Auld wrote:
> Starting from DG2 we will have resizable BAR support for device local-memory,
> but in some cases the final BAR size might still be smaller than the total
> local-memory size. In such cases only part of local-memory will be CPU
> accessible, while the remainder is only accessible via the GPU. This series adds
> the basic enablers needed to ensure that the entire local-memory range is
> usable.
>
> Needs to be applied on top of Arun' in-progress series[1].
>
> [1] https://patchwork.freedesktop.org/series/99430/
>
> v2:
>    - Various improvements and fixes as suggested by Thomas.
>