xref: /kernel/linux/linux-6.6/drivers/gpu/drm/lima/lima_bcast.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/gpu/drm/lima/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR MIT */
262306a36Sopenharmony_ci/* Copyright 2018-2019 Qiang Yu <yuq825@gmail.com> */
362306a36Sopenharmony_ci
462306a36Sopenharmony_ci#ifndef __LIMA_BCAST_H__
562306a36Sopenharmony_ci#define __LIMA_BCAST_H__
662306a36Sopenharmony_ci
762306a36Sopenharmony_cistruct lima_ip;
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciint lima_bcast_resume(struct lima_ip *ip);
1062306a36Sopenharmony_civoid lima_bcast_suspend(struct lima_ip *ip);
1162306a36Sopenharmony_ciint lima_bcast_init(struct lima_ip *ip);
1262306a36Sopenharmony_civoid lima_bcast_fini(struct lima_ip *ip);
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_civoid lima_bcast_enable(struct lima_device *dev, int num_pp);
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#endif
17

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