Lines Matching full:edid
12 #include <edid.h>
38 const struct display_timing *edid) in rkvop_enable() argument
42 u32 hactive = edid->hactive.typ; in rkvop_enable()
43 u32 vactive = edid->vactive.typ; in rkvop_enable()
48 writel(V_DSP_XST(edid->hsync_len.typ + edid->hback_porch.typ) | in rkvop_enable()
49 V_DSP_YST(edid->vsync_len.typ + edid->vback_porch.typ), in rkvop_enable()
138 const struct display_timing *edid, in rkvop_mode_set() argument
146 u32 hactive = edid->hactive.typ; in rkvop_mode_set()
147 u32 vactive = edid->vactive.typ; in rkvop_mode_set()
148 u32 hsync_len = edid->hsync_len.typ; in rkvop_mode_set()
149 u32 hback_porch = edid->hback_porch.typ; in rkvop_mode_set()
150 u32 vsync_len = edid->vsync_len.typ; in rkvop_mode_set()
151 u32 vback_porch = edid->vback_porch.typ; in rkvop_mode_set()
152 u32 hfront_porch = edid->hfront_porch.typ; in rkvop_mode_set()
153 u32 vfront_porch = edid->vfront_porch.typ; in rkvop_mode_set()
158 if (edid->flags & DISPLAY_FLAGS_HSYNC_HIGH) in rkvop_mode_set()
160 if (edid->flags & DISPLAY_FLAGS_VSYNC_HIGH) in rkvop_mode_set()
208 * - Reads the EDID timing information