/external/igt-gpu-tools/overlay/ |
D | rc6.c | 38 int rc6_init(struct rc6 *rc6) in rc6_init() argument 40 memset(rc6, 0, sizeof(*rc6)); in rc6_init() 42 rc6->fd = perf_i915_open(I915_PMU_RC6_RESIDENCY); in rc6_init() 43 if (rc6->fd < 0) { in rc6_init() 46 return rc6->error = errno; in rc6_init() 82 int rc6_update(struct rc6 *rc6) in rc6_update() argument 84 struct rc6_stat *s = &rc6->stat[rc6->count++&1]; in rc6_update() 85 struct rc6_stat *d = &rc6->stat[rc6->count&1]; in rc6_update() 88 if (rc6->error) in rc6_update() 89 return rc6->error; in rc6_update() [all …]
|
D | rc6.h | 30 struct rc6 { struct 44 uint8_t rc6; argument 50 int rc6_init(struct rc6 *rc6); 51 int rc6_update(struct rc6 *rc6);
|
D | overlay.c | 114 struct rc6 rc6; member 570 rc6_init(&gf->rc6); in init_gpu_freq() 580 int has_rc6 = rc6_update(&gf->rc6) == 0; in show_gpu_freq() 669 len = sprintf(buf, "RC6: %d%%", gf->rc6.rc6_combined); in show_gpu_freq() 672 if (gf->rc6.rc6_combined) { in show_gpu_freq() 676 if (gf->rc6.rc6) { in show_gpu_freq() 679 gf->rc6.rc6); in show_gpu_freq() 682 if (gf->rc6.rc6p) { in show_gpu_freq() 685 gf->rc6.rc6p); in show_gpu_freq() 688 if (gf->rc6.rc6pp) { in show_gpu_freq() [all …]
|
D | Makefile.am | 38 rc6.h \ 39 rc6.c \
|
D | meson.build | 16 'rc6.c',
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_pm_rc6_residency.c | 47 int rc6; member 112 res->rc6 = read_rc6_residency("rc6"); in read_residencies() 141 end.duration, end.rc6, end.media_rc6, end.rc6p, end.rc6pp); in measure_residencies() 149 end.rc6, end.media_rc6, end.rc6p, end.rc6pp); in measure_residencies() 151 if (end.rc6 >= start.rc6 && in measure_residencies() 159 res->rc6 = end.rc6 - start.rc6; in measure_residencies() 174 res->rc6 += res->rc6p; in measure_residencies() 229 residency_accuracy(res.rc6, res.duration, "rc6");
|
D | gem_mocs_settings.c | 430 bool rc6 = false; in rc6_wait() local 447 rc6 = true; in rc6_wait() 459 igt_require(rc6); in rc6_wait()
|
/external/igt-gpu-tools/tools/ |
D | intel_gpu_top.c | 92 struct pmu_counter rc6; member 471 engines->rc6.config = I915_PMU_RC6_RESIDENCY; in pmu_init() 472 _open_pmu(engines->num_counters, &engines->rc6, engines->fd); in pmu_init() 651 update_sample(&engines->rc6, val); in pmu_sample() 1045 { &engines->rc6, 3, 0, 1e9, t, 100, "value", "%" }, in print_header()
|
/external/tagsoup/ |
D | CHANGES | 103 Changes from 1.0rc6 to 1.0rc7 113 Changes from 1.0rc5 to 1.0rc6
|
/external/mesa3d/docs/relnotes/ |
D | 9.1.3.rst | 40 [SNB bisected] SNB hang with rc6 and hiz on glxgears (and other GL
|
D | 19.0.0.rst | 559 - Bump version for rc6
|
D | 19.3.0.rst | 1071 - VERSION: bump version for 19.3-rc6
|
/external/strace/xlat/ |
D | evdev_keycode.in | 576 * constant introduced by commit v4.7-rc6~32^2~6^2 because the old value
|
/external/u-boot/doc/uImage.FIT/ |
D | howto.txt | 314 [ 0.000000] Linux version 2.6.24-rc6-gaebecdfc (m8@hekate) (gcc version 4.0.0 (DENX ELDK 4.1 4.0…
|
/external/u-boot/doc/ |
D | README.distro | 122 fdtdir /boot/dtb-3.16.0-0.rc6.git1.1.fc22.armv7hl+lpae
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 2a82750c3d8c5eadd0841149dff2f92b.0000935d.honggfuzz.cov | 127 ��Gh�GZi�_)��3v[�rc6
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 2a82750c3d8c5eadd0841149dff2f92b.0000935d.honggfuzz.cov | 127 ��Gh�GZi�_)��3v[�rc6
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog | 3840 3.0.9rc6 3846 3.0.9rc6
|
/external/libpng/ |
D | CHANGES | 1290 Version 1.2.3rc6 [May 14, 2002]
|
/external/strace/ |
D | ChangeLog | 4349 constant introduced by commit v4.7-rc6~32^2~6^2 because the old value 11064 introduced by kernel commit v4.14-rc6~26. 27622 by linux kernel commit v4.7-rc6~32^2~6^2. 52076 available in kernel mainline since v2.6.37-rc6, see 52372 Update Linux MIPS syscalls to match 2.6.35-rc6+
|