]> Git Repo - linux.git/blob - drivers/gpu/drm/amd/display/dc/spl/dc_spl.h
Linux 6.14-rc3
[linux.git] / drivers / gpu / drm / amd / display / dc / spl / dc_spl.h
1 // SPDX-License-Identifier: MIT
2 //
3 // Copyright 2024 Advanced Micro Devices, Inc.
4
5 #ifndef __DC_SPL_H__
6 #define __DC_SPL_H__
7
8 #include "dc_spl_types.h"
9 #define BLACK_OFFSET_RGB_Y 0x0
10 #define BLACK_OFFSET_CBCR  0x8000
11
12 /* SPL interfaces */
13
14 bool spl_calculate_scaler_params(struct spl_in *spl_in, struct spl_out *spl_out);
15
16 bool spl_get_number_of_taps(struct spl_in *spl_in, struct spl_out *spl_out);
17
18 #endif /* __DC_SPL_H__ */
This page took 0.026677 seconds and 4 git commands to generate.