Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_tv.c57 struct video_levels { struct
196 static const struct video_levels ntsc_m_levels_composite = {
206 static const struct video_levels ntsc_m_levels_svideo = {
216 static const struct video_levels ntsc_j_levels_composite = {
226 static const struct video_levels ntsc_j_levels_svideo = {
236 static const struct video_levels pal_levels_composite = {
246 static const struct video_levels pal_levels_svideo = {
256 static const struct video_levels pal_m_levels_composite = {
266 static const struct video_levels pal_m_levels_svideo = {
276 static const struct video_levels pal_n_levels_composite = {
[all …]
/Linux-v6.1/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,
410 SUN4I_TVE_LEVEL_BLANK(tv_mode->video_levels->blank) | in sun4i_tv_enable()
411 SUN4I_TVE_LEVEL_BLACK(tv_mode->video_levels->black)); in sun4i_tv_enable()