
This change adds implementation to configure DSC 1.2 block registers to enable both dsc1.1 and dsc1.2 specifications. Change-Id: I2307d7dace05bf20384d3221e9aca65e296b12bd Signed-off-by: Abhijit Kulkarni <kabhijit@codeaurora.org>
15 baris
289 B
C
15 baris
289 B
C
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _SDE_HW_DSC_1_2_H
|
|
#define _SDE_HW_DSC_1_2_H
|
|
|
|
|
|
void sde_dsc1_2_setup_ops(struct sde_hw_dsc_ops *ops,
|
|
const unsigned long features);
|
|
|
|
|
|
#endif /* _SDE_HW_DSC_1_2_H */
|