drm: add modifiers for MediaTek tiled formats
[drm/drm-misc.git] / drivers / pci / controller / dwc / pcie-qcom-common.h
blob7d88d29e476611a302c8bff9afaff19ab9a917a9
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
4 */
6 #ifndef _PCIE_QCOM_COMMON_H
7 #define _PCIE_QCOM_COMMON_H
9 struct dw_pcie;
11 void qcom_pcie_common_set_16gt_equalization(struct dw_pcie *pci);
12 void qcom_pcie_common_set_16gt_lane_margining(struct dw_pcie *pci);
14 #endif