/linux-6.1.9/drivers/gpu/drm/rcar-du/ |
D | rcar_du_vsp.c | 88 vsp1_du_setup_lif(crtc->vsp->vsp, crtc->vsp_pipe, &cfg); in rcar_du_vsp_enable() 93 vsp1_du_setup_lif(crtc->vsp->vsp, crtc->vsp_pipe, NULL); in rcar_du_vsp_disable() 98 vsp1_du_atomic_begin(crtc->vsp->vsp, crtc->vsp_pipe); in rcar_du_vsp_atomic_begin() 111 vsp1_du_atomic_flush(crtc->vsp->vsp, crtc->vsp_pipe, &cfg); in rcar_du_vsp_atomic_flush() 193 vsp1_du_atomic_update(plane->vsp->vsp, crtc->vsp_pipe, in rcar_du_vsp_plane_setup() 197 int rcar_du_vsp_map_fb(struct rcar_du_vsp *vsp, struct drm_framebuffer *fb, in rcar_du_vsp_map_fb() argument 200 struct rcar_du_device *rcdu = vsp->dev; in rcar_du_vsp_map_fb() 239 ret = vsp1_du_map_sg(vsp->vsp, sgt); in rcar_du_vsp_map_fb() 252 vsp1_du_unmap_sg(vsp->vsp, sgt); in rcar_du_vsp_map_fb() 263 struct rcar_du_vsp *vsp = to_rcar_vsp_plane(plane)->vsp; in rcar_du_vsp_plane_prepare_fb() local [all …]
|
D | rcar_du_vsp.h | 22 struct rcar_du_vsp *vsp; member 28 struct device *vsp; member 59 int rcar_du_vsp_init(struct rcar_du_vsp *vsp, struct device_node *np, 65 int rcar_du_vsp_map_fb(struct rcar_du_vsp *vsp, struct drm_framebuffer *fb, 67 void rcar_du_vsp_unmap_fb(struct rcar_du_vsp *vsp, struct drm_framebuffer *fb, 70 static inline int rcar_du_vsp_init(struct rcar_du_vsp *vsp, in rcar_du_vsp_init() argument 80 static inline int rcar_du_vsp_map_fb(struct rcar_du_vsp *vsp, in rcar_du_vsp_map_fb() argument 86 static inline void rcar_du_vsp_unmap_fb(struct rcar_du_vsp *vsp, in rcar_du_vsp_unmap_fb() argument
|
D | rcar_du_writeback.c | 65 ret = rcar_du_vsp_map_fb(rcrtc->vsp, job->fb, rjob->sg_tables); in rcar_du_wb_prepare_job() 84 rcar_du_vsp_unmap_fb(rcrtc->vsp, job->fb, rjob->sg_tables); in rcar_du_wb_cleanup_job()
|
D | rcar_du_kms.c | 699 rcdu->crtcs[i].vsp = &rcdu->vsps[j]; in rcar_du_vsps_init() 708 struct rcar_du_vsp *vsp = &rcdu->vsps[i]; in rcar_du_vsps_init() local 710 vsp->index = i; in rcar_du_vsps_init() 711 vsp->dev = rcdu; in rcar_du_vsps_init() 713 ret = rcar_du_vsp_init(vsp, vsps[i].np, vsps[i].crtcs_mask); in rcar_du_vsps_init()
|
D | rcar_du_crtc.h | 69 struct rcar_du_vsp *vsp; member
|
D | rcar_du_crtc.c | 921 count = rcrtc->vsp->num_planes + 1; in rcar_du_crtc_crc_init() 931 for (i = 0; i < rcrtc->vsp->num_planes; ++i) { in rcar_du_crtc_crc_init() 932 struct drm_plane *plane = &rcrtc->vsp->planes[i].plane; in rcar_du_crtc_crc_init() 1069 for (i = 0; i < rcrtc->vsp->num_planes; ++i) { in rcar_du_crtc_parse_crc_source() 1070 if (index == rcrtc->vsp->planes[i].plane.base.id) in rcar_du_crtc_parse_crc_source() 1294 primary = &rcrtc->vsp->planes[rcrtc->vsp_pipe].plane; in rcar_du_crtc_create()
|
/linux-6.1.9/arch/arm/kernel/ |
D | unwind.c | 233 unsigned long **vsp, unsigned int reg) in unwind_pop_register() argument 236 if (*vsp >= (unsigned long *)ctrl->sp_high) in unwind_pop_register() 242 ctrl->vrs[reg] = READ_ONCE_NOCHECK(*(*vsp)); in unwind_pop_register() 244 ctrl->lr_addr = *vsp; in unwind_pop_register() 245 (*vsp)++; in unwind_pop_register() 253 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r4_to_r13() local 259 if (unwind_pop_register(ctrl, &vsp, reg)) in unwind_exec_pop_subset_r4_to_r13() 265 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r4_to_r13() 274 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_r4_to_rN() local 279 if (unwind_pop_register(ctrl, &vsp, reg)) in unwind_exec_pop_r4_to_rN() [all …]
|
/linux-6.1.9/sound/soc/codecs/ |
D | cx20442.c | 156 int vls, vsp, old, len; in cx20442_write() local 174 vsp = cx20442_pm_to_v253_vsp(value); in cx20442_write() 175 if (vsp < 0) in cx20442_write() 176 return vsp; in cx20442_write() 180 if (vsp == cx20442_pm_to_v253_vsp(old)) in cx20442_write() 182 len = snprintf(buf, ARRAY_SIZE(buf), "at+vsp=%d\r", vsp); in cx20442_write() 183 } else if (vsp == cx20442_pm_to_v253_vsp(old)) in cx20442_write() 187 "at+vls=%d;+vsp=%d\r", vls, vsp); in cx20442_write()
|
/linux-6.1.9/arch/arm/vfp/ |
D | vfpsingle.c | 324 struct vfp_single *vsp = &vsd; in vfp_single_fsqrt() local 327 ret = vfp_propagate_nan(vsp, &vsm, NULL, fpscr); in vfp_single_fsqrt() 330 vsp = &vsm; in vfp_single_fsqrt() 334 vsp = &vfp_single_default_qnan; in vfp_single_fsqrt() 337 vfp_put_float(vfp_single_pack(vsp), sd); in vfp_single_fsqrt() 732 struct vfp_single *vsp; in vfp_single_fadd_nonnumber() local 748 vsp = &vfp_single_default_qnan; in vfp_single_fadd_nonnumber() 753 vsp = vsn; in vfp_single_fadd_nonnumber() 759 vsp = vsn; in vfp_single_fadd_nonnumber() 766 *vsd = *vsp; in vfp_single_fadd_nonnumber() [all …]
|
/linux-6.1.9/drivers/video/fbdev/ |
D | carminefb.c | 67 u32 vsp; member 110 .vsp = 490, 122 .vsp = 601, 372 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local 384 vsp = par->res->vsp - 1; in set_display_parameters() 398 (vdp << CARMINE_DISP_VDP_SHIFT) | vsp); in set_display_parameters()
|
/linux-6.1.9/Documentation/devicetree/bindings/clock/ |
D | sprd,sc9860-clk.txt | 15 - "sprd,sc9860-vsp-clk" 16 - "sprd,sc9860-vsp-gate"
|
/linux-6.1.9/Documentation/devicetree/bindings/media/ |
D | renesas,vsp1.yaml | 99 vsp@fe928000 { 114 vsp@fe920000 {
|
/linux-6.1.9/arch/arm64/boot/dts/renesas/ |
D | r8a77950.dtsi | 162 vspd3: vsp@fea38000 { 173 vspi2: vsp@fe9c0000 {
|
D | r8a77951.dtsi | 2902 vspbc: vsp@fe920000 { 2913 vspbd: vsp@fe960000 { 2924 vspd0: vsp@fea20000 { 2935 vspd1: vsp@fea28000 { 2946 vspd2: vsp@fea30000 { 2957 vspi0: vsp@fe9a0000 { 2968 vspi1: vsp@fe9b0000 {
|
D | r8a774c0.dtsi | 1744 vspb0: vsp@fe960000 { 1754 vspd0: vsp@fea20000 { 1764 vspd1: vsp@fea28000 { 1774 vspi0: vsp@fe9a0000 {
|
D | r8a774e1.dtsi | 2554 vspbc: vsp@fe920000 { 2565 vspbd: vsp@fe960000 { 2576 vspd0: vsp@fea20000 { 2587 vspd1: vsp@fea28000 { 2598 vspi0: vsp@fe9a0000 { 2609 vspi1: vsp@fe9b0000 {
|
D | r8a77995.dtsi | 1275 vspbs: vsp@fe960000 { 1285 vspd0: vsp@fea20000 { 1295 vspd1: vsp@fea28000 {
|
D | r8a77990.dtsi | 1891 vspb0: vsp@fe960000 { 1910 vspi0: vsp@fe9a0000 { 1929 vspd0: vsp@fea20000 { 1948 vspd1: vsp@fea28000 {
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_hpo_dp_stream_encoder.c | 204 uint8_t vsp; in dcn31_hpo_dp_stream_enc_set_stream_attribute() local 362 vsp = hw_crtc_timing.flags.VSYNC_POSITIVE_POLARITY ? 0 : 0x80; in dcn31_hpo_dp_stream_enc_set_stream_attribute() 422 MSA_DATA_LANE_1, vsp | (hw_crtc_timing.v_sync_width >> 8), in dcn31_hpo_dp_stream_enc_set_stream_attribute()
|
/linux-6.1.9/drivers/video/fbdev/mb862xx/ |
D | mb862xxfbdrv.c | 62 static inline int vsp(struct fb_var_screeninfo *var) in vsp() function 258 reg = pack((fbi->var.yres - 1), vsp(&fbi->var)); in mb862xxfb_set_par() 450 unsigned long hsp, vsp, ht, vt; in mb862xxfb_init_fbinfo() local 457 vsp = (reg & 0x0fff) + 1; in mb862xxfb_init_fbinfo() 478 fbi->var.lower_margin = vsp - fbi->var.yres; in mb862xxfb_init_fbinfo() 479 fbi->var.upper_margin = vt - vsp - fbi->var.vsync_len; in mb862xxfb_init_fbinfo()
|
/linux-6.1.9/arch/arm64/boot/dts/sprd/ |
D | sc9860.dtsi | 254 compatible = "sprd,sc9860-vsp-clk"; 260 vsp_gate: vsp-gate { 261 compatible = "sprd,sc9860-vsp-gate";
|
/linux-6.1.9/drivers/gpu/drm/radeon/ |
D | ni_dpm.h | 158 u32 vsp; member
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | r8a7792.dtsi | 816 vsp@fe928000 { 825 vsp@fe930000 { 834 vsp@fe938000 {
|
D | r8a7790.dtsi | 1649 vsp@fe920000 { 1658 vsp@fe928000 { 1667 vsp@fe930000 { 1676 vsp@fe938000 {
|
D | r8a7742.dtsi | 1695 vsp@fe920000 { 1704 vsp@fe928000 { 1713 vsp@fe930000 { 1722 vsp@fe938000 {
|