Searched refs:htotal (Results 1 - 25 of 295) sorted by last modified time

1234567891011>>

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9341.c199 .htotal = 240 + 10 + 10 + 20,/* hbp 20 */
H A Dpanel-novatek-nt36672e.c510 .htotal = 1080 + 76 + 12 + 56,
H A Dpanel-visionox-rm69299.c149 .htotal = 1080 + 26 + 2 + 36,
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c956 if (max_size < mode->htotal * mode->vtotal)
957 max_size = mode->htotal * mode->vtotal;
5694 timing_out->h_total = mode_in->htotal;
5804 native_mode->htotal == drm_mode->htotal &&
6000 high_mode->htotal != mode->htotal ||
7535 den = common_rates[i] * (unsigned long long)m->htotal;
9741 old_mode->htotal == new_mode->htotal
[all...]
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_drv.h227 u32 htotal; member in struct:psb_offset
261 u32 htotal; member in struct:psb_pipe
H A Dpsb_device.c205 .htotal = HTOTAL_A,
229 .htotal = HTOTAL_B,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c2300 mode->htotal = mode->hsync_end + 50;
2306 mode->clock = (u32)mode->htotal * (u32)mode->vtotal / 100 * 6;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c1646 lvds->native_mode.htotal = lvds->native_mode.hdisplay +
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c478 mode->htotal = ROM16(mode_entry[21]) + 1;
2072 unsigned htotal; local
2077 htotal = NVReadVgaCrtc(dev, 0, 0x06);
2078 htotal |= (NVReadVgaCrtc(dev, 0, 0x07) & 0x01) << 8;
2079 htotal |= (NVReadVgaCrtc(dev, 0, 0x07) & 0x20) << 4;
2080 htotal |= (NVReadVgaCrtc(dev, 0, 0x25) & 0x01) << 10;
2081 htotal |= (NVReadVgaCrtc(dev, 0, 0x41) & 0x01) << 11;
2082 return (htotal != 0);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp.c3818 mode->htotal = (mode->htotal - overlap) * n;
H A Dintel_dp_mst.c400 return DIV_ROUND_CLOSEST_ULL(mul_u32_u32(mode->htotal - mode->hdisplay,
H A Dintel_display.c2215 mode->htotal = timings->crtc_htotal;
7763 mode->htotal > htotal_max)
7784 mode->htotal - mode->hdisplay < 32)
7790 if (mode->htotal - mode->hdisplay < 32)
H A Dintel_sdvo.c842 h_blank_len = mode->htotal - mode->hdisplay;
894 mode.htotal = mode.hdisplay + dtd->part1.h_blank;
895 mode.htotal += (dtd->part1.h_high & 0xf) << 8;
H A Dintel_bios.c535 panel_fixed_mode->htotal = panel_fixed_mode->hdisplay +
566 if (panel_fixed_mode->hsync_end > panel_fixed_mode->htotal) {
568 panel_fixed_mode->hsync_end, panel_fixed_mode->htotal);
569 panel_fixed_mode->hsync_end = panel_fixed_mode->htotal;
977 panel_fixed_mode->htotal =
H A Dicl_dsi.c848 u16 htotal, hactive, hsync_start, hsync_end, hsync_size; local
855 * Adjust horizontal timings (htotal, hsync_start, hsync_end) to account
870 htotal = DIV_ROUND_UP(adjusted_mode->crtc_htotal * mul, div);
872 htotal = DIV_ROUND_UP((hactive + 160) * mul, div);
892 line_time_us = (htotal * (bpp / 8) * byte_clk_period_ns) / (1000 * intel_dsi->lane_count);
897 vsync_shift = hsync_start - htotal / 2;
903 htotal /= 2;
919 HACTIVE(hactive - 1) | HTOTAL(htotal - 1));
/linux-master/drivers/gpu/drm/i915/
H A Di915_reg.h1930 #define HTOTAL(htotal) REG_FIELD_PREP(HTOTAL_MASK, (htotal))
/linux-master/drivers/video/fbdev/
H A Ds3fb.c610 u32 htotal, hsstart; local
905 htotal = info->var.xres + info->var.left_margin + info->var.right_margin + info->var.hsync_len;
906 htotal = ((htotal * hmul) / 8) - 5;
907 vga_wcrt(par->state.vgabase, 0x3C, (htotal + 1) / 2);
912 value = clamp((htotal + hsstart + 1) / 2 + 2, hsstart + 4, htotal + 1);
/linux-master/drivers/video/fbdev/core/
H A Dfbmon.c722 int vtotal, htotal; local
734 htotal = mode->xres + mode->right_margin + mode->hsync_len
745 hscan = (pixclock + htotal / 2) / htotal;
1024 u32 htotal; member in struct:__fb_timings
1063 * duty cycle = percent of htotal assigned to inactive display
1096 * duty cycle = percent of htotal assigned to inactive display
1155 timings->htotal = timings->hactive + timings->hblank;
1156 timings->dclk = timings->htotal * timings->hfreq;
1166 timings->htotal
1314 unsigned int htotal, vtotal, total; local
1436 u32 hfreq, vfreq, htotal, vtotal, pixclock; local
[all...]
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c1510 VC4_SET_FIELD((mode->htotal -
1552 u32 vertb = (VC4_SET_FIELD(mode->htotal >> (2 - pixel_rep),
1581 VC4_SET_FIELD((mode->htotal -
2194 (mode->hsync_end % 2) || (mode->htotal % 2))
2233 (mode->hsync_end % 2) || (mode->htotal % 2)))
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_enc.c120 x = mode->htotal - mode->hsync_start;
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c1212 hdmi_reg_writev(hdata, HDMI_H_BLANK_0, 2, m->htotal - m->hdisplay);
1214 (m->htotal << 12) | m->vtotal);
1252 val = ((m->htotal / 2) + (m->hsync_start - m->hdisplay));
1253 val |= ((m->htotal / 2) +
1280 hdmi_reg_writev(hdata, HDMI_TG_H_FSZ_L, 2, m->htotal);
1281 hdmi_reg_writev(hdata, HDMI_TG_HACT_ST_L, 2, m->htotal - m->hdisplay);
1302 hdmi_reg_writev(hdata, HDMI_H_BLANK_0, 2, m->htotal - m->hdisplay);
1304 hdmi_reg_writev(hdata, HDMI_H_LINE_0, 2, m->htotal);
1335 (m->htotal / 2) + (m->hsync_start - m->hdisplay));
1337 (m->htotal /
[all...]
/linux-master/drivers/gpu/drm/bridge/
H A Dlontium-lt9611uxc.c395 h_total = mode->htotal;
/linux-master/drivers/gpu/drm/amd/display/modules/power/
H A Dpower_helpers.h62 uint16_t vtotal, uint16_t htotal);
H A Dpower_helpers.c989 uint16_t vtotal, uint16_t htotal)
997 if (htotal != 0 && vtotal != 0)
998 max_link_off_frame_count = htotal * max_deviation_line / (pixel_deviation_per_line * vtotal);
988 calculate_replay_link_off_frame_count(struct dc_link *link, uint16_t vtotal, uint16_t htotal) argument
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1493 uint16_t htotal; // required to calculate line time for multi-display cases member in struct:dmub_cmd_fw_assisted_mclk_switch_pipe_data_v2::__anon65::__anon66
1516 uint16_t htotal; member in struct:dmub_cmd_fw_assisted_mclk_switch_pipe_data_v2::__anon65::__anon67

Completed in 419 milliseconds

1234567891011>>