Searched refs:colordepth (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/misc/sisusbvga/ |
D | sisusb_init.c | 322 unsigned short xres, temp, colordepth, infoflag; in SiS_GetOffset() local 327 colordepth = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex); in SiS_GetOffset() 334 temp *= colordepth; in SiS_GetOffset() 337 temp += (colordepth >> 1); in SiS_GetOffset()
|
/drivers/staging/media/av7110/ |
D | av7110_hw.c | 696 enum av7110_osd_palette_type colordepth, u16 index, u8 blending) in SetBlend_() argument 699 windownr, colordepth, index, blending); in SetBlend_() 703 enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo) in SetColor_() argument 706 windownr, colordepth, index, colorhi, colorlo); in SetColor_()
|
/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_clock_source.c | 761 enum dc_color_depth colordepth) in dce110_program_pixel_clk_resync() argument 774 switch (colordepth) { in dce110_program_pixel_clk_resync() 799 enum dc_color_depth colordepth, in dce112_program_pixel_clk_resync() argument 814 switch (colordepth) { in dce112_program_pixel_clk_resync()
|
/drivers/video/fbdev/sis/ |
D | init.c | 1807 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()
|