cxl/region: Factor out code to find the root decoder
In function cxl_add_to_region() there is code to determine the root decoder associated to an endpoint decoder. Factor out that code for later reuse. This has the benefit of reducing cxl_add_to_region()'s function complexity. The reference count must be decremented after using the root decoder. cxl_find_root_decoder() is paired with the put_cxl_root_decoder cleanup helper that can be used for this. [dj: Fixed up "obj __free(...) = NULL" pattern] Signed-off-by:Robert Richter <rrichter@amd.com> Reviewed-by:
Gregory Price <gourry@gourry.net> Reviewed-by:
Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by:
Dave Jiang <dave.jiang@intel.com> Reviewed-by:
Dan Williams <dan.j.williams@intel.com> Reviewed-by:
Alison Schofield <alison.schofield@intel.com> Reviewed-by:
"Fabio M. De Francesco" <fabio.m.de.francesco@linux.intel.com> Tested-by:
Gregory Price <gourry@gourry.net> Acked-by:
Dan Williams <dan.j.williams@intel.com> Link: https://patch.msgid.link/20250509150700.2817697-10-rrichter@amd.com Signed-off-by:
Dave Jiang <dave.jiang@intel.com>
Loading
Please sign in to comment