Re: [PATCH v2 06/15] cxl/region: Use endpoint's HPA range to find the port's decoder
From: Gregory Price
Date: Thu Apr 24 2025 - 17:49:48 EST
On Wed, Apr 23, 2025 at 08:28:03PM -0400, Gregory Price wrote:
> @@ -916,13 +921,14 @@ cxl_find_decoder_early(struct cxl_port *port,
> struct cxl_region *cxlr)
> {
> struct device *dev;
> + struct mad_context mad = { .p = &cxlr->params,
> + .r =&cxled->cxld.hpa_range };
^^^^^^^^^^^^^^
spa_range
Woops, missed this. Not sure if it goes here or a later patch, but
that's needed to make this work.
~Gregory