Home
last modified time | relevance | path

Searched refs:has_channel_0 (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c90 WARN_ON(!tcon->quirks->has_channel_0); in sun4i_tcon_channel_set_status()
436 WARN_ON(!tcon->quirks->has_channel_0); in sun4i_tcon0_mode_set_lvds()
513 WARN_ON(!tcon->quirks->has_channel_0); in sun4i_tcon0_mode_set_rgb()
787 if (tcon->quirks->has_channel_0) { in sun4i_tcon_init_clocks()
1228 if (tcon->quirks->has_channel_0) { in sun4i_tcon_bind()
1249 if (tcon->quirks->has_channel_0) { in sun4i_tcon_bind()
1293 if (tcon->quirks->has_channel_0) in sun4i_tcon_bind()
1308 if (tcon->quirks->has_channel_0) in sun4i_tcon_unbind()
1329 if (quirks->has_channel_0) { in sun4i_tcon_probe()
1457 .has_channel_0 = true,
[all …]
Dsun4i_tcon.h238 bool has_channel_0; /* a83t does not have channel 0 on second TCON */ member
Dsun4i_drv.c196 return quirks->has_channel_0; in sun4i_drv_node_is_tcon_with_ch0()