Files
android_kernel_samsung_sm86…/msm/sde/sde_hw_dsc_1_2.h
Abhijit Kulkarni a00714beae disp: msm: sde: add DSC 1.2 implementation
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>
2020-01-22 12:33:24 -08:00

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 */