Home
last modified time | relevance | path

Searched refs:video_levels (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/i915/display/
Dintel_tv.c55 struct video_levels { struct
194 static const struct video_levels ntsc_m_levels_composite = {
204 static const struct video_levels ntsc_m_levels_svideo = {
214 static const struct video_levels ntsc_j_levels_composite = {
224 static const struct video_levels ntsc_j_levels_svideo = {
234 static const struct video_levels pal_levels_composite = {
244 static const struct video_levels pal_levels_svideo = {
254 static const struct video_levels pal_m_levels_composite = {
264 static const struct video_levels pal_m_levels_svideo = {
274 static const struct video_levels pal_n_levels_composite = {
[all …]
/drivers/gpu/drm/sun4i/
Dsun4i_tv.c129 struct video_levels { struct
166 const struct video_levels *video_levels; member
181 static const struct video_levels ntsc_video_levels = {
185 static const struct video_levels pal_video_levels = {
240 .video_levels = &ntsc_video_levels,
266 .video_levels = &pal_video_levels,
424 SUN4I_TVE_LEVEL_BLANK(tv_mode->video_levels->blank) | in sun4i_tv_mode_set()
425 SUN4I_TVE_LEVEL_BLACK(tv_mode->video_levels->black)); in sun4i_tv_mode_set()