Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_connector.h199 extern int nouveau_tv_disable;
Dnouveau_connector.c363 int nouveau_tv_disable = 0; variable
364 module_param_named(tv_disable, nouveau_tv_disable, int, 0400);
635 if (!nv_encoder && !nouveau_tv_disable) in nouveau_connector_detect()
Dnouveau_drm.c1283 DRM_DEBUG_DRIVER("... tv_disable : %d\n", nouveau_tv_disable); in nouveau_display_options()