Home
last modified time | relevance | path

Searched refs:colordepth (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/usb/misc/sisusbvga/
Dsisusb_init.c324 unsigned short xres, temp, colordepth, infoflag; in SiS_GetOffset() local
329 colordepth = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex); in SiS_GetOffset()
336 temp *= colordepth; in SiS_GetOffset()
339 temp += (colordepth >> 1); in SiS_GetOffset()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clock_source.c823 enum dc_color_depth colordepth) in dce110_program_pixel_clk_resync() argument
836 switch (colordepth) { in dce110_program_pixel_clk_resync()
861 enum dc_color_depth colordepth, in dce112_program_pixel_clk_resync() argument
876 switch (colordepth) { in dce112_program_pixel_clk_resync()
/Linux-v4.19/drivers/media/pci/ttpci/
Dav7110_hw.c708 enum av7110_osd_palette_type colordepth, u16 index, u8 blending) in SetBlend_() argument
711 windownr, colordepth, index, blending); in SetBlend_()
715 enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo) in SetColor_() argument
718 windownr, colordepth, index, colorhi, colorlo); in SetColor_()
/Linux-v4.19/drivers/video/fbdev/sis/
Dinit.c1807 unsigned short xres, temp, colordepth, infoflag; in SiS_GetOffset() local
1817 colordepth = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex); in SiS_GetOffset()
1821 temp *= colordepth; in SiS_GetOffset()
1822 if(xres % 16) temp += (colordepth >> 1); in SiS_GetOffset()
2269 unsigned short colordepth, unsigned short key) in SiS_DoCalcDelay() argument
2272 unsigned int longtemp = VCLK * colordepth; in SiS_DoCalcDelay()
2289 unsigned short colordepth, unsigned short MCLK) in SiS_CalcDelay() argument
2293 temp2 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 0); in SiS_CalcDelay()
2294 temp1 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 1); in SiS_CalcDelay()
/Linux-v4.19/drivers/staging/xgifb/
Dvb_setmode.c2711 unsigned short temp, colordepth, modeinfo, index, infoflag, in XGI_GetOffset() local
2724 colordepth = XGI_GetColorDepth(ModeIdIndex); in XGI_GetOffset()
2728 colordepth = ColorDepth[temp]; in XGI_GetOffset()
2733 return temp * colordepth; in XGI_GetOffset()
4174 unsigned short xres, yres, colordepth, modeflag, resindex; in XGI_XG21CheckLVDSMode() local
4201 colordepth = XGI_GetColorDepth(ModeIdIndex); in XGI_XG21CheckLVDSMode()
4202 if (colordepth > 2) in XGI_XG21CheckLVDSMode()