mbox series

[v6,0/4] arm64 SMMUv3 PMU driver with IORT support

Message ID 20190204121324.11460-1-shameerali.kolothum.thodi@huawei.com
Headers show
Series arm64 SMMUv3 PMU driver with IORT support | expand

Message

Shameerali Kolothum Thodi Feb. 4, 2019, 12:13 p.m. UTC
This adds a driver for the SMMUv3 PMU into the perf framework.
It includes an IORT update to support PM Counter Groups.

This is based on the initial work done by Neil Leeder[1]

SMMUv3 PMCG devices are named as smmuv3_pmcg_<phys_addr_page>
where <phys_addr_page> is the physical page address of the SMMU PMCG.
For example, the PMCG at 0xff88840000 is named smmuv3_pmcg_ff88840

Usage example:
For common arch supported events:
perf stat -e smmuv3_pmcg_ff88840/transaction,filter_enable=1,
 filter_span=1,filter_stream_id=0x42/ -a netperf

For IMP DEF events:
perf stat -e smmuv3_pmcg_ff88840/event=id/ -a netperf

This is sanity tested on a HiSilicon platform that requires
a quirk to run  it properly. As per HiSilicon erratum  #162001800,
PMCG event counter registers (SMMU_PMCG_EVCNTRn) on HiSilicon Hip08
platforms are read only and this prevents the software from setting
the initial period on event start. Unfortunately we were a bit late
in the cycle to detect this issue and now require software workaround
for this. Patch #4 is added to this series to provide a workaround
for this issue.

Further testing on supported platforms are very much welcome.

v5 ---> v6
-Addressed comments from Robin and Andrew.
-Changed the way global filter settings are applied as a probable
 fix to the v5 bug where in-use settings gets overwritten.
-Use of PMCG model number to identify the platform.
-Added R-by from Robin to patches #1 and #3.

v4 ---> v5
-IORT code is modified to pass the option/quirk flags to the driver
 through platform_data (patch #4), based on Robin's comments.
-Removed COMPILE_TEST (patch #2).

v3 --> v4

-Addressed comments from Jean and Robin.
-Merged dma config callbacks as per Lorenzo's comments(patch #1).
-Added handling of Global(Counter0) filter settings mode(patch #2).
-Added patch #4 to address HiSilicon erratum  #162001800
-
v2 --> v3

-Addressed comments from Robin.
-Removed iort helper function to retrieve the PMCG reference smmu.
-PMCG devices are now named using the base address

v1 --> v2

- Addressed comments from Robin.
- Added an helper to retrieve the associated smmu dev and named PMUs
  to make the association visible to user.
- Added MSI support  for overflow irq

[1]https://www.spinics.net/lists/arm-kernel/msg598591.html

Neil Leeder (2):
  acpi: arm64: add iort support for PMCG
  perf: add arm64 smmuv3 pmu driver

Shameer Kolothum (2):
  perf/smmuv3: Add MSI irq support
  perf/smmuv3_pmu: Enable HiSilicon Erratum 162001800 quirk

 drivers/acpi/arm64/iort.c     | 131 +++++--
 drivers/perf/Kconfig          |   9 +
 drivers/perf/Makefile         |   1 +
 drivers/perf/arm_smmuv3_pmu.c | 873 ++++++++++++++++++++++++++++++++++++++++++
 include/linux/acpi_iort.h     |   7 +
 5 files changed, 997 insertions(+), 24 deletions(-)
 create mode 100644 drivers/perf/arm_smmuv3_pmu.c

-- 
2.7.4

Comments

Lorenzo Pieralisi Feb. 15, 2019, 11:39 a.m. UTC | #1
On Mon, Feb 04, 2019 at 12:13:21PM +0000, Shameer Kolothum wrote:
> From: Neil Leeder <nleeder@codeaurora.org>

> 

> Add support for the SMMU Performance Monitor Counter Group

> information from ACPI. This is in preparation for its use

> in the SMMUv3 PMU driver.

> 

> Signed-off-by: Neil Leeder <nleeder@codeaurora.org>

> Signed-off-by: Hanjun Guo <guohanjun@huawei.com>

> Signed-off-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>

> Reviewed-by: Robin Murphy <robin.murphy@arm.com>

> ---

>  drivers/acpi/arm64/iort.c | 117 ++++++++++++++++++++++++++++++++++++----------

>  include/linux/acpi_iort.h |   6 +++

>  2 files changed, 99 insertions(+), 24 deletions(-)

> 

> diff --git a/drivers/acpi/arm64/iort.c b/drivers/acpi/arm64/iort.c

> index e48894e..e2c9b26 100644

> --- a/drivers/acpi/arm64/iort.c

> +++ b/drivers/acpi/arm64/iort.c

> @@ -356,7 +356,8 @@ static struct acpi_iort_node *iort_node_get_id(struct acpi_iort_node *node,

>  	if (map->flags & ACPI_IORT_ID_SINGLE_MAPPING) {

>  		if (node->type == ACPI_IORT_NODE_NAMED_COMPONENT ||

>  		    node->type == ACPI_IORT_NODE_PCI_ROOT_COMPLEX ||

> -		    node->type == ACPI_IORT_NODE_SMMU_V3) {

> +		    node->type == ACPI_IORT_NODE_SMMU_V3 ||

> +		    node->type == ACPI_IORT_NODE_PMCG) {

>  			*id_out = map->output_base;

>  			return parent;

>  		}

> @@ -394,6 +395,8 @@ static int iort_get_id_mapping_index(struct acpi_iort_node *node)

>  		}

>  

>  		return smmu->id_mapping_index;

> +	case ACPI_IORT_NODE_PMCG:

> +		return 0;

>  	default:

>  		return -EINVAL;

>  	}

> @@ -1218,14 +1221,23 @@ static void __init arm_smmu_v3_init_resources(struct resource *res,

>  	}

>  }

>  

> -static bool __init arm_smmu_v3_is_coherent(struct acpi_iort_node *node)

> +static void __init arm_smmu_v3_dma_configure(struct device *dev,

> +					     struct acpi_iort_node *node)

>  {

>  	struct acpi_iort_smmu_v3 *smmu;

> +	enum dev_dma_attr attr;

>  

>  	/* Retrieve SMMUv3 specific data */

>  	smmu = (struct acpi_iort_smmu_v3 *)node->node_data;

>  

> -	return smmu->flags & ACPI_IORT_SMMU_V3_COHACC_OVERRIDE;

> +	attr = (smmu->flags & ACPI_IORT_SMMU_V3_COHACC_OVERRIDE) ?

> +			DEV_DMA_COHERENT : DEV_DMA_NON_COHERENT;

> +

> +	/* We expect the dma masks to be equivalent for all SMMUv3 set-ups */

> +	dev->dma_mask = &dev->coherent_dma_mask;

> +

> +	/* Configure DMA for the page table walker */

> +	acpi_dma_configure(dev, attr);

>  }

>  

>  #if defined(CONFIG_ACPI_NUMA)

> @@ -1301,30 +1313,82 @@ static void __init arm_smmu_init_resources(struct resource *res,

>  	}

>  }

>  

> -static bool __init arm_smmu_is_coherent(struct acpi_iort_node *node)

> +static void __init arm_smmu_dma_configure(struct device *dev,

> +					  struct acpi_iort_node *node)

>  {

>  	struct acpi_iort_smmu *smmu;

> +	enum dev_dma_attr attr;

>  

>  	/* Retrieve SMMU specific data */

>  	smmu = (struct acpi_iort_smmu *)node->node_data;

>  

> -	return smmu->flags & ACPI_IORT_SMMU_COHERENT_WALK;

> +	attr = (smmu->flags & ACPI_IORT_SMMU_COHERENT_WALK) ?

> +			DEV_DMA_COHERENT : DEV_DMA_NON_COHERENT;

> +

> +	/* We expect the dma masks to be equivalent for SMMU set-ups */

> +	dev->dma_mask = &dev->coherent_dma_mask;

> +

> +	/* Configure DMA for the page table walker */

> +	acpi_dma_configure(dev, attr);

> +}

> +

> +static int __init arm_smmu_v3_pmcg_count_resources(struct acpi_iort_node *node)

> +{

> +	struct acpi_iort_pmcg *pmcg;

> +

> +	/* Retrieve PMCG specific data */

> +	pmcg = (struct acpi_iort_pmcg *)node->node_data;

> +

> +	/*

> +	 * There are always 2 memory resources.

> +	 * If the overflow_gsiv is present then add that for a total of 3.

> +	 */

> +	return pmcg->overflow_gsiv ? 3 : 2;

> +}

> +

> +static void __init arm_smmu_v3_pmcg_init_resources(struct resource *res,

> +						   struct acpi_iort_node *node)

> +{

> +	struct acpi_iort_pmcg *pmcg;

> +

> +	/* Retrieve PMCG specific data */

> +	pmcg = (struct acpi_iort_pmcg *)node->node_data;

> +

> +	res[0].start = pmcg->page0_base_address;

> +	res[0].end = pmcg->page0_base_address + SZ_4K - 1;

> +	res[0].flags = IORESOURCE_MEM;

> +	res[1].start = pmcg->page1_base_address;

> +	res[1].end = pmcg->page1_base_address + SZ_4K - 1;

> +	res[1].flags = IORESOURCE_MEM;

> +

> +	if (pmcg->overflow_gsiv)

> +		acpi_iort_register_irq(pmcg->overflow_gsiv, "overflow",

> +				       ACPI_EDGE_SENSITIVE, &res[2]);

> +}

> +

> +static int __init arm_smmu_v3_pmcg_add_platdata(struct platform_device *pdev)

> +{

> +	u32 model = IORT_SMMU_V3_PMCG_GENERIC;

> +

> +	return platform_device_add_data(pdev, &model, sizeof(model));

>  }

>  

>  struct iort_dev_config {

>  	const char *name;

>  	int (*dev_init)(struct acpi_iort_node *node);

> -	bool (*dev_is_coherent)(struct acpi_iort_node *node);

> +	void (*dev_dma_configure)(struct device *dev,

> +				  struct acpi_iort_node *node);

>  	int (*dev_count_resources)(struct acpi_iort_node *node);

>  	void (*dev_init_resources)(struct resource *res,

>  				     struct acpi_iort_node *node);

>  	void (*dev_set_proximity)(struct device *dev,

>  				    struct acpi_iort_node *node);

> +	int (*dev_add_platdata)(struct platform_device *pdev);

>  };

>  

>  static const struct iort_dev_config iort_arm_smmu_v3_cfg __initconst = {

>  	.name = "arm-smmu-v3",

> -	.dev_is_coherent = arm_smmu_v3_is_coherent,

> +	.dev_dma_configure = arm_smmu_v3_dma_configure,

>  	.dev_count_resources = arm_smmu_v3_count_resources,

>  	.dev_init_resources = arm_smmu_v3_init_resources,

>  	.dev_set_proximity = arm_smmu_v3_set_proximity,

> @@ -1332,9 +1396,16 @@ static const struct iort_dev_config iort_arm_smmu_v3_cfg __initconst = {

>  

>  static const struct iort_dev_config iort_arm_smmu_cfg __initconst = {

>  	.name = "arm-smmu",

> -	.dev_is_coherent = arm_smmu_is_coherent,

> +	.dev_dma_configure = arm_smmu_dma_configure,

>  	.dev_count_resources = arm_smmu_count_resources,

> -	.dev_init_resources = arm_smmu_init_resources

> +	.dev_init_resources = arm_smmu_init_resources,

> +};

> +

> +static const struct iort_dev_config iort_arm_smmu_v3_pmcg_cfg __initconst = {

> +	.name = "arm-smmu-v3-pmcg",

> +	.dev_count_resources = arm_smmu_v3_pmcg_count_resources,

> +	.dev_init_resources = arm_smmu_v3_pmcg_init_resources,

> +	.dev_add_platdata = arm_smmu_v3_pmcg_add_platdata,

>  };

>  

>  static __init const struct iort_dev_config *iort_get_dev_cfg(

> @@ -1345,6 +1416,8 @@ static __init const struct iort_dev_config *iort_get_dev_cfg(

>  		return &iort_arm_smmu_v3_cfg;

>  	case ACPI_IORT_NODE_SMMU:

>  		return &iort_arm_smmu_cfg;

> +	case ACPI_IORT_NODE_PMCG:

> +		return &iort_arm_smmu_v3_pmcg_cfg;

>  	default:

>  		return NULL;

>  	}

> @@ -1362,7 +1435,6 @@ static int __init iort_add_platform_device(struct acpi_iort_node *node,

>  	struct fwnode_handle *fwnode;

>  	struct platform_device *pdev;

>  	struct resource *r;

> -	enum dev_dma_attr attr;

>  	int ret, count;

>  

>  	pdev = platform_device_alloc(ops->name, PLATFORM_DEVID_AUTO);

> @@ -1393,19 +1465,19 @@ static int __init iort_add_platform_device(struct acpi_iort_node *node,

>  		goto dev_put;

>  

>  	/*

> -	 * Add a copy of IORT node pointer to platform_data to

> -	 * be used to retrieve IORT data information.

> +	 * Platform devices based on PMCG nodes uses platform_data to

> +	 * pass the hardware model info to the driver. For others, add

> +	 * a copy of IORT node pointer to platform_data to be used to

> +	 * retrieve IORT data information.

>  	 */

> -	ret = platform_device_add_data(pdev, &node, sizeof(node));

> +	if (ops->dev_add_platdata)

> +		ret = ops->dev_add_platdata(pdev);

> +	else

> +		ret = platform_device_add_data(pdev, &node, sizeof(node));

> +

>  	if (ret)

>  		goto dev_put;

>  

> -	/*

> -	 * We expect the dma masks to be equivalent for

> -	 * all SMMUs set-ups

> -	 */

> -	pdev->dev.dma_mask = &pdev->dev.coherent_dma_mask;

> -

>  	fwnode = iort_get_fwnode(node);

>  

>  	if (!fwnode) {

> @@ -1415,11 +1487,8 @@ static int __init iort_add_platform_device(struct acpi_iort_node *node,

>  

>  	pdev->dev.fwnode = fwnode;

>  

> -	attr = ops->dev_is_coherent && ops->dev_is_coherent(node) ?

> -			DEV_DMA_COHERENT : DEV_DMA_NON_COHERENT;

> -

> -	/* Configure DMA for the page table walker */

> -	acpi_dma_configure(&pdev->dev, attr);

> +	if (ops->dev_dma_configure)

> +		ops->dev_dma_configure(&pdev->dev, node);

>  

>  	iort_set_device_domain(&pdev->dev, node);

>  

> diff --git a/include/linux/acpi_iort.h b/include/linux/acpi_iort.h

> index 38cd77b..832bd6a 100644

> --- a/include/linux/acpi_iort.h

> +++ b/include/linux/acpi_iort.h

> @@ -26,6 +26,12 @@

>  #define IORT_IRQ_MASK(irq)		(irq & 0xffffffffULL)

>  #define IORT_IRQ_TRIGGER_MASK(irq)	((irq >> 32) & 0xffffffffULL)

>  

> +/*

> + * PMCG model identifiers for use in smmu pmu driver. Please note

> + * that, this is not part of the IORT specification.


And it is a Linux internal tag that has nothing to do with HW, it is
just fabricated for matching a driver, I would like to have this
clarified in the comment please.

I would have avoided adding another hook to differentiate platform data
but given that it is self-contained in IORT code that should be fine for
the sake of making progress:

Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>


> + */

> +#define IORT_SMMU_V3_PMCG_GENERIC        0x00000000 /* Generic SMMUv3 PMCG */

> +

>  int iort_register_domain_token(int trans_id, phys_addr_t base,

>  			       struct fwnode_handle *fw_node);

>  void iort_deregister_domain_token(int trans_id);

> -- 

> 2.7.4

> 

>
Lorenzo Pieralisi Feb. 15, 2019, 11:52 a.m. UTC | #2
On Mon, Feb 04, 2019 at 12:13:21PM +0000, Shameer Kolothum wrote:
> From: Neil Leeder <nleeder@codeaurora.org>

> 

> Add support for the SMMU Performance Monitor Counter Group

> information from ACPI. This is in preparation for its use

> in the SMMUv3 PMU driver.


Also, in case I do not get a chance to update it, please run:

git log --oneline --no-merges drivers/acpi/arm64/iort.c

You would notice incosistency in the $SUBJECT, fix it please.

Thanks,
Lorenzo

> Signed-off-by: Neil Leeder <nleeder@codeaurora.org>

> Signed-off-by: Hanjun Guo <guohanjun@huawei.com>

> Signed-off-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>

> Reviewed-by: Robin Murphy <robin.murphy@arm.com>

> ---

>  drivers/acpi/arm64/iort.c | 117 ++++++++++++++++++++++++++++++++++++----------

>  include/linux/acpi_iort.h |   6 +++

>  2 files changed, 99 insertions(+), 24 deletions(-)

> 

> diff --git a/drivers/acpi/arm64/iort.c b/drivers/acpi/arm64/iort.c

> index e48894e..e2c9b26 100644

> --- a/drivers/acpi/arm64/iort.c

> +++ b/drivers/acpi/arm64/iort.c

> @@ -356,7 +356,8 @@ static struct acpi_iort_node *iort_node_get_id(struct acpi_iort_node *node,

>  	if (map->flags & ACPI_IORT_ID_SINGLE_MAPPING) {

>  		if (node->type == ACPI_IORT_NODE_NAMED_COMPONENT ||

>  		    node->type == ACPI_IORT_NODE_PCI_ROOT_COMPLEX ||

> -		    node->type == ACPI_IORT_NODE_SMMU_V3) {

> +		    node->type == ACPI_IORT_NODE_SMMU_V3 ||

> +		    node->type == ACPI_IORT_NODE_PMCG) {

>  			*id_out = map->output_base;

>  			return parent;

>  		}

> @@ -394,6 +395,8 @@ static int iort_get_id_mapping_index(struct acpi_iort_node *node)

>  		}

>  

>  		return smmu->id_mapping_index;

> +	case ACPI_IORT_NODE_PMCG:

> +		return 0;

>  	default:

>  		return -EINVAL;

>  	}

> @@ -1218,14 +1221,23 @@ static void __init arm_smmu_v3_init_resources(struct resource *res,

>  	}

>  }

>  

> -static bool __init arm_smmu_v3_is_coherent(struct acpi_iort_node *node)

> +static void __init arm_smmu_v3_dma_configure(struct device *dev,

> +					     struct acpi_iort_node *node)

>  {

>  	struct acpi_iort_smmu_v3 *smmu;

> +	enum dev_dma_attr attr;

>  

>  	/* Retrieve SMMUv3 specific data */

>  	smmu = (struct acpi_iort_smmu_v3 *)node->node_data;

>  

> -	return smmu->flags & ACPI_IORT_SMMU_V3_COHACC_OVERRIDE;

> +	attr = (smmu->flags & ACPI_IORT_SMMU_V3_COHACC_OVERRIDE) ?

> +			DEV_DMA_COHERENT : DEV_DMA_NON_COHERENT;

> +

> +	/* We expect the dma masks to be equivalent for all SMMUv3 set-ups */

> +	dev->dma_mask = &dev->coherent_dma_mask;

> +

> +	/* Configure DMA for the page table walker */

> +	acpi_dma_configure(dev, attr);

>  }

>  

>  #if defined(CONFIG_ACPI_NUMA)

> @@ -1301,30 +1313,82 @@ static void __init arm_smmu_init_resources(struct resource *res,

>  	}

>  }

>  

> -static bool __init arm_smmu_is_coherent(struct acpi_iort_node *node)

> +static void __init arm_smmu_dma_configure(struct device *dev,

> +					  struct acpi_iort_node *node)

>  {

>  	struct acpi_iort_smmu *smmu;

> +	enum dev_dma_attr attr;

>  

>  	/* Retrieve SMMU specific data */

>  	smmu = (struct acpi_iort_smmu *)node->node_data;

>  

> -	return smmu->flags & ACPI_IORT_SMMU_COHERENT_WALK;

> +	attr = (smmu->flags & ACPI_IORT_SMMU_COHERENT_WALK) ?

> +			DEV_DMA_COHERENT : DEV_DMA_NON_COHERENT;

> +

> +	/* We expect the dma masks to be equivalent for SMMU set-ups */

> +	dev->dma_mask = &dev->coherent_dma_mask;

> +

> +	/* Configure DMA for the page table walker */

> +	acpi_dma_configure(dev, attr);

> +}

> +

> +static int __init arm_smmu_v3_pmcg_count_resources(struct acpi_iort_node *node)

> +{

> +	struct acpi_iort_pmcg *pmcg;

> +

> +	/* Retrieve PMCG specific data */

> +	pmcg = (struct acpi_iort_pmcg *)node->node_data;

> +

> +	/*

> +	 * There are always 2 memory resources.

> +	 * If the overflow_gsiv is present then add that for a total of 3.

> +	 */

> +	return pmcg->overflow_gsiv ? 3 : 2;

> +}

> +

> +static void __init arm_smmu_v3_pmcg_init_resources(struct resource *res,

> +						   struct acpi_iort_node *node)

> +{

> +	struct acpi_iort_pmcg *pmcg;

> +

> +	/* Retrieve PMCG specific data */

> +	pmcg = (struct acpi_iort_pmcg *)node->node_data;

> +

> +	res[0].start = pmcg->page0_base_address;

> +	res[0].end = pmcg->page0_base_address + SZ_4K - 1;

> +	res[0].flags = IORESOURCE_MEM;

> +	res[1].start = pmcg->page1_base_address;

> +	res[1].end = pmcg->page1_base_address + SZ_4K - 1;

> +	res[1].flags = IORESOURCE_MEM;

> +

> +	if (pmcg->overflow_gsiv)

> +		acpi_iort_register_irq(pmcg->overflow_gsiv, "overflow",

> +				       ACPI_EDGE_SENSITIVE, &res[2]);

> +}

> +

> +static int __init arm_smmu_v3_pmcg_add_platdata(struct platform_device *pdev)

> +{

> +	u32 model = IORT_SMMU_V3_PMCG_GENERIC;

> +

> +	return platform_device_add_data(pdev, &model, sizeof(model));

>  }

>  

>  struct iort_dev_config {

>  	const char *name;

>  	int (*dev_init)(struct acpi_iort_node *node);

> -	bool (*dev_is_coherent)(struct acpi_iort_node *node);

> +	void (*dev_dma_configure)(struct device *dev,

> +				  struct acpi_iort_node *node);

>  	int (*dev_count_resources)(struct acpi_iort_node *node);

>  	void (*dev_init_resources)(struct resource *res,

>  				     struct acpi_iort_node *node);

>  	void (*dev_set_proximity)(struct device *dev,

>  				    struct acpi_iort_node *node);

> +	int (*dev_add_platdata)(struct platform_device *pdev);

>  };

>  

>  static const struct iort_dev_config iort_arm_smmu_v3_cfg __initconst = {

>  	.name = "arm-smmu-v3",

> -	.dev_is_coherent = arm_smmu_v3_is_coherent,

> +	.dev_dma_configure = arm_smmu_v3_dma_configure,

>  	.dev_count_resources = arm_smmu_v3_count_resources,

>  	.dev_init_resources = arm_smmu_v3_init_resources,

>  	.dev_set_proximity = arm_smmu_v3_set_proximity,

> @@ -1332,9 +1396,16 @@ static const struct iort_dev_config iort_arm_smmu_v3_cfg __initconst = {

>  

>  static const struct iort_dev_config iort_arm_smmu_cfg __initconst = {

>  	.name = "arm-smmu",

> -	.dev_is_coherent = arm_smmu_is_coherent,

> +	.dev_dma_configure = arm_smmu_dma_configure,

>  	.dev_count_resources = arm_smmu_count_resources,

> -	.dev_init_resources = arm_smmu_init_resources

> +	.dev_init_resources = arm_smmu_init_resources,

> +};

> +

> +static const struct iort_dev_config iort_arm_smmu_v3_pmcg_cfg __initconst = {

> +	.name = "arm-smmu-v3-pmcg",

> +	.dev_count_resources = arm_smmu_v3_pmcg_count_resources,

> +	.dev_init_resources = arm_smmu_v3_pmcg_init_resources,

> +	.dev_add_platdata = arm_smmu_v3_pmcg_add_platdata,

>  };

>  

>  static __init const struct iort_dev_config *iort_get_dev_cfg(

> @@ -1345,6 +1416,8 @@ static __init const struct iort_dev_config *iort_get_dev_cfg(

>  		return &iort_arm_smmu_v3_cfg;

>  	case ACPI_IORT_NODE_SMMU:

>  		return &iort_arm_smmu_cfg;

> +	case ACPI_IORT_NODE_PMCG:

> +		return &iort_arm_smmu_v3_pmcg_cfg;

>  	default:

>  		return NULL;

>  	}

> @@ -1362,7 +1435,6 @@ static int __init iort_add_platform_device(struct acpi_iort_node *node,

>  	struct fwnode_handle *fwnode;

>  	struct platform_device *pdev;

>  	struct resource *r;

> -	enum dev_dma_attr attr;

>  	int ret, count;

>  

>  	pdev = platform_device_alloc(ops->name, PLATFORM_DEVID_AUTO);

> @@ -1393,19 +1465,19 @@ static int __init iort_add_platform_device(struct acpi_iort_node *node,

>  		goto dev_put;

>  

>  	/*

> -	 * Add a copy of IORT node pointer to platform_data to

> -	 * be used to retrieve IORT data information.

> +	 * Platform devices based on PMCG nodes uses platform_data to

> +	 * pass the hardware model info to the driver. For others, add

> +	 * a copy of IORT node pointer to platform_data to be used to

> +	 * retrieve IORT data information.

>  	 */

> -	ret = platform_device_add_data(pdev, &node, sizeof(node));

> +	if (ops->dev_add_platdata)

> +		ret = ops->dev_add_platdata(pdev);

> +	else

> +		ret = platform_device_add_data(pdev, &node, sizeof(node));

> +

>  	if (ret)

>  		goto dev_put;

>  

> -	/*

> -	 * We expect the dma masks to be equivalent for

> -	 * all SMMUs set-ups

> -	 */

> -	pdev->dev.dma_mask = &pdev->dev.coherent_dma_mask;

> -

>  	fwnode = iort_get_fwnode(node);

>  

>  	if (!fwnode) {

> @@ -1415,11 +1487,8 @@ static int __init iort_add_platform_device(struct acpi_iort_node *node,

>  

>  	pdev->dev.fwnode = fwnode;

>  

> -	attr = ops->dev_is_coherent && ops->dev_is_coherent(node) ?

> -			DEV_DMA_COHERENT : DEV_DMA_NON_COHERENT;

> -

> -	/* Configure DMA for the page table walker */

> -	acpi_dma_configure(&pdev->dev, attr);

> +	if (ops->dev_dma_configure)

> +		ops->dev_dma_configure(&pdev->dev, node);

>  

>  	iort_set_device_domain(&pdev->dev, node);

>  

> diff --git a/include/linux/acpi_iort.h b/include/linux/acpi_iort.h

> index 38cd77b..832bd6a 100644

> --- a/include/linux/acpi_iort.h

> +++ b/include/linux/acpi_iort.h

> @@ -26,6 +26,12 @@

>  #define IORT_IRQ_MASK(irq)		(irq & 0xffffffffULL)

>  #define IORT_IRQ_TRIGGER_MASK(irq)	((irq >> 32) & 0xffffffffULL)

>  

> +/*

> + * PMCG model identifiers for use in smmu pmu driver. Please note

> + * that, this is not part of the IORT specification.

> + */

> +#define IORT_SMMU_V3_PMCG_GENERIC        0x00000000 /* Generic SMMUv3 PMCG */

> +

>  int iort_register_domain_token(int trans_id, phys_addr_t base,

>  			       struct fwnode_handle *fw_node);

>  void iort_deregister_domain_token(int trans_id);

> -- 

> 2.7.4

> 

>
Shameerali Kolothum Thodi Feb. 18, 2019, 9:57 a.m. UTC | #3
> -----Original Message-----

> From: Lorenzo Pieralisi [mailto:lorenzo.pieralisi@arm.com]

> Sent: 15 February 2019 11:40

> To: Shameerali Kolothum Thodi <shameerali.kolothum.thodi@huawei.com>

> Cc: robin.murphy@arm.com; andrew.murray@arm.com;

> jean-philippe.brucker@arm.com; will.deacon@arm.com;

> mark.rutland@arm.com; Guohanjun (Hanjun Guo) <guohanjun@huawei.com>;

> John Garry <john.garry@huawei.com>; pabba@codeaurora.org;

> vkilari@codeaurora.org; rruigrok@codeaurora.org; linux-acpi@vger.kernel.org;

> linux-kernel@vger.kernel.org; linux-arm-kernel@lists.infradead.org; Linuxarm

> <linuxarm@huawei.com>; neil.m.leeder@gmail.com

> Subject: Re: [PATCH v6 1/4] acpi: arm64: add iort support for PMCG

> 

[...]

> > +/*

> > + * PMCG model identifiers for use in smmu pmu driver. Please note

> > + * that, this is not part of the IORT specification.

> 

> And it is a Linux internal tag that has nothing to do with HW, it is just fabricated

> for matching a driver, I would like to have this clarified in the comment please.

> 

> I would have avoided adding another hook to differentiate platform data but

> given that it is self-contained in IORT code that should be fine for the sake of

> making progress:

> 

> Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>


Thanks. I will wait for review of main driver patches and then will sent out a
revised one incorporating your comments on this.

Thanks,
Shameer

> > + */

> > +#define IORT_SMMU_V3_PMCG_GENERIC        0x00000000 /* Generic

> SMMUv3 PMCG */

> > +

> >  int iort_register_domain_token(int trans_id, phys_addr_t base,

> >  			       struct fwnode_handle *fw_node);  void

> > iort_deregister_domain_token(int trans_id);

> > --

> > 2.7.4

> >

> >