| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_sseu.h | 60 u8 hsw[GEN_MAX_HSW_SLICES]; member 74 u16 hsw[GEN_MAX_HSW_SLICES][GEN_MAX_SS_PER_HSW_SLICE]; member 113 .subslice_mask = sseu->subslice_mask.hsw[0], in intel_sseu_from_device_info() 132 return sseu->subslice_mask.hsw[slice] & BIT(subslice); in intel_sseu_has_subslice()
|
| /linux/drivers/video/fbdev/ |
| H A D | carminefb.c | 64 u32 hsw; member 107 .hsw = 96, 119 .hsw = 72, 372 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local 382 hsw = par->res->hsw - 1; in set_display_parameters() 393 (hsw << CARMINE_DISP_HSW_SHIFT) | in set_display_parameters()
|
| /linux/drivers/gpu/drm/tilcdc/ |
| H A D | tilcdc_crtc.c | 279 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_set_mode() local 317 hsw = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_set_mode() 323 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode() 339 reg |= ((hsw-1) & 0x3c0) << 21; in tilcdc_crtc_set_mode() 346 (((hsw-1) & 0x3f) << 10); in tilcdc_crtc_set_mode() 769 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local 791 hsw = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_mode_valid() 806 if ((hsw-1) & ~0x3ff) { in tilcdc_crtc_mode_valid()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | hdmi_wp.c | 172 timing_h |= FLD_VAL(timings->hsw, 7, 0); in hdmi_wp_video_config_timing() 194 timings->hsw = param->timings.hsw; in hdmi_wp_init_vid_fmt_timings()
|
| H A D | display-sysfs.c | 99 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show() 124 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
|
| H A D | dsi.c | 4357 bl = t->hsw + t->hbp + t->hfp; in print_dispc_vm() 4366 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm() 4368 TO_DISPC_T(t->hsw), in print_dispc_vm() 4394 vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm() 4418 t->hsw = t->hfp = t->hbp = t->vsw = 1; in dsi_cm_calc_dispc_cb() 4522 panel_hbl = req_vm->hfp + req_vm->hbp + req_vm->hsw; in dsi_vm_calc_blanking() 4552 if (ndl == 3 && req_vm->hsw == 0) in dsi_vm_calc_blanking() 4591 } else if (ndl == 3 && req_vm->hsw == 0) { in dsi_vm_calc_blanking() 4594 hsa = div64_u64((u64)req_vm->hsw * byteclk, req_pck_nom); in dsi_vm_calc_blanking() 4650 hsa = div64_u64((u64)req_vm->hsw * dispc_pck, in dsi_vm_calc_blanking() [all …]
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | lcd_palmte.c | 26 .hsw = 4,
|
| H A D | hwa742.c | 792 int hsw, vsw; in setup_tearsync() local 798 hsw = hwa742_read_reg(HWA742_HS_W_REG); in setup_tearsync() 800 hs_pol_inv = !(hsw & 0x80); in setup_tearsync() 802 hsw = hsw & 0x7f; in setup_tearsync() 858 hs = hsw; in setup_tearsync()
|
| H A D | lcd_ams_delta.c | 112 .hsw = 3,
|
| H A D | omapfb.h | 66 int hsw; /* Horizontal synchronization member
|
| H A D | lcd_mipid.c | 495 .hsw = 50,
|
| /linux/sound/soc/intel/boards/ |
| H A D | Makefile | 2 snd-soc-hsw-rt5640-y := hsw_rt5640.o 34 obj-$(CONFIG_SND_SOC_INTEL_HASWELL_MACH) += snd-soc-hsw-rt5640.o
|
| /linux/sound/soc/intel/common/ |
| H A D | Makefile | 3 soc-acpi-intel-hsw-bdw-match.o \
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | dsi.c | 483 unsigned int hact, hsw, hbp, hfp, i, mul, div; in tegra_dsi_configure() local 544 hsw = (mode->hsync_end - mode->hsync_start) * mul / div; in tegra_dsi_configure() 554 hsw /= 2; in tegra_dsi_configure() 560 hbp += hsw; in tegra_dsi_configure() 563 hsw -= 10; in tegra_dsi_configure() 567 tegra_dsi_writel(dsi, hsw << 16 | 0, DSI_PKT_LEN_0_1); in tegra_dsi_configure()
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | connector-analog-tv.c | 31 .hsw = 64,
|
| H A D | connector-hdmi.c | 24 .hsw = 96,
|
| H A D | panel-lgphilips-lb035q02.c | 24 .hsw = 2,
|
| H A D | panel-nec-nl8048hl11.c | 69 .hsw = 1,
|
| H A D | connector-dvi.c | 25 .hsw = 32,
|
| H A D | panel-sharp-ls037v7dw01.c | 40 .hsw = 2,
|
| H A D | panel-tpo-td028ttec1.c | 37 .hsw = 8,
|
| H A D | panel-tpo-td043mtea1.c | 76 .hsw = 1,
|
| H A D | panel-sony-acx565akm.c | 88 .hsw = 4,
|
| /linux/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-main.c | 722 var->hsync_len = timings.hsw; in check_fb_var() 2065 timings->hsw = var->hsync_len; in omapfb_mode_to_timings() 2213 t->hsw = m->hsync_len; in fb_videomode_to_omap_timings()
|
| /linux/Documentation/arch/arm/omap/ |
| H A D | dss.rst | 202 timings Display timings (pixclock,xres/hfp/hbp/hsw,yres/vfp/vbp/vsw)
|