]> Git Repo - J-linux.git/blob - drivers/gpu/drm/i915/display/intel_pfit.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / gpu / drm / i915 / display / intel_pfit.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2024 Intel Corporation
4  */
5
6 #ifndef __INTEL_PFIT_H__
7 #define __INTEL_PFIT_H__
8
9 struct drm_connector_state;
10 struct intel_crtc_state;
11
12 int intel_panel_fitting(struct intel_crtc_state *crtc_state,
13                         const struct drm_connector_state *conn_state);
14
15 #endif /* __INTEL_PFIT_H__ */
This page took 0.027055 seconds and 4 git commands to generate.