hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/drm/drm_of.h
....@@ -22,16 +22,10 @@
2222 * from the first port, odd pixels from the second port
2323 * @DRM_LVDS_DUAL_LINK_ODD_EVEN_PIXELS: Odd pixels are expected to be generated
2424 * from the first port, even pixels from the second port
25
- * @DRM_LVDS_DUAL_LINK_LEFT_RIGHT_PIXELS: Left pixels are expected to be generated
26
- * from the first port, right pixels from the second port
27
- * @DRM_LVDS_DUAL_LINK_RIGHT_LEFT_PIXELS: Right pixels are expected to be generated
28
- * from the first port, left pixels from the second port
2925 */
3026 enum drm_lvds_dual_link_pixels {
3127 DRM_LVDS_DUAL_LINK_EVEN_ODD_PIXELS = 0,
3228 DRM_LVDS_DUAL_LINK_ODD_EVEN_PIXELS = 1,
33
- DRM_LVDS_DUAL_LINK_LEFT_RIGHT_PIXELS = 2,
34
- DRM_LVDS_DUAL_LINK_RIGHT_LEFT_PIXELS = 3,
3529 };
3630
3731 #ifdef CONFIG_OF