Home
last modified time | relevance | path

Searched refs:HDMI_VFRMT_END (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/msm8x26/kernel-headers/video/
Dmsm_hdmi_modes.h150 #define HDMI_VFRMT_END 127 macro
151 #define HDMI_VFRMT_3840x2160p30_16_9 (HDMI_VFRMT_END + 1)
152 #define HDMI_VFRMT_3840x2160p25_16_9 (HDMI_VFRMT_END + 2)
154 #define HDMI_VFRMT_3840x2160p24_16_9 (HDMI_VFRMT_END + 3)
155 #define HDMI_VFRMT_4096x2160p24_16_9 (HDMI_VFRMT_END + 4)
/hardware/qcom/msm8x84/kernel-headers/video/
Dmsm_hdmi_modes.h150 #define HDMI_VFRMT_END 127 macro
151 #define HDMI_VFRMT_3840x2160p30_16_9 (HDMI_VFRMT_END + 1)
152 #define HDMI_VFRMT_3840x2160p25_16_9 (HDMI_VFRMT_END + 2)
154 #define HDMI_VFRMT_3840x2160p24_16_9 (HDMI_VFRMT_END + 3)
155 #define HDMI_VFRMT_4096x2160p24_16_9 (HDMI_VFRMT_END + 4)
/hardware/qcom/msm8x84/original-kernel-headers/video/
Dmsm_hdmi_modes.h115 #define HDMI_VFRMT_END 127 macro
118 #define HDMI_VFRMT_3840x2160p30_16_9 (HDMI_VFRMT_END + 1)
119 #define HDMI_VFRMT_3840x2160p25_16_9 (HDMI_VFRMT_END + 2)
120 #define HDMI_VFRMT_3840x2160p24_16_9 (HDMI_VFRMT_END + 3)
121 #define HDMI_VFRMT_4096x2160p24_16_9 (HDMI_VFRMT_END + 4)
/hardware/qcom/msm8994/original-kernel-headers/video/
Dmsm_hdmi_modes.h135 #define HDMI_VFRMT_END 127 macro
137 #define EVFRMT_OFF(x) (HDMI_VFRMT_END + x)
/hardware/qcom/msm8994/kernel-headers/video/
Dmsm_hdmi_modes.h171 #define HDMI_VFRMT_END 127 macro
172 #define EVFRMT_OFF(x) (HDMI_VFRMT_END + x)
/hardware/qcom/msm8996/original-kernel-headers/video/
Dmsm_hdmi_modes.h187 #define HDMI_VFRMT_END 127 macro
189 #define EVFRMT_OFF(x) (HDMI_VFRMT_END + x)
/hardware/qcom/msm8996/kernel-headers/video/
Dmsm_hdmi_modes.h232 #define HDMI_VFRMT_END 127 macro
234 #define EVFRMT_OFF(x) (HDMI_VFRMT_END + x)
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_hdmi.cpp374 *max_cea_format = HDMI_VFRMT_END; in GetMaxCEAFormat()