Home
last modified time | relevance | path

Searched refs:pixel_clk (Results 1 – 18 of 18) sorted by relevance

/Linux-v6.1/drivers/media/platform/cadence/
Dcdns-csi2rx.c70 struct clk *pixel_clk[CSI2RX_STREAMS_MAX]; member
153 ret = clk_prepare_enable(csi2rx->pixel_clk[i]); in csi2rx_start()
178 clk_disable_unprepare(csi2rx->pixel_clk[i - 1]); in csi2rx_start()
196 clk_disable_unprepare(csi2rx->pixel_clk[i]); in csi2rx_stop()
355 csi2rx->pixel_clk[i] = devm_clk_get(&pdev->dev, clk_name); in csi2rx_get_resources()
356 if (IS_ERR(csi2rx->pixel_clk[i])) { in csi2rx_get_resources()
358 return PTR_ERR(csi2rx->pixel_clk[i]); in csi2rx_get_resources()
Dcdns-csi2tx.c108 struct clk *pixel_clk[CSI2TX_STREAMS_MAX]; member
486 csi2tx->pixel_clk[i] = devm_clk_get(&pdev->dev, clk_name); in csi2tx_get_resources()
487 if (IS_ERR(csi2tx->pixel_clk[i])) { in csi2tx_get_resources()
490 return PTR_ERR(csi2tx->pixel_clk[i]); in csi2tx_get_resources()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_audio.c526 unsigned int h_active, h_total, hblank_delta, pixel_clk; in calc_hblank_early_prog() local
533 pixel_clk = crtc_state->hw.adjusted_mode.crtc_clock; in calc_hblank_early_prog()
545 if (WARN_ON(!link_clk || !pixel_clk || !lanes || !vdsc_bpp || !cdclk)) in calc_hblank_early_prog()
548 link_clks_available = (h_total - h_active) * link_clk / pixel_clk - 28; in calc_hblank_early_prog()
549 link_clks_required = DIV_ROUND_UP(192000 * h_total, 1000 * pixel_clk) * (48 / lanes + 2); in calc_hblank_early_prog()
554 hblank_delta = DIV64_U64_ROUND_UP(mul_u32_u32(5 * (link_clk + cdclk), pixel_clk), in calc_hblank_early_prog()
557 tu_data = div64_u64(mul_u32_u32(pixel_clk * vdsc_bpp * 8, 1000000), in calc_hblank_early_prog()
560 mul_u32_u32(64 * pixel_clk, 1000000)); in calc_hblank_early_prog()
563 …hblank_rise = (link_clks_active + 6 * DIV_ROUND_UP(link_clks_active, 250) + 4) * pixel_clk / link_… in calc_hblank_early_prog()
570 unsigned int h_active, h_total, pixel_clk; in calc_samples_room() local
[all …]
/Linux-v6.1/drivers/gpu/drm/mediatek/
Dmtk_dpi.c70 struct clk *pixel_clk; member
468 clk_disable_unprepare(dpi->pixel_clk); in mtk_dpi_power_off()
485 ret = clk_prepare_enable(dpi->pixel_clk); in mtk_dpi_power_on()
537 clk_set_rate(dpi->pixel_clk, vm.pixelclock * 2); in mtk_dpi_set_display_mode()
539 clk_set_rate(dpi->pixel_clk, vm.pixelclock); in mtk_dpi_set_display_mode()
542 vm.pixelclock = clk_get_rate(dpi->pixel_clk); in mtk_dpi_set_display_mode()
1015 dpi->pixel_clk = devm_clk_get(dev, "pixel"); in mtk_dpi_probe()
1016 if (IS_ERR(dpi->pixel_clk)) { in mtk_dpi_probe()
1017 ret = PTR_ERR(dpi->pixel_clk); in mtk_dpi_probe()
/Linux-v6.1/drivers/gpu/drm/stm/
Dltdc.c842 result = clk_round_rate(ldev->pixel_clk, target); in ltdc_crtc_mode_valid()
878 if (clk_set_rate(ldev->pixel_clk, rate) < 0) { in ltdc_crtc_mode_fixup()
883 adjusted_mode->clock = clk_get_rate(ldev->pixel_clk) / 1000; in ltdc_crtc_mode_fixup()
1897 clk_disable_unprepare(ldev->pixel_clk); in ltdc_suspend()
1907 ret = clk_prepare_enable(ldev->pixel_clk); in ltdc_resume()
1937 ldev->pixel_clk = devm_clk_get(dev, "lcd"); in ltdc_load()
1938 if (IS_ERR(ldev->pixel_clk)) { in ltdc_load()
1939 if (PTR_ERR(ldev->pixel_clk) != -EPROBE_DEFER) in ltdc_load()
1941 return PTR_ERR(ldev->pixel_clk); in ltdc_load()
1944 if (clk_prepare_enable(ldev->pixel_clk)) { in ltdc_load()
[all …]
Dltdc.h46 struct clk *pixel_clk; /* lcd pixel clock */ member
/Linux-v6.1/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c578 static unsigned int hdmi_compute_n(unsigned int freq, unsigned long pixel_clk) in hdmi_compute_n() argument
590 if (pixel_clk == 25175000) in hdmi_compute_n()
592 else if (pixel_clk == 27027000) in hdmi_compute_n()
594 else if (pixel_clk == 74176000 || pixel_clk == 148352000) in hdmi_compute_n()
596 else if (pixel_clk == 297000000) in hdmi_compute_n()
604 if (pixel_clk == 25175000) in hdmi_compute_n()
606 else if (pixel_clk == 74176000) in hdmi_compute_n()
608 else if (pixel_clk == 148352000) in hdmi_compute_n()
610 else if (pixel_clk == 297000000) in hdmi_compute_n()
618 if (pixel_clk == 25175000) in hdmi_compute_n()
[all …]
/Linux-v6.1/drivers/gpu/drm/msm/dsi/
Ddsi_host.c118 struct clk *pixel_clk; member
332 msm_host->pixel_clk = msm_clk_get(pdev, "pixel"); in dsi_clk_init()
333 if (IS_ERR(msm_host->pixel_clk)) { in dsi_clk_init()
334 ret = PTR_ERR(msm_host->pixel_clk); in dsi_clk_init()
337 msm_host->pixel_clk = NULL; in dsi_clk_init()
357 msm_host->pixel_clk_src = clk_get_parent(msm_host->pixel_clk); in dsi_clk_init()
413 ret = clk_set_rate(msm_host->pixel_clk, msm_host->pixel_clk_rate); in dsi_link_clk_set_rate_6g()
454 ret = clk_prepare_enable(msm_host->pixel_clk); in dsi_link_clk_enable_6g()
470 clk_disable_unprepare(msm_host->pixel_clk); in dsi_link_clk_enable_6g()
505 ret = clk_set_rate(msm_host->pixel_clk, msm_host->pixel_clk_rate); in dsi_link_clk_set_rate_v2()
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/
Dclock_source.h179 unsigned int pixel_clk,
/Linux-v6.1/drivers/gpu/drm/aspeed/
Daspeed_gfx_crtc.c94 clk_set_rate(priv->pixel_clk, m->crtc_clock * 1000); in aspeed_gfx_crtc_mode_set_nofb()
/Linux-v6.1/drivers/gpu/drm/amd/display/include/
Dgrph_object_ctrl_defs.h128 uint32_t pixel_clk; /* in KHz */ member
/Linux-v6.1/drivers/gpu/ipu-v3/
Dipu-csi.c192 static int ipu_csi_set_testgen_mclk(struct ipu_csi *csi, u32 pixel_clk, in ipu_csi_set_testgen_mclk() argument
198 div_ratio = (ipu_clk / pixel_clk) - 1; in ipu_csi_set_testgen_mclk()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table.c1542 uint64_t pixel_clk = (uint64_t)bp_params->pixel_clock; in adjust_display_pll_v2() local
1546 div_u64(pixel_clk * pixel_clk_10_khz_out, in adjust_display_pll_v2()
1592 uint64_t pixel_clk = (uint64_t)bp_params->pixel_clock; in adjust_display_pll_v3() local
1596 div_u64(pixel_clk * pixel_clk_10_khz_out, in adjust_display_pll_v3()
Dbios_parser.c1236 info->lcd_timing.pixel_clk = in get_embedded_panel_info_v1_2()
1354 info->lcd_timing.pixel_clk = in get_embedded_panel_info_v1_3()
Dbios_parser2.c1454 info->lcd_timing.pixel_clk = le16_to_cpu(lvds->lcd_timing.pixclk) * 10; in get_embedded_panel_info_v2_1()
/Linux-v6.1/drivers/video/fbdev/
Dmx3fb.c506 uint32_t pixel_clk, in sdc_init_panel() argument
567 div = clk_get_rate(ipu_clk) * 16 / pixel_clk; in sdc_init_panel()
580 pixel_clk, div >> 4, (div & 7) * 125); in sdc_init_panel()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clock_source.c1234 unsigned int pixel_clk, in dcn20_override_dp_pix_clk() argument
1240 REG_WRITE(PHASE[inst], pixel_clk); in dcn20_override_dp_pix_clk()
/Linux-v6.1/drivers/gpu/drm/i915/gvt/
Dhandlers.c672 u64 pixel_clk = 0; in vgpu_update_refresh_rate() local
677 pixel_clk = div_u64(mul_u32_u32(link_m, dp_br), link_n); in vgpu_update_refresh_rate()
678 pixel_clk *= MSEC_PER_SEC; in vgpu_update_refresh_rate()
681 …new_rate = DIV64_U64_ROUND_CLOSEST(mul_u64_u32_shr(pixel_clk, MSEC_PER_SEC, 0), mul_u32_u32(htotal… in vgpu_update_refresh_rate()