Home | History | Annotate | Line # | Download | only in oa
      1 /*	$NetBSD: i915_oa_hsw.c,v 1.2 2021/12/18 23:45:31 riastradh Exp $	*/
      2 
      3 // SPDX-License-Identifier: MIT
      4 /*
      5  * Copyright  2018-2019 Intel Corporation
      6  *
      7  * Autogenerated file by GPU Top : https://github.com/rib/gputop
      8  * DO NOT EDIT manually!
      9  */
     10 
     11 #include <sys/cdefs.h>
     12 __KERNEL_RCSID(0, "$NetBSD: i915_oa_hsw.c,v 1.2 2021/12/18 23:45:31 riastradh Exp $");
     13 
     14 #include <linux/sysfs.h>
     15 
     16 #include "i915_drv.h"
     17 #include "i915_oa_hsw.h"
     18 
     19 static const struct i915_oa_reg b_counter_config_render_basic[] = {
     20 	{ _MMIO(0x2724), 0x00800000 },
     21 	{ _MMIO(0x2720), 0x00000000 },
     22 	{ _MMIO(0x2714), 0x00800000 },
     23 	{ _MMIO(0x2710), 0x00000000 },
     24 };
     25 
     26 static const struct i915_oa_reg flex_eu_config_render_basic[] = {
     27 };
     28 
     29 static const struct i915_oa_reg mux_config_render_basic[] = {
     30 	{ _MMIO(0x9840), 0x00000080 },
     31 	{ _MMIO(0x253a4), 0x01600000 },
     32 	{ _MMIO(0x25440), 0x00100000 },
     33 	{ _MMIO(0x25128), 0x00000000 },
     34 	{ _MMIO(0x2691c), 0x00000800 },
     35 	{ _MMIO(0x26aa0), 0x01500000 },
     36 	{ _MMIO(0x26b9c), 0x00006000 },
     37 	{ _MMIO(0x2791c), 0x00000800 },
     38 	{ _MMIO(0x27aa0), 0x01500000 },
     39 	{ _MMIO(0x27b9c), 0x00006000 },
     40 	{ _MMIO(0x2641c), 0x00000400 },
     41 	{ _MMIO(0x25380), 0x00000010 },
     42 	{ _MMIO(0x2538c), 0x00000000 },
     43 	{ _MMIO(0x25384), 0x0800aaaa },
     44 	{ _MMIO(0x25400), 0x00000004 },
     45 	{ _MMIO(0x2540c), 0x06029000 },
     46 	{ _MMIO(0x25410), 0x00000002 },
     47 	{ _MMIO(0x25404), 0x5c30ffff },
     48 	{ _MMIO(0x25100), 0x00000016 },
     49 	{ _MMIO(0x25110), 0x00000400 },
     50 	{ _MMIO(0x25104), 0x00000000 },
     51 	{ _MMIO(0x26804), 0x00001211 },
     52 	{ _MMIO(0x26884), 0x00000100 },
     53 	{ _MMIO(0x26900), 0x00000002 },
     54 	{ _MMIO(0x26908), 0x00700000 },
     55 	{ _MMIO(0x26904), 0x00000000 },
     56 	{ _MMIO(0x26984), 0x00001022 },
     57 	{ _MMIO(0x26a04), 0x00000011 },
     58 	{ _MMIO(0x26a80), 0x00000006 },
     59 	{ _MMIO(0x26a88), 0x00000c02 },
     60 	{ _MMIO(0x26a84), 0x00000000 },
     61 	{ _MMIO(0x26b04), 0x00001000 },
     62 	{ _MMIO(0x26b80), 0x00000002 },
     63 	{ _MMIO(0x26b8c), 0x00000007 },
     64 	{ _MMIO(0x26b84), 0x00000000 },
     65 	{ _MMIO(0x27804), 0x00004844 },
     66 	{ _MMIO(0x27884), 0x00000400 },
     67 	{ _MMIO(0x27900), 0x00000002 },
     68 	{ _MMIO(0x27908), 0x0e000000 },
     69 	{ _MMIO(0x27904), 0x00000000 },
     70 	{ _MMIO(0x27984), 0x00004088 },
     71 	{ _MMIO(0x27a04), 0x00000044 },
     72 	{ _MMIO(0x27a80), 0x00000006 },
     73 	{ _MMIO(0x27a88), 0x00018040 },
     74 	{ _MMIO(0x27a84), 0x00000000 },
     75 	{ _MMIO(0x27b04), 0x00004000 },
     76 	{ _MMIO(0x27b80), 0x00000002 },
     77 	{ _MMIO(0x27b8c), 0x000000e0 },
     78 	{ _MMIO(0x27b84), 0x00000000 },
     79 	{ _MMIO(0x26104), 0x00002222 },
     80 	{ _MMIO(0x26184), 0x0c006666 },
     81 	{ _MMIO(0x26284), 0x04000000 },
     82 	{ _MMIO(0x26304), 0x04000000 },
     83 	{ _MMIO(0x26400), 0x00000002 },
     84 	{ _MMIO(0x26410), 0x000000a0 },
     85 	{ _MMIO(0x26404), 0x00000000 },
     86 	{ _MMIO(0x25420), 0x04108020 },
     87 	{ _MMIO(0x25424), 0x1284a420 },
     88 	{ _MMIO(0x2541c), 0x00000000 },
     89 	{ _MMIO(0x25428), 0x00042049 },
     90 };
     91 
     92 static ssize_t
     93 show_render_basic_id(struct device *kdev, struct device_attribute *attr, char *buf)
     94 {
     95 	return sprintf(buf, "1\n");
     96 }
     97 
     98 void
     99 i915_perf_load_test_config_hsw(struct drm_i915_private *dev_priv)
    100 {
    101 	strlcpy(dev_priv->perf.test_config.uuid,
    102 		"403d8832-1a27-4aa6-a64e-f5389ce7b212",
    103 		sizeof(dev_priv->perf.test_config.uuid));
    104 	dev_priv->perf.test_config.id = 1;
    105 
    106 	dev_priv->perf.test_config.mux_regs = mux_config_render_basic;
    107 	dev_priv->perf.test_config.mux_regs_len = ARRAY_SIZE(mux_config_render_basic);
    108 
    109 	dev_priv->perf.test_config.b_counter_regs = b_counter_config_render_basic;
    110 	dev_priv->perf.test_config.b_counter_regs_len = ARRAY_SIZE(b_counter_config_render_basic);
    111 
    112 	dev_priv->perf.test_config.flex_regs = flex_eu_config_render_basic;
    113 	dev_priv->perf.test_config.flex_regs_len = ARRAY_SIZE(flex_eu_config_render_basic);
    114 
    115 	dev_priv->perf.test_config.sysfs_metric.name = "403d8832-1a27-4aa6-a64e-f5389ce7b212";
    116 	dev_priv->perf.test_config.sysfs_metric.attrs = dev_priv->perf.test_config.attrs;
    117 
    118 	dev_priv->perf.test_config.attrs[0] = &dev_priv->perf.test_config.sysfs_metric_id.attr;
    119 
    120 	dev_priv->perf.test_config.sysfs_metric_id.attr.name = "id";
    121 	dev_priv->perf.test_config.sysfs_metric_id.attr.mode = 0444;
    122 	dev_priv->perf.test_config.sysfs_metric_id.show = show_render_basic_id;
    123 }
    124