Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/sis/
H A 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/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clock_source.c759 enum dc_color_depth colordepth) in dce110_program_pixel_clk_resync()
772 switch (colordepth) { in dce110_program_pixel_clk_resync()
797 enum dc_color_depth colordepth, in dce112_program_pixel_clk_resync()
812 switch (colordepth) { in dce112_program_pixel_clk_resync()
762 dce110_program_pixel_clk_resync(struct dce110_clk_src * clk_src,enum signal_type signal_type,enum dc_color_depth colordepth) dce110_program_pixel_clk_resync() argument
800 dce112_program_pixel_clk_resync(struct dce110_clk_src * clk_src,enum signal_type signal_type,enum dc_color_depth colordepth,bool enable_ycbcr420) dce112_program_pixel_clk_resync() argument