Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_ism.c133 uint32_t v_total, h_total; in dm_ism_get_sso_delay() local
164 uint32_t v_total, h_total; in dm_ism_get_idle_allow_delay() local
/linux/drivers/gpu/ipu-v3/
H A 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/drivers/gpu/drm/amd/display/include/
H A Daudio_types.h47 uint32_t h_total; member
/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c36 static inline int h_total(struct fb_var_screeninfo *var) in h_total() function
/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c428 unsigned int h_total, v_total, f_total; in radeon_legacy_tv_init_restarts() local
/linux/drivers/video/fbdev/nvidia/
H A Dnvidia.c303 int h_total = (info->var.xres + info->var.right_margin + in nvidia_calc_regs() local
/linux/drivers/video/fbdev/
H A Dsm501fb.c118 static inline int h_total(struct fb_var_screeninfo *var) in h_total() function
H A 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
H A Dsh_mobile_lcdcfb.c725 unsigned long h_total, hsync_pos, display_h_total; in sh_mobile_lcdc_geometry() local
/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c992 u32 h_total = mode->htotal; in dsi_timing_setup() local
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/
H A Ddml_top_display_cfg_types.h262 unsigned long h_total; member
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h388 struct bw_fixed h_total[maximum_number_of_surfaces]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c6793 …double h_total = (double)p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].s… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local
6805 …double h_total = (double)p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].s… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c6179 static dml_uint_t MicroSecToVertLines(dml_uint_t num_us, dml_uint_t h_total, dml_float_t pixel_cloc… in MicroSecToVertLines()