Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/video/fbdev/riva/
Dfbdev.c1726 const unsigned char *disptype = NULL; in riva_get_EDID_OF() local
1734 disptype = of_get_property(dp, "display-type", NULL); in riva_get_EDID_OF()
1735 if (disptype == NULL) in riva_get_EDID_OF()
1737 if (strncmp(disptype, "LCD", 3) != 0) in riva_get_EDID_OF()
/linux-6.6.21/drivers/staging/media/av7110/
Dav7110_hw.c825 osd_raw_window_t disptype, in CreateOSDWindow() argument
829 windownr, disptype, width, height); in CreateOSDWindow()