/Linux-v4.19/drivers/gpu/drm/bridge/adv7511/ |
D | adv7533.c | 39 unsigned int hsw, hfp, hbp, vsw, vfp, vbp; in adv7511_dsi_config_timing_gen() local 44 hbp = mode->htotal - mode->hsync_end; in adv7511_dsi_config_timing_gen() 60 regmap_write(adv->regmap_cec, 0x2e, hbp >> 4); in adv7511_dsi_config_timing_gen() 61 regmap_write(adv->regmap_cec, 0x2f, (hbp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
|
/Linux-v4.19/arch/arm/kernel/ |
D | ptrace.c | 396 if (current->thread.debug.hbp[i] == bp) in ptrace_hbptriggered() 411 memset(tsk->thread.debug.hbp, 0, sizeof(tsk->thread.debug.hbp)); in clear_ptrace_hw_breakpoint() 424 if (t->debug.hbp[i]) { in flush_ptrace_hw_breakpoint() 425 unregister_hw_breakpoint(t->debug.hbp[i]); in flush_ptrace_hw_breakpoint() 426 t->debug.hbp[i] = NULL; in flush_ptrace_hw_breakpoint() 485 bp = tsk->thread.debug.hbp[idx]; in ptrace_gethbpregs() 541 bp = tsk->thread.debug.hbp[idx]; in ptrace_sethbpregs() 548 tsk->thread.debug.hbp[idx] = bp; in ptrace_sethbpregs()
|
/Linux-v4.19/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_crtc.c | 88 unsigned int hbp, hfp, hsw, vbp, vfp, vsw, index, pol = 0; in fsl_dcu_drm_crtc_mode_set_nofb() local 94 hbp = mode->htotal - mode->hsync_end; in fsl_dcu_drm_crtc_mode_set_nofb() 112 DCU_HSYN_PARA_BP(hbp) | in fsl_dcu_drm_crtc_mode_set_nofb()
|
/Linux-v4.19/drivers/video/fbdev/matrox/ |
D | matroxfb_g450.c | 242 u_int32_t hbp; in computeRegs() local 284 hbp = (((outd->h_b_porch + pixclock) / pixclock)) & ~1; in computeRegs() 287 hlen = hvis + hfp + hsl + hbp; in computeRegs() 290 dprintk(KERN_DEBUG "WL: vis=%u, hf=%u, hs=%u, hb=%u, total=%u\n", hvis, hfp, hsl, hbp, hlen); in computeRegs() 308 r->regs[0x0A] = hbp; in computeRegs() 313 …dprintk(KERN_DEBUG "PG: vis=%04X, hf=%02X, hs=%02X, hb=%02X, total=%04X\n", hvis, hfp, hsl, hbp, h… in computeRegs()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 3453 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 3474 hbp = FLD_GET(r, 11, 0); in dsi_config_cmd_mode_interleaving() 3499 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3520 hbp_interleave_hs = dsi_compute_interleave_hs(hbp, ddr_alwon, in dsi_config_cmd_mode_interleaving() 3524 hbp_interleave_lp = dsi_compute_interleave_lp(hbp, in dsi_config_cmd_mode_interleaving() 3703 int hbp = dsi->vm_timings.hbp; in dsi_proto_timings() local 3721 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings() 3723 DSSDBG("HBP: %d, HFP: %d, HSA: %d, TL: %d TXBYTECLKHS\n", hbp, in dsi_proto_timings() 3729 r = FLD_MOD(r, hbp, 11, 0); /* HBP */ in dsi_proto_timings() 4335 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() [all …]
|
D | hdmi_wp.c | 173 timing_h |= FLD_VAL(timings->hbp, 31, 20); in hdmi_wp_video_config_timing() 195 timings->hbp = param->timings.hbp; in hdmi_wp_init_vid_fmt_timings()
|
D | display.c | 277 ovt->hbp = vm->hback_porch; in videomode_to_omap_video_timings() 310 vm->hback_porch = ovt->hbp; in omap_video_timings_to_videomode()
|
D | display-sysfs.c | 109 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show() 134 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
|
/Linux-v4.19/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 287 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_set_mode() local 323 hbp = mode->htotal - mode->hsync_end; in tilcdc_crtc_set_mode() 331 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode() 346 reg |= ((hbp-1) & 0x300) >> 4; in tilcdc_crtc_set_mode() 352 (((hbp-1) & 0xff) << 24) | in tilcdc_crtc_set_mode() 756 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local 776 hbp = mode->htotal - mode->hsync_end; in tilcdc_crtc_mode_valid() 783 if ((hbp-1) & ~0x3ff) { in tilcdc_crtc_mode_valid()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 3472 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 3493 hbp = FLD_GET(r, 11, 0); in dsi_config_cmd_mode_interleaving() 3518 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3539 hbp_interleave_hs = dsi_compute_interleave_hs(hbp, ddr_alwon, in dsi_config_cmd_mode_interleaving() 3543 hbp_interleave_lp = dsi_compute_interleave_lp(hbp, in dsi_config_cmd_mode_interleaving() 3720 int hbp = dsi->vm_timings.hbp; in dsi_proto_timings() local 3738 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings() 3740 DSSDBG("HBP: %d, HFP: %d, HSA: %d, TL: %d TXBYTECLKHS\n", hbp, in dsi_proto_timings() 3746 r = FLD_MOD(r, hbp, 11, 0); /* HBP */ in dsi_proto_timings() 4336 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() [all …]
|
/Linux-v4.19/drivers/video/fbdev/omap/ |
D | lcd_htcherald.c | 49 .hbp = 20,
|
D | lcd_palmte.c | 41 .hbp = 28,
|
D | lcd_palmz71.c | 46 .hbp = 28,
|
D | lcd_palmtt.c | 52 .hbp = 28,
|
D | lcd_inn1510.c | 52 .hbp = 72,
|
D | lcd_osk.c | 72 .hbp = 72,
|
D | lcd_h3.c | 68 .hbp = 72 - 12,
|
D | lcd_inn1610.c | 83 .hbp = 72,
|
D | lcd_ams_delta.c | 150 .hbp = 1,
|
D | omapfb.h | 82 int hbp; /* Horizontal back porch */ member
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | vlv_dsi.c | 1103 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in bxt_dsi_get_pipe_config() local 1146 hbp = I915_READ(MIPI_HBP_COUNT(port)); in bxt_dsi_get_pipe_config() 1153 hbp = pixels_from_txbyteclkhs(hbp, bpp, lane_count, in bxt_dsi_get_pipe_config() 1159 hbp *= 2; in bxt_dsi_get_pipe_config() 1167 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; in bxt_dsi_get_pipe_config() 1324 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local 1329 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end; in set_dsi_timings() 1337 hbp /= 2; in set_dsi_timings() 1350 hbp = txbyteclkhs(hbp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 1374 I915_WRITE(MIPI_HBP_COUNT(port), hbp); in set_dsi_timings()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | processor.h | 35 struct perf_event *hbp[ARM_MAX_HBP_SLOTS]; member
|
/Linux-v4.19/drivers/gpu/drm/pl111/ |
D | pl111_display.c | 135 u32 ppl, hsw, hfp, hbp; in pl111_display_enable() local 152 hbp = mode->htotal - mode->hsync_end - 1; in pl111_display_enable() 164 (hbp << 24), in pl111_display_enable()
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun6i_mipi_dsi.c | 453 u16 hbp, hfp, hsa, hblk, vblk; in sun6i_dsi_setup_timings() local 473 hbp = max((unsigned int)HBP_PACKET_OVERHEAD, in sun6i_dsi_setup_timings() 498 bytes = max_t(size_t, max(max(hfp, hblk), max(hsa, hbp)), vblk); in sun6i_dsi_setup_timings() 543 sun6i_dsi_build_blk0_pkt(device->channel, hbp)); in sun6i_dsi_setup_timings() 545 sun6i_dsi_build_blk1_pkt(0, buffer, hbp)); in sun6i_dsi_setup_timings()
|
/Linux-v4.19/drivers/gpu/drm/hisilicon/kirin/ |
D | dw_drm_dsi.c | 450 u32 hfp, hbp, hsw, vfp, vbp, vsw; in dsi_set_mode_timing() local 477 hbp = mode->htotal - mode->hsync_end; in dsi_set_mode_timing() 488 hbp_time = (hbp * lane_byte_clk_kHz) / pixel_clk_kHz; in dsi_set_mode_timing() 504 htot, hfp, hbp, hsw); in dsi_set_mode_timing()
|