Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/sun4i/
Dsun4i_tv.c130 struct video_levels { struct
158 const struct video_levels *video_levels; member
173 static const struct video_levels ntsc_video_levels = {
177 static const struct video_levels pal_video_levels = {
221 .video_levels = &ntsc_video_levels,
236 .video_levels = &pal_video_levels,
341 SUN4I_TVE_LEVEL_BLANK(tv_mode->video_levels->blank) | in sun4i_tv_enable()
342 SUN4I_TVE_LEVEL_BLACK(tv_mode->video_levels->black)); in sun4i_tv_enable()
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_tv.c62 struct video_levels { struct
201 static const struct video_levels ntsc_m_levels_composite = {
211 static const struct video_levels ntsc_m_levels_svideo = {
221 static const struct video_levels ntsc_j_levels_composite = {
231 static const struct video_levels ntsc_j_levels_svideo = {
241 static const struct video_levels pal_levels_composite = {
251 static const struct video_levels pal_levels_svideo = {
261 static const struct video_levels pal_m_levels_composite = {
271 static const struct video_levels pal_m_levels_svideo = {
281 static const struct video_levels pal_n_levels_composite = {
[all …]