disp: msm: dp: update include file path for upstream headers
This change updates the include file path for necessary dp and dsc headers that have moved in upstream kernel. File path changed in upstream: include/drm/display/drm_dp_aux_bus.h include/drm/display/drm_dp_dual_mode_helper.h include/drm/display/drm_dp.h include/drm/display/drm_dp_helper.h include/drm/display/drm_dp_mst_helper.h include/drm/display/drm_dsc.h include/drm/display/drm_dsc_helper.h include/drm/display/drm_hdcp.h include/drm/display/drm_hdcp_helper.h include/drm/display/drm_hdmi_helper.h include/drm/display/drm_scdc.h include/drm/display/drm_scdc_helper.h Change-Id: Icb9a227c7464061f68fe60cbda6d93858fa768c5 Signed-off-by: GG Hou <quic_renjhou@quicinc.com> Signed-off-by: Nilaan Gunabalachandran <quic_ngunabal@quicinc.com>
This commit is contained in:

committad av
Prabhanjan Kandula

förälder
5624dc5b2e
incheckning
11f0929a72
@@ -38,8 +38,13 @@
|
||||
#ifndef _DP_AUX_BRIDGE_H_
|
||||
#define _DP_AUX_BRIDGE_H_
|
||||
|
||||
#include <linux/version.h>
|
||||
#include <linux/types.h>
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 19, 0))
|
||||
#include <drm/display/drm_dp_helper.h>
|
||||
#else
|
||||
#include <drm/drm_dp_helper.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* enum dp_aux_bridge_flag - DP aux bridge capability flag
|
||||
|
Referens i nytt ärende
Block a user