Home
last modified time | relevance | path

Searched refs:colordepth (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/
H A Dsisusb_init.c322 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clock_source.c762 enum dc_color_depth colordepth) in dce110_program_pixel_clk_resync()
775 switch (colordepth) { in dce110_program_pixel_clk_resync()
800 enum dc_color_depth colordepth, in dce112_program_pixel_clk_resync()
815 switch (colordepth) { in dce112_program_pixel_clk_resync()
759 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
797 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
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dav7110_hw.c696 enum av7110_osd_palette_type colordepth, u16 index, u8 blending) in SetBlend_()
699 windownr, colordepth, index, blending); in SetBlend_()
703 enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo) in SetColor_()
706 windownr, colordepth, index, colorhi, colorlo); in SetColor_()
695 SetBlend_(struct av7110 *av7110, u8 windownr, enum av7110_osd_palette_type colordepth, u16 index, u8 blending) SetBlend_() argument
702 SetColor_(struct av7110 *av7110, u8 windownr, enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo) SetColor_() argument
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H A Dav7110_hw.c696 enum av7110_osd_palette_type colordepth, u16 index, u8 blending) in SetBlend_()
699 windownr, colordepth, index, blending); in SetBlend_()
703 enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo) in SetColor_()
706 windownr, colordepth, index, colorhi, colorlo); in SetColor_()
695 SetBlend_(struct av7110 *av7110, u8 windownr, enum av7110_osd_palette_type colordepth, u16 index, u8 blending) SetBlend_() argument
702 SetColor_(struct av7110 *av7110, u8 windownr, enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo) SetColor_() argument
/kernel/linux/linux-6.6/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()
756 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
794 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
/kernel/linux/linux-5.10/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()
2272 unsigned int longtemp = VCLK * colordepth; in SiS_DoCalcDelay()
2289 unsigned short colordepth, unsigned short MCLK) in SiS_CalcDelay()
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()
2319 /* Get half colordepth */ in SiS_SetCRT1FIFO_300()
2268 SiS_DoCalcDelay(struct SiS_Private *SiS_Pr, unsigned short MCLK, unsigned short VCLK, unsigned short colordepth, unsigned short key) SiS_DoCalcDelay() argument
2288 SiS_CalcDelay(struct SiS_Private *SiS_Pr, unsigned short VCLK, unsigned short colordepth, unsigned short MCLK) SiS_CalcDelay() argument
[all...]
/kernel/linux/linux-6.6/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()
2272 unsigned int longtemp = VCLK * colordepth; in SiS_DoCalcDelay()
2289 unsigned short colordepth, unsigned short MCLK) in SiS_CalcDelay()
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()
2319 /* Get half colordepth */ in SiS_SetCRT1FIFO_300()
2268 SiS_DoCalcDelay(struct SiS_Private *SiS_Pr, unsigned short MCLK, unsigned short VCLK, unsigned short colordepth, unsigned short key) SiS_DoCalcDelay() argument
2288 SiS_CalcDelay(struct SiS_Private *SiS_Pr, unsigned short VCLK, unsigned short colordepth, unsigned short MCLK) SiS_CalcDelay() argument
[all...]

Completed in 15 milliseconds