Displaying 9 results from an estimated 9 matches for "i915_perf".
2018 May 25
1
[PATCH] gpu: Consistently use octal not symbolic permissions
...rivers/gpu/drm/drm_debugfs_crc.c | 4 +-
> > drivers/gpu/drm/drm_sysfs.c | 2 +-
> > drivers/gpu/drm/i915/gvt/firmware.c | 2 +-
> > drivers/gpu/drm/i915/i915_debugfs.c | 8 +-
> > drivers/gpu/drm/i915/i915_perf.c | 2 +-
> > drivers/gpu/drm/i915/i915_sysfs.c | 22 ++---
> > drivers/gpu/drm/i915/intel_pipe_crc.c | 2 +-
>
> Please send at least i915 changes separately. There's zero reason to
> make our lives harder for this change....
2018 May 24
3
[PATCH] gpu: Consistently use octal not symbolic permissions
...ebugfs.c | 6 +-
drivers/gpu/drm/drm_debugfs_crc.c | 4 +-
drivers/gpu/drm/drm_sysfs.c | 2 +-
drivers/gpu/drm/i915/gvt/firmware.c | 2 +-
drivers/gpu/drm/i915/i915_debugfs.c | 8 +-
drivers/gpu/drm/i915/i915_perf.c | 2 +-
drivers/gpu/drm/i915/i915_sysfs.c | 22 ++---
drivers/gpu/drm/i915/intel_pipe_crc.c | 2 +-
drivers/gpu/drm/msm/adreno/a5xx_debugfs.c | 5 +-
drivers/gpu/drm/msm/msm_perf.c | 4 +-
drivers/gpu/drm/msm/msm_rd....
2018 May 25
0
[PATCH] gpu: Consistently use octal not symbolic permissions
...| 6 +-
> drivers/gpu/drm/drm_debugfs_crc.c | 4 +-
> drivers/gpu/drm/drm_sysfs.c | 2 +-
> drivers/gpu/drm/i915/gvt/firmware.c | 2 +-
> drivers/gpu/drm/i915/i915_debugfs.c | 8 +-
> drivers/gpu/drm/i915/i915_perf.c | 2 +-
> drivers/gpu/drm/i915/i915_sysfs.c | 22 ++---
> drivers/gpu/drm/i915/intel_pipe_crc.c | 2 +-
> drivers/gpu/drm/msm/adreno/a5xx_debugfs.c | 5 +-
> drivers/gpu/drm/msm/msm_perf.c | 4 +-
>...
2018 May 25
0
[PATCH] gpu: Consistently use octal not symbolic permissions
...| 6 +-
> drivers/gpu/drm/drm_debugfs_crc.c | 4 +-
> drivers/gpu/drm/drm_sysfs.c | 2 +-
> drivers/gpu/drm/i915/gvt/firmware.c | 2 +-
> drivers/gpu/drm/i915/i915_debugfs.c | 8 +-
> drivers/gpu/drm/i915/i915_perf.c | 2 +-
> drivers/gpu/drm/i915/i915_sysfs.c | 22 ++---
> drivers/gpu/drm/i915/intel_pipe_crc.c | 2 +-
Please send at least i915 changes separately. There's zero reason to
make our lives harder for this change.
BR,
Jani.
--
Jani Niku...
2018 Feb 07
2
retpoline mitigation and 6.0
...efconfig'. I don't see any errors when building x86_64.
Lots and lots of warnings, though.
When trying to build for ARCH=i386, I get
arch/x86/events/intel/../perf_event.h:767:21: error:
invalid output size for constraint '=q'
and a clang crash when compiling drivers/gpu/drm/i915/i915_perf.c.
#0 0x0000000001ee982a llvm::sys::PrintStackTrace(llvm::raw_ostream&)
(/usr/local/google/home/groeck/src/clang/build/bin/clang-7.0+0x1ee982a)
#1 0x0000000001ee7a7e llvm::sys::RunSignalHandlers()
(/usr/local/google/home/groeck/src/clang/build/bin/clang-7.0+0x1ee7a7e)
#2 0x0000000001ee7bba Sig...
2018 Apr 18
0
[PATCH] drm: Print unadorned pointers
...| 6 +--
> drivers/gpu/drm/drm_lock.c | 2 +-
> drivers/gpu/drm/drm_scatter.c | 4 +-
> drivers/gpu/drm/etnaviv/etnaviv_drv.c | 6 +--
> drivers/gpu/drm/i810/i810_dma.c | 2 +-
> drivers/gpu/drm/i915/i915_perf.c | 2 +-
> drivers/gpu/drm/i915/intel_display.c | 2 +-
> drivers/gpu/drm/i915/intel_guc_ct.c | 4 +-
> drivers/gpu/drm/i915/intel_guc_submission.c | 2 +-
> drivers/gpu/drm/i915/intel_uc_fw.c | 2 +-
> drive...
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...ib/i915: Add query to detect if engine accepts only ro batches
Lionel Landwerlin (17):
lib/syncobj: drop local declarations
tests/i915/exec_fence: switch to internal headers
tests/i915/exec_fence: reuse syncobj helpers
lib/intel_chipset: identify Elkhart Lake
lib: Add i915_perf library
lib/i915-perf: Add support for loading perf configurations
tools: add i915 perf recorder tool
lib/i915-perf: add i915 perf data reader
tools: add i915-perf-reader
tests/perf: reuse the new i915-perf library
lib/i915/perf: fix loading configurations...
2018 Feb 07
0
retpoline mitigation and 6.0
On Wed, 2018-02-07 at 06:20 +0000, Chandler Carruth wrote:
> I've landed the patch in r324449.
>
> Before we merge this into two different Clang release branches and
> almost immediately release one of them, I would really like someone
> to confirm that this patch works well with the Linux kernel. David,
> if you're up for that, it would be great. Alternatively, Guenter
2018 Feb 07
6
retpoline mitigation and 6.0
I've landed the patch in r324449.
Before we merge this into two different Clang release branches and almost
immediately release one of them, I would really like someone to confirm
that this patch works well with the Linux kernel. David, if you're up for
that, it would be great. Alternatively, Guenter or someone else here can
help.
On Tue, Feb 6, 2018 at 5:59 PM Chandler Carruth