Home
last modified time | relevance | path

Searched defs:h_total (Results 1 – 25 of 25) sorted by relevance

/linux-6.12.1/drivers/gpu/ipu-v3/
Dipu-di.c205 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_interlaced() local
268 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_noninterlaced() local
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_mem_input.c671 uint32_t h_total, in get_dmif_switch_time_us()
718 uint32_t h_total, in dce_mi_allocate_dmif()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Doptc.h89 uint32_t h_total; member
/linux-6.12.1/drivers/gpu/drm/amd/display/include/
Daudio_types.h47 uint32_t h_total; member
Dbios_parser_types.h172 uint32_t h_total; member
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_audio.c440 unsigned int h_active, h_total, hblank_delta, pixel_clk; in calc_hblank_early_prog() local
484 unsigned int h_active, h_total, pixel_clk; in calc_samples_room() local
/linux-6.12.1/drivers/video/fbdev/mb862xx/
Dmb862xxfbdrv.c36 static inline int h_total(struct fb_var_screeninfo *var) in h_total() function
/linux-6.12.1/drivers/video/fbdev/aty/
Daty128fb.c414 u32 h_total, h_sync_strt_wid; member
1036 u32 h_total, h_disp, h_sync_strt, h_sync_wid, h_sync_pol; in aty128_var_to_crtc() local
1225 u32 h_total, h_disp, h_sync_strt, h_sync_dly, h_sync_wid, h_sync_pol; in aty128_crtc_to_var() local
Datyfb_base.c824 u32 h_total, h_disp, h_sync_strt, h_sync_end, h_sync_dly, h_sync_wid, h_sync_pol; in aty_var_to_crtc() local
1173 u32 h_total, h_disp, h_sync_strt, h_sync_dly, h_sync_wid, h_sync_pol; in aty_crtc_to_var() local
1366 u32 h_disp, h_sync_strt, h_sync_end, h_total; in atyfb_set_par() local
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_mem_input_v.c970 uint32_t h_total,/* for current stream */ in dce110_allocate_mem_input_v()
/linux-6.12.1/drivers/gpu/drm/bridge/
Dlontium-lt8912b.c286 u32 hactive, h_total, hpw, hfp, hbp; in lt8912_video_setup() local
Dlontium-lt9611uxc.c306 u32 h_total, hactive, hsync_len, hfront_porch; in lt9611uxc_video_setup() local
Dlontium-lt9611.c131 u32 h_total, hactive, hsync_len, hfront_porch, hsync_porch; in lt9611_mipi_video_setup() local
/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_legacy_tv.c428 unsigned int h_total, v_total, f_total; in radeon_legacy_tv_init_restarts() local
/linux-6.12.1/drivers/video/fbdev/nvidia/
Dnvidia.c302 int h_total = (info->var.xres + info->var.right_margin + in nvidia_calc_regs() local
/linux-6.12.1/drivers/video/fbdev/
Dsm501fb.c117 static inline int h_total(struct fb_var_screeninfo *var) in h_total() function
Dsmscufx.c662 u16 h_total, h_active, h_blank_start, h_blank_end, h_sync_start, h_sync_end; in ufx_set_vid_mode() local
Dsh_mobile_lcdcfb.c725 unsigned long h_total, hsync_pos, display_h_total; in sh_mobile_lcdc_geometry() local
/linux-6.12.1/drivers/gpu/drm/msm/dsi/
Ddsi_host.c915 u32 h_total = mode->htotal; in dsi_timing_setup() local
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
Ddml_top_display_cfg_types.h245 unsigned long h_total; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared.c8792 …double h_total = (double)p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].s… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local
8805 …double h_total = (double)p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].s… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local
Ddml2_core_dcn4_calcs.c6493 …double h_total = (double)p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].s… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local
6505 …double h_total = (double)p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].s… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h388 struct bw_fixed h_total[maximum_number_of_surfaces]; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h876 uint32_t h_total; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core.c6160 static dml_uint_t MicroSecToVertLines(dml_uint_t num_us, dml_uint_t h_total, dml_float_t pixel_cloc… in MicroSecToVertLines()