/linux-6.3-rc2/drivers/gpu/drm/bridge/adv7511/ |
A D | adv7533.c | 31 unsigned int hsw, hfp, hbp, vsw, vfp, vbp; in adv7511_dsi_config_timing_gen() local 36 hbp = mode->htotal - mode->hsync_end; in adv7511_dsi_config_timing_gen() 52 regmap_write(adv->regmap_cec, 0x2e, hbp >> 4); in adv7511_dsi_config_timing_gen() 53 regmap_write(adv->regmap_cec, 0x2f, (hbp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | ptrace.c | 359 if (current->thread.debug.hbp[i] == bp) in ptrace_hbptriggered() 374 memset(tsk->thread.debug.hbp, 0, sizeof(tsk->thread.debug.hbp)); in clear_ptrace_hw_breakpoint() 387 if (t->debug.hbp[i]) { in flush_ptrace_hw_breakpoint() 388 unregister_hw_breakpoint(t->debug.hbp[i]); in flush_ptrace_hw_breakpoint() 389 t->debug.hbp[i] = NULL; in flush_ptrace_hw_breakpoint() 448 bp = tsk->thread.debug.hbp[idx]; in ptrace_gethbpregs() 504 bp = tsk->thread.debug.hbp[idx]; in ptrace_sethbpregs() 511 tsk->thread.debug.hbp[idx] = bp; in ptrace_sethbpregs()
|
/linux-6.3-rc2/drivers/gpu/drm/stm/ |
A D | dw_mipi_dsi-stm.c | 367 int dsi_short_packet_size_px, hfp, hsync, hbp, delay_to_lp; in dw_mipi_dsi_stm_mode_valid() local 388 hbp = mode->htotal - mode->hsync_end; in dw_mipi_dsi_stm_mode_valid() 396 if (hbp < dsi_short_packet_size_px) in dw_mipi_dsi_stm_mode_valid() 398 hbp -= dsi_short_packet_size_px; in dw_mipi_dsi_stm_mode_valid() 401 hbp += hsync - dsi_short_packet_size_px; in dw_mipi_dsi_stm_mode_valid() 415 if (hfp < delay_to_lp && hbp < delay_to_lp) in dw_mipi_dsi_stm_mode_valid()
|
/linux-6.3-rc2/drivers/video/fbdev/matrox/ |
A D | matroxfb_g450.c | 243 u_int32_t hbp; in computeRegs() local 285 hbp = (((outd->h_b_porch + pixclock) / pixclock)) & ~1; in computeRegs() 288 hlen = hvis + hfp + hsl + hbp; in computeRegs() 291 dprintk(KERN_DEBUG "WL: vis=%u, hf=%u, hs=%u, hb=%u, total=%u\n", hvis, hfp, hsl, hbp, hlen); in computeRegs() 309 r->regs[0x0A] = hbp; in computeRegs() 314 …dprintk(KERN_DEBUG "PG: vis=%04X, hf=%02X, hs=%02X, hb=%02X, total=%04X\n", hvis, hfp, hsl, hbp, h… in computeRegs()
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | dsi.c | 3697 int hbp = dsi->vm_timings.hbp; in dsi_proto_timings() local 4394 vm.hbp = div64_u64((u64)t->hbp * pck, byteclk); in print_dsi_dispc_vm() 4503 int hfp, hsa, hbp; in dsi_vm_calc_blanking() local 4597 hbp = div64_u64((u64)req_vm->hbp * byteclk, req_pck_nom); in dsi_vm_calc_blanking() 4598 hbp = max(hbp, 1); in dsi_vm_calc_blanking() 4606 hbp = max(hbp - t, 1); in dsi_vm_calc_blanking() 4623 dsi_vm->hbp = hbp; in dsi_vm_calc_blanking() 4656 hbp = div64_u64((u64)req_vm->hbp * dispc_pck, req_pck_nom); in dsi_vm_calc_blanking() 4657 hbp = max(hbp, 1); in dsi_vm_calc_blanking() 4665 hbp = max(hbp - t, 1); in dsi_vm_calc_blanking() [all …]
|
A D | hdmi_wp.c | 170 timing_h |= FLD_VAL(timings->hbp, 31, 20); in hdmi_wp_video_config_timing() 192 timings->hbp = param->timings.hbp; in hdmi_wp_init_vid_fmt_timings()
|
A D | display.c | 266 ovt->hbp = vm->hback_porch; in videomode_to_omap_video_timings() 299 vm->hback_porch = ovt->hbp; in omap_video_timings_to_videomode()
|
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()
|
/linux-6.3-rc2/drivers/gpu/drm/logicvc/ |
A D | logicvc_crtc.c | 74 unsigned int hact, hfp, hsl, hbp; in logicvc_crtc_atomic_enable() local 84 hbp = mode->htotal - mode->hsync_end; in logicvc_crtc_atomic_enable() 93 regmap_write(logicvc->regmap, LOGICVC_HSYNC_BACK_PORCH_REG, hbp - 1); in logicvc_crtc_atomic_enable()
|
/linux-6.3-rc2/drivers/gpu/drm/tilcdc/ |
A D | tilcdc_crtc.c | 279 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_set_mode() local 315 hbp = mode->htotal - mode->hsync_end; in tilcdc_crtc_set_mode() 323 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode() 338 reg |= ((hbp-1) & 0x300) >> 4; in tilcdc_crtc_set_mode() 344 (((hbp-1) & 0xff) << 24) | in tilcdc_crtc_set_mode() 776 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local 796 hbp = mode->htotal - mode->hsync_end; in tilcdc_crtc_mode_valid() 803 if ((hbp-1) & ~0x3ff) { in tilcdc_crtc_mode_valid()
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
A D | dsi.c | 2663 hbp = FLD_GET(r, 11, 0); in dsi_config_cmd_mode_interleaving() 2889 int hbp = dsi->vm_timings.hbp; in dsi_proto_timings() local 3598 TO_DSI_T(t->hbp), in print_dsi_vm() 3764 int hfp, hsa, hbp; in dsi_vm_calc_blanking() local 3860 hbp = max(hbp, 1); in dsi_vm_calc_blanking() 3868 hbp = max(hbp - t, 1); in dsi_vm_calc_blanking() 3885 dsi_vm->hbp = hbp; in dsi_vm_calc_blanking() 3918 hbp = max(hbp, 1); in dsi_vm_calc_blanking() 3920 hfp = dispc_hbl - hsa - hbp; in dsi_vm_calc_blanking() 3926 hbp = max(hbp - t, 1); in dsi_vm_calc_blanking() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/bridge/ |
A D | lontium-lt8912b.c | 276 u32 hactive, h_total, hpw, hfp, hbp; in lt8912_video_setup() local 287 hbp = lt->mode.hback_porch; in lt8912_video_setup() 288 h_total = hactive + hfp + hpw + hbp; in lt8912_video_setup() 324 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3c, hbp & 0xff); in lt8912_video_setup() 325 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3d, hbp >> 8); in lt8912_video_setup()
|
A D | chipone-icn6211.c | 350 u16 hfp, hbp, hsync; in chipone_atomic_enable() local 391 hbp = mode->htotal - mode->hsync_end; in chipone_atomic_enable() 395 chipone_writeb(icn, HBP_LI, hbp & 0xff); in chipone_atomic_enable() 400 HFP_HSW_HBP_HI_HBP(hbp)); in chipone_atomic_enable()
|
/linux-6.3-rc2/drivers/video/fbdev/omap/ |
A D | lcd_palmte.c | 28 .hbp = 28,
|
A D | lcd_osk.c | 59 .hbp = 72,
|
A D | lcd_ams_delta.c | 114 .hbp = 1,
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | vlv_dsi.c | 1112 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in bxt_dsi_get_pipe_config() local 1158 hbp = intel_de_read(dev_priv, MIPI_HBP_COUNT(port)); in bxt_dsi_get_pipe_config() 1165 hbp = pixels_from_txbyteclkhs(hbp, bpp, lane_count, in bxt_dsi_get_pipe_config() 1171 hbp *= 2; in bxt_dsi_get_pipe_config() 1179 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; in bxt_dsi_get_pipe_config() 1313 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local 1318 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end; in set_dsi_timings() 1326 hbp /= 2; in set_dsi_timings() 1339 hbp = txbyteclkhs(hbp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 1365 intel_de_write(dev_priv, MIPI_HBP_COUNT(port), hbp); in set_dsi_timings()
|
/linux-6.3-rc2/drivers/gpu/drm/mcde/ |
A D | mcde_dsi.c | 436 int hbp; in mcde_dsi_setup_video_mode() local 528 hbp = (mode->htotal - mode->hsync_end) * cpp - 4 - 6; in mcde_dsi_setup_video_mode() 542 hbp = (mode->htotal - mode->hsync_start) * cpp - 4 - 4 - 6; in mcde_dsi_setup_video_mode() 550 if (hbp < 0) { in mcde_dsi_setup_video_mode() 552 hbp = 0; in mcde_dsi_setup_video_mode() 559 hfp, hbp, hsa); in mcde_dsi_setup_video_mode() 564 val |= hbp << DSI_VID_HSIZE1_HBP_LENGTH_SHIFT; in mcde_dsi_setup_video_mode()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_log_recover.c | 2959 char *hbp, *dbp; in xlog_do_recovery_pass() local 2984 hbp = xlog_alloc_buffer(log, 1); in xlog_do_recovery_pass() 2985 if (!hbp) in xlog_do_recovery_pass() 3021 kmem_free(hbp); in xlog_do_recovery_pass() 3022 hbp = xlog_alloc_buffer(log, hblks); in xlog_do_recovery_pass() 3027 hbp = xlog_alloc_buffer(log, 1); in xlog_do_recovery_pass() 3031 if (!hbp) in xlog_do_recovery_pass() 3035 kmem_free(hbp); in xlog_do_recovery_pass() 3050 offset = hbp; in xlog_do_recovery_pass() 3067 split_hblks, hbp, in xlog_do_recovery_pass() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/bridge/cadence/ |
A D | cdns-dsi-core.h | 38 unsigned int hbp; member
|
/linux-6.3-rc2/drivers/gpu/drm/sun4i/ |
A D | sun6i_mipi_dsi.c | 405 unsigned int hbp = mode->htotal - mode->hsync_end; in sun6i_dsi_get_drq_edge1() local 409 edge1 += (mode->hdisplay + hbp + 20) * Bpp / device->lanes; in sun6i_dsi_get_drq_edge1() 535 u16 hbp = 0, hfp = 0, hsa = 0, hblk = 0, vblk = 0; in sun6i_dsi_setup_timings() local 567 hbp = max(HBP_PACKET_OVERHEAD, in sun6i_dsi_setup_timings() 600 bytes = max_t(size_t, max(max(hfp, hblk), max(hsa, hbp)), vblk); in sun6i_dsi_setup_timings() 645 sun6i_dsi_build_blk0_pkt(device->channel, hbp)); in sun6i_dsi_setup_timings() 647 sun6i_dsi_build_blk1_pkt(0, buffer, hbp)); in sun6i_dsi_setup_timings()
|
/linux-6.3-rc2/drivers/gpu/drm/panel/ |
A D | panel-olimex-lcd-olinuxino.c | 31 u32 hbp; member 166 lcd_mode->hpw + lcd_mode->hbp; in lcd_olinuxino_get_modes()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | processor.h | 27 struct perf_event *hbp[ARM_MAX_HBP_SLOTS]; member
|
/linux-6.3-rc2/drivers/gpu/drm/pl111/ |
A D | pl111_display.c | 133 u32 ppl, hsw, hfp, hbp; in pl111_display_enable() local 150 hbp = mode->htotal - mode->hsync_end - 1; in pl111_display_enable() 162 (hbp << 24), in pl111_display_enable()
|
/linux-6.3-rc2/drivers/gpu/drm/arm/display/komeda/d71/ |
A D | d71_regs.h | 417 #define BS_H_INTVALS(hfp, hbp) (((hfp) & 0xFFF) + (((hbp) & 0x3FF) << 16)) argument
|