Searched +full:mega +full:- +full:pixel (Results 1 – 5 of 5) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.014 #include <linux/nvmem-consumer.h>16 #include "phy-mtk-io.h"17 #include "phy-mtk-hdmi.h"18 #include "phy-mtk-hdmi-mt8195.h"23 mtk_phy_set_bits(hdmi_phy->regs + HDMI_ANA_CTL, REG_ANA_HDMI20_FIFO_EN); in mtk_hdmi_ana_fifo_en()29 void __iomem *regs = hdmi_phy->regs; in mtk_phy_tmds_clk_ratio()45 void __iomem *regs = hdmi_phy->regs; in mtk_hdmi_pll_sel_src()57 void __iomem *regs = hdmi_phy->regs; in mtk_hdmi_pll_perf()90 void __iomem *regs = hdmi_phy->regs; in mtk_hdmi_pll_set_hw()[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Krzysztof Kozlowski <krzk@kernel.org>12 description: |-13 IMX258 is a diagonal 5.867mm (Type 1/3.06) 13 Mega-pixel CMOS active pixel14 type stacked image sensor with a square pixel array of size 4208 x 3120. It16 CSI-2. The sensor exists in two different models, a standard variant17 (IMX258) and a variant with phase detection autofocus (IMX258-PDAF).24 - sony,imx258[all …]
2 * linux/drivers/video/fbcvt.c - VESA(TM) Coordinated Video Timings75 u32 num = 1000000000/cvt->f_refresh; in fb_cvt_hperiod()78 if (cvt->flags & FB_CVT_FLAG_REDUCED_BLANK) { in fb_cvt_hperiod()79 num -= FB_CVT_RB_MIN_VBLANK * 1000; in fb_cvt_hperiod()80 den = 2 * (cvt->yres/cvt->interlace + 2 * cvt->v_margin); in fb_cvt_hperiod()82 num -= FB_CVT_MIN_VSYNC_BP * 1000; in fb_cvt_hperiod()83 den = 2 * (cvt->yres/cvt->interlace + cvt->v_margin * 2 in fb_cvt_hperiod()84 + FB_CVT_MIN_VPORCH + cvt->interlace/2); in fb_cvt_hperiod()93 u32 c_prime = (FB_CVT_GTF_C - FB_CVT_GTF_J) * in fb_cvt_ideal_duty_cycle()96 u32 h_period_est = cvt->hperiod; in fb_cvt_ideal_duty_cycle()[all …]
1 /* SPDX-License-Identifier: MIT */479 …eTableLevels; /// <brief HostVM level; max of all pipes'; that is the number of non-cache HVM level512 …SizeOverride[__DML_NUM_PLANES__]; /// <brief user can specify the desire DET buffer usage per-plane597 … as what the mode support stage derive. When call mode_support with mode_programm; the hw-specific608 /// Describe how to display a surface in multi-plane setup and output to different output an…623 …r can select between use the min require clk req as calculated by DML or use the test-specific freq624 …r can select between use the min require clk req as calculated by DML or use the test-specific freq635 // -------------------637 // -------------------664 //-----------------[all …]
1 // SPDX-License-Identifier: MIT13 #define __DML2_CALCS_MAX_VRATIO_PRE_OTO__ 4.0 //<brief max vratio for one-to-one prefetch bw schedu…208 //-----------------210 //-----------------306 …tate_max]; // the min of sdp bw and dram_vm_only bw, sdp has no different derate for vm/non-vm etc.307 …max]; // the min of sdp bw and dram_pixel_and_vm bw, sdp has no different derate for vm/non-vm etc.339 double RequiredDISPCLK; /// <brief Required DISPCLK; depends on pixel rate; odm mode etc.363 // ----------------------------------365 // ----------------------------------384 // ----------------------------------[all …]