Searched refs:underscan (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/gpu/ |
| H A D | kms-properties.csv | 83 ,,“underscan”,ENUM,"{ ""auto"", ""6 bpc"", ""8 bpc"" }",Connector,TBD 84 ,,“underscan hborder”,RANGE,"Min=0, Max=128",Connector,TBD 85 ,,“underscan vborder”,RANGE,"Min=0, Max=128",Connector,TBD 94 ,Underscan,"""underscan""",ENUM,"{ ""off"", ""on"", ""auto"" }",Connector,TBD 95 ,,"""underscan hborder""",RANGE,"Min=0, Max=128",Connector,TBD 96 ,,"""underscan vborder""",RANGE,"Min=0, Max=128",Connector,TBD
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_connector.h | 101 } underscan; member
|
| H A D | nouveau_display.c | 364 static struct nouveau_drm_prop_enum_list underscan[] = { variable 622 PROP_ENUM(disp->underscan_property, gen, "underscan", underscan); in nouveau_display_create_properties()
|