]> Git Repo - J-linux.git/blob - drivers/gpu/drm/i915/display/intel_qp_tables.h
Merge tag 'input-for-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor...
[J-linux.git] / drivers / gpu / drm / i915 / display / intel_qp_tables.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2021 Intel Corporation
4  */
5
6 #ifndef _INTEL_QP_TABLES_H_
7 #define _INTEL_QP_TABLES_H_
8
9 #include <linux/types.h>
10
11 u8 intel_lookup_range_min_qp(int bpc, int buf_i, int bpp_i, bool is_420);
12 u8 intel_lookup_range_max_qp(int bpc, int buf_i, int bpp_i, bool is_420);
13
14 #endif
This page took 0.036127 seconds and 4 git commands to generate.