Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Danx9804.c32 u8 c, colordepth; in anx9804_init() local
38 colordepth = 0x00; /* 6 bit */ in anx9804_init()
40 colordepth = 0x10; /* 8 bit */ in anx9804_init()
69 i2c_reg_write(0x39, ANX9804_VID_CTRL2_REG, colordepth); in anx9804_init()
/OK3568_Linux_fs/u-boot/drivers/video/bridge/
H A Danx6345.c355 u8 colordepth, lanes, data_rate, c; in anx6345_enable() local
367 colordepth = 0x00; /* 6 bit */ in anx6345_enable()
369 colordepth = 0x10; /* 8 bit */ in anx6345_enable()
370 anx6345_write_r1(dev, ANX9804_VID_CTRL2_REG, colordepth); in anx6345_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c223 unsigned int colordepth; member
2023 if (hdmi->colordepth > 8 && support_dc) in dw_hdmi_rockchip_select_output()
2602 hdmi->colordepth = 10; in dw_hdmi_rockchip_attach_properties()
2606 hdmi->colordepth = 8; in dw_hdmi_rockchip_attach_properties()
2610 hdmi->colordepth = 10; in dw_hdmi_rockchip_attach_properties()
2615 hdmi->colordepth = 10; in dw_hdmi_rockchip_attach_properties()
2620 hdmi->colordepth = 8; in dw_hdmi_rockchip_attach_properties()
2624 hdmi->colordepth = 8; in dw_hdmi_rockchip_attach_properties()
2628 hdmi->colordepth = 10; in dw_hdmi_rockchip_attach_properties()
2632 hdmi->colordepth = 8; in dw_hdmi_rockchip_attach_properties()
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clock_source.c762 enum dc_color_depth colordepth) in dce110_program_pixel_clk_resync() argument
775 switch (colordepth) { in dce110_program_pixel_clk_resync()
800 enum dc_color_depth colordepth, in dce112_program_pixel_clk_resync() argument
815 switch (colordepth) { in dce112_program_pixel_clk_resync()
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_hw.c696 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_()
/OK3568_Linux_fs/kernel/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()