.. | .. |
---|
22 | 22 | * from the first port, odd pixels from the second port |
---|
23 | 23 | * @DRM_LVDS_DUAL_LINK_ODD_EVEN_PIXELS: Odd pixels are expected to be generated |
---|
24 | 24 | * 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 |
---|
29 | 25 | */ |
---|
30 | 26 | enum drm_lvds_dual_link_pixels { |
---|
31 | 27 | DRM_LVDS_DUAL_LINK_EVEN_ODD_PIXELS = 0, |
---|
32 | 28 | 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, |
---|
35 | 29 | }; |
---|
36 | 30 | |
---|
37 | 31 | #ifdef CONFIG_OF |
---|