summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_csr.h
blob: 17a32c1e8a35c2913e2198292d1c61555c382e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2019 Intel Corporation
 */

#ifndef __INTEL_CSR_H__
#define __INTEL_CSR_H__

struct drm_i915_private;

void intel_csr_ucode_init(struct drm_i915_private *i915);
void intel_csr_load_program(struct drm_i915_private *i915);
void intel_csr_ucode_fini(struct drm_i915_private *i915);
void intel_csr_ucode_suspend(struct drm_i915_private *i915);
void intel_csr_ucode_resume(struct drm_i915_private *i915);

#endif /* __INTEL_CSR_H__ */