xref: /kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/panfrost_perfcnt.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/* Copyright 2019 Collabora Ltd */
38c2ecf20Sopenharmony_ci#ifndef __PANFROST_PERFCNT_H__
48c2ecf20Sopenharmony_ci#define __PANFROST_PERFCNT_H__
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#include "panfrost_device.h"
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_civoid panfrost_perfcnt_sample_done(struct panfrost_device *pfdev);
98c2ecf20Sopenharmony_civoid panfrost_perfcnt_clean_cache_done(struct panfrost_device *pfdev);
108c2ecf20Sopenharmony_ciint panfrost_perfcnt_init(struct panfrost_device *pfdev);
118c2ecf20Sopenharmony_civoid panfrost_perfcnt_fini(struct panfrost_device *pfdev);
128c2ecf20Sopenharmony_civoid panfrost_perfcnt_close(struct drm_file *file_priv);
138c2ecf20Sopenharmony_ciint panfrost_ioctl_perfcnt_enable(struct drm_device *dev, void *data,
148c2ecf20Sopenharmony_ci				  struct drm_file *file_priv);
158c2ecf20Sopenharmony_ciint panfrost_ioctl_perfcnt_dump(struct drm_device *dev, void *data,
168c2ecf20Sopenharmony_ci				struct drm_file *file_priv);
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif
19

Indexes created Thu Nov 07 10:32:03 CST 2024