Lines Matching refs:edid
37 const struct display_timing *edid) in rkvop_enable() argument
41 u32 hactive = edid->hactive.typ; in rkvop_enable()
42 u32 vactive = edid->vactive.typ; in rkvop_enable()
47 writel(V_DSP_XST(edid->hsync_len.typ + edid->hback_porch.typ) | in rkvop_enable()
48 V_DSP_YST(edid->vsync_len.typ + edid->vback_porch.typ), in rkvop_enable()
137 const struct display_timing *edid, in rkvop_mode_set() argument
145 u32 hactive = edid->hactive.typ; in rkvop_mode_set()
146 u32 vactive = edid->vactive.typ; in rkvop_mode_set()
147 u32 hsync_len = edid->hsync_len.typ; in rkvop_mode_set()
148 u32 hback_porch = edid->hback_porch.typ; in rkvop_mode_set()
149 u32 vsync_len = edid->vsync_len.typ; in rkvop_mode_set()
150 u32 vback_porch = edid->vback_porch.typ; in rkvop_mode_set()
151 u32 hfront_porch = edid->hfront_porch.typ; in rkvop_mode_set()
152 u32 vfront_porch = edid->vfront_porch.typ; in rkvop_mode_set()
157 if (edid->flags & DISPLAY_FLAGS_HSYNC_HIGH) in rkvop_mode_set()
159 if (edid->flags & DISPLAY_FLAGS_VSYNC_HIGH) in rkvop_mode_set()