Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_tv.c52 struct video_levels { struct
191 static const struct video_levels ntsc_m_levels_composite = {
201 static const struct video_levels ntsc_m_levels_svideo = {
211 static const struct video_levels ntsc_j_levels_composite = {
221 static const struct video_levels ntsc_j_levels_svideo = {
231 static const struct video_levels pal_levels_composite = {
241 static const struct video_levels pal_levels_svideo = {
251 static const struct video_levels pal_m_levels_composite = {
261 static const struct video_levels pal_m_levels_svideo = {
271 static const struct video_levels pal_n_levels_composite = {
[all …]
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_tv.c130 struct video_levels { struct
167 const struct video_levels *video_levels; member
182 static const struct video_levels ntsc_video_levels = {
186 static const struct video_levels pal_video_levels = {
241 .video_levels = &ntsc_video_levels,
267 .video_levels = &pal_video_levels,
425 SUN4I_TVE_LEVEL_BLANK(tv_mode->video_levels->blank) | in sun4i_tv_mode_set()
426 SUN4I_TVE_LEVEL_BLACK(tv_mode->video_levels->black)); in sun4i_tv_mode_set()