Home
last modified time | relevance | path

Searched full:vert (Results 1 – 25 of 93) sorted by relevance

1234

/linux-6.12.1/drivers/video/fbdev/
Dcontrolfb.h44 struct preg vsblank; /* vert start blank */
45 struct preg veblank; /* vert end blank (display start) */
47 struct preg vesync; /* vert end sync */
48 struct preg vssync; /* vert start sync */
49 struct preg vperiod; /* vert period */
76 unsigned vsblank; /* vert start blank */
77 unsigned veblank; /* vert end blank (display start) */
79 unsigned vesync; /* vert end sync */
80 unsigned vssync; /* vert start sync */
81 unsigned vperiod; /* vert period */
Dcg14.c108 u16 vct; /* Vert Counter */
114 u16 vbs; /* Vert Blank Start */
115 u16 vbc; /* Vert Blank Clear */
116 u16 vss; /* Vert Sync Start */
117 u16 vsc; /* Vert Sync Clear */
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/spl/
Ddc_spl.c377 spl_scratch->scl_data.ratios.vert = spl_fixpt_from_fraction( in spl_calculate_scaling_ratios()
384 spl_scratch->scl_data.ratios.vert.value *= 2; in spl_calculate_scaling_ratios()
386 spl_scratch->scl_data.ratios.vert.value = spl_div64_s64( in spl_calculate_scaling_ratios()
387 spl_scratch->scl_data.ratios.vert.value * in_h, out_h); in spl_calculate_scaling_ratios()
392 spl_scratch->scl_data.ratios.vert_c = spl_scratch->scl_data.ratios.vert; in spl_calculate_scaling_ratios()
401 spl_scratch->scl_data.ratios.vert = spl_fixpt_truncate( in spl_calculate_scaling_ratios()
402 spl_scratch->scl_data.ratios.vert, 19); in spl_calculate_scaling_ratios()
415 spl_scratch->scl_data.recip_ratios.vert = spl_fixpt_recip( in spl_calculate_scaling_ratios()
416 spl_scratch->scl_data.ratios.vert); in spl_calculate_scaling_ratios()
428 …tch->scl_data.viewport.height = spl_fixpt_ceil(spl_fixpt_mul_int(spl_scratch->scl_data.ratios.vert, in spl_calculate_viewport_size()
[all …]
/linux-6.12.1/include/drm/
Ddrm_rect.h165 * @vert: vertical downscale factor
167 * Divide the coordinates of rectangle @r by @horz and @vert.
169 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert) in drm_rect_downscale() argument
172 r->y1 /= vert; in drm_rect_downscale()
174 r->y2 /= vert; in drm_rect_downscale()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn201/
Ddcn201_dpp.c210 if (scl_data->ratios.vert.value == (8ll << 32)) in dpp201_get_optimal_number_of_taps()
211 scl_data->ratios.vert.value--; in dpp201_get_optimal_number_of_taps()
227 if (dc_fixpt_ceil(scl_data->ratios.vert) > 4) in dpp201_get_optimal_number_of_taps()
254 if (IDENTITY_RATIO(scl_data->ratios.vert)) in dpp201_get_optimal_number_of_taps()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
Ddcn10_dpp_dscl.c137 && data->ratios.vert.value == one in dpp1_dscl_get_dscl_mode()
149 if (data->ratios.horz.value == one && data->ratios.vert.value == one) in dpp1_dscl_get_dscl_mode()
288 uint32_t v_2tap_sharp_factor = scl_data->sharpness.vert; in dpp1_dscl_set_scl_filter()
319 scl_data->taps.v_taps, scl_data->ratios.vert); in dpp1_dscl_set_scl_filter()
465 int ceil_vratio = dc_fixpt_ceil(scl_data->ratios.vert); in dpp1_dscl_find_lb_memory_config()
520 SCL_V_SCALE_RATIO, dc_fixpt_u3d19(data->ratios.vert) << 5); in dpp1_dscl_set_manual_ratio_init()
550 struct fixed31_32 bot = dc_fixpt_add(data->inits.v, data->ratios.vert); in dpp1_dscl_set_manual_ratio_init()
Ddcn10_dpp.c133 scl_data->ratios.vert.value != dc_fixpt_one.value) in dpp1_get_optimal_number_of_taps()
146 if (scl_data->ratios.vert.value == (4ll << 32)) in dpp1_get_optimal_number_of_taps()
147 scl_data->ratios.vert.value--; in dpp1_get_optimal_number_of_taps()
177 if (IDENTITY_RATIO(scl_data->ratios.vert)) in dpp1_get_optimal_number_of_taps()
/linux-6.12.1/drivers/gpu/drm/msm/registers/display/
Dedp.xml57 <bitfield name="VERT" low="16" high="31" type="uint"/>
62 <bitfield name="VERT" low="16" high="31" type="uint"/>
68 <bitfield name="VERT" low="16" high="30" type="uint"/>
74 <bitfield name="VERT" low="16" high="31" type="uint"/>
/linux-6.12.1/drivers/media/platform/ti/omap3isp/
Dispresizer.c319 rgval |= ((ratio->vert - 1) << ISPRSZ_CNT_VRSZ_SHIFT) in resizer_set_ratio()
330 if (ratio->vert > MID_RESIZE_VALUE) in resizer_set_ratio()
807 ratio->vert = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) in resizer_calc_ratios()
809 if (ratio->vert > MID_RESIZE_VALUE) in resizer_calc_ratios()
810 ratio->vert = ((input->height - 7) * 256 + 255 - 32 - 64 * spv) in resizer_calc_ratios()
812 ratio->vert = clamp_t(unsigned int, ratio->vert, in resizer_calc_ratios()
815 if (ratio->vert <= MID_RESIZE_VALUE) { in resizer_calc_ratios()
816 upscaled_height = (output->height - 1) * ratio->vert in resizer_calc_ratios()
820 upscaled_height = (output->height - 1) * ratio->vert in resizer_calc_ratios()
832 if (ratio->vert <= MID_RESIZE_VALUE) { in resizer_calc_ratios()
[all …]
Dispresizer.h61 u32 vert; member
/linux-6.12.1/arch/sh/boards/mach-migor/
Dlcd_qvga.c149 write_reg16(sohandle, so, 0x0021, 0x0000); /* vert addr */ in migor_lcd_qvga_setup()
155 write_reg16(sohandle, so, 0x0021, 0x0000); /* reset vert addr */ in migor_lcd_qvga_setup()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtransform.h128 struct fixed31_32 vert; member
135 int vert; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn401/
Ddcn401_dpp_dscl.c139 && data->ratios.vert.value == one in dpp401_dscl_get_dscl_mode()
151 if (data->ratios.horz.value == one && data->ratios.vert.value == one) in dpp401_dscl_get_dscl_mode()
291 uint32_t v_2tap_sharp_factor = scl_data->sharpness.vert; in dpp401_dscl_set_scl_filter()
309 scl_data->taps.v_taps, scl_data->ratios.vert); in dpp401_dscl_set_scl_filter()
481 int ceil_vratio = dc_fixpt_ceil(scl_data->ratios.vert); in dpp401_dscl_find_lb_memory_config()
577 SCL_V_SCALE_RATIO, dc_fixpt_u3d19(data->ratios.vert) << 5); in dpp401_dscl_set_manual_ratio_init()
607 struct fixed31_32 bot = dc_fixpt_add(data->inits.v, data->ratios.vert); in dpp401_dscl_set_manual_ratio_init()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_transform.c288 dc_fixpt_u2d19(data->ratios.vert) << 5; in calculate_inits()
302 data->ratios.vert, in calculate_inits()
320 dc_fixpt_u2d19(data->ratios.vert) << 5; in dce60_calculate_inits()
331 data->ratios.vert, in dce60_calculate_inits()
439 coeffs_v = get_filter_coeffs_16p(data->taps.v_taps, data->ratios.vert); in dce_transform_set_scaler()
524 coeffs_v = get_filter_coeffs_16p(data->taps.v_taps, data->ratios.vert); in dce60_transform_set_scaler()
1195 scl_data->taps.v_taps = decide_taps(scl_data->ratios.vert, in_taps->v_taps, false); in dce_transform_get_optimal_number_of_taps()
1199 if (!IDENTITY_RATIO(scl_data->ratios.vert)) { in dce_transform_get_optimal_number_of_taps()
/linux-6.12.1/drivers/media/dvb-frontends/
Dlnbp21.h21 /* [RW] 0=low voltage (13/14V, vert pol)
/linux-6.12.1/tools/perf/pmu-events/arch/x86/knightslanding/
Duncore-cache.json1748 "BriefDescription": "CMS Vert Egress Allocations AD - Agent 0",
1757 "BriefDescription": "CMS Vert Egress Allocations AD - Agent 1",
1766 "BriefDescription": "CMS Vert Egress Allocations AK - Agent 0",
1775 "BriefDescription": "CMS Vert Egress Allocations AK - Agent 1",
1784 "BriefDescription": "CMS Vert Egress Allocations BL - Agent 0",
1793 "BriefDescription": "CMS Vert Egress Allocations BL - Agent 1",
1802 "BriefDescription": "CMS Vert Egress Allocations IV - Agent 0",
1874 "BriefDescription": "CMS Vert Egress Occupancy AD - Agent 0",
1883 "BriefDescription": "CMS Vert Egress Occupancy AD - Agent 1",
1892 "BriefDescription": "CMS Vert Egress Occupancy AK - Agent 0",
[all …]
/linux-6.12.1/include/video/
Dgbe.h35 volatile uint32_t vt_vpixen; /* intrnl vert pixel on/off */
37 volatile uint32_t vt_vcmap; /* cmap write (vert) */
/linux-6.12.1/tools/perf/pmu-events/arch/x86/snowridgex/
Duncore-interconnect.json1839 "EventName": "UNC_M2M_DISTRESS_ASSERTED.VERT",
6198 "BriefDescription": "CMS Vert Egress Allocations : AD - Agent 0",
6204 …"PublicDescription": "CMS Vert Egress Allocations : AD - Agent 0 : Number of allocations into the …
6209 "BriefDescription": "CMS Vert Egress Allocations : AD - Agent 1",
6215 …"PublicDescription": "CMS Vert Egress Allocations : AD - Agent 1 : Number of allocations into the …
6220 "BriefDescription": "CMS Vert Egress Allocations : AK - Agent 0",
6226 …"PublicDescription": "CMS Vert Egress Allocations : AK - Agent 0 : Number of allocations into the …
6231 "BriefDescription": "CMS Vert Egress Allocations : AK - Agent 1",
6237 …"PublicDescription": "CMS Vert Egress Allocations : AK - Agent 1 : Number of allocations into the …
6242 "BriefDescription": "CMS Vert Egress Allocations : BL - Agent 0",
[all …]
Duncore-cache.json1285 "EventName": "UNC_CHA_DISTRESS_ASSERTED.VERT",
7659 "BriefDescription": "CMS Vert Egress Allocations : AD - Agent 0",
7665 …"PublicDescription": "CMS Vert Egress Allocations : AD - Agent 0 : Number of allocations into the …
7670 "BriefDescription": "CMS Vert Egress Allocations : AD - Agent 1",
7676 …"PublicDescription": "CMS Vert Egress Allocations : AD - Agent 1 : Number of allocations into the …
7681 "BriefDescription": "CMS Vert Egress Allocations : AK - Agent 0",
7687 …"PublicDescription": "CMS Vert Egress Allocations : AK - Agent 0 : Number of allocations into the …
7692 "BriefDescription": "CMS Vert Egress Allocations : AK - Agent 1",
7698 …"PublicDescription": "CMS Vert Egress Allocations : AK - Agent 1 : Number of allocations into the …
7703 "BriefDescription": "CMS Vert Egress Allocations : BL - Agent 0",
[all …]
/linux-6.12.1/Documentation/input/devices/
Damijoy.rst96 JOY0DAT 00A R Denise Joystick-mouse 0 data (left vert, horiz)
97 JOY1DAT 00C R Denise Joystick-mouse 1 data (right vert,horiz)
185 POT0DAT h 012 R Paula Pot counter data left pair (vert, horiz)
186 POT1DAT h 014 R Paula Pot counter data right pair (vert,horiz)
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
Ddcn30_dpp.c446 if (dc_fixpt_ceil(scl_data->ratios.vert) > 1) in dpp3_get_optimal_number_of_taps()
447 scl_data->taps.v_taps = min(dc_fixpt_ceil(dc_fixpt_mul_int(scl_data->ratios.vert, 2)), 8); in dpp3_get_optimal_number_of_taps()
471 min_taps_y = dc_fixpt_ceil(scl_data->ratios.vert); in dpp3_get_optimal_number_of_taps()
484 if (dc_fixpt_ceil(scl_data->ratios.vert) > 2) in dpp3_get_optimal_number_of_taps()
485 max_taps_y = num_part_y - (dc_fixpt_ceil(scl_data->ratios.vert) - 2); in dpp3_get_optimal_number_of_taps()
508 if (IDENTITY_RATIO(scl_data->ratios.vert)) in dpp3_get_optimal_number_of_taps()
/linux-6.12.1/arch/mips/include/asm/sgi/
Dip22.h65 #define SGI_GIO_2_IRQ SGINT_LOCAL1 + 7 /* Vert retrace / GIO-2 */
/linux-6.12.1/Documentation/devicetree/bindings/dma/xilinx/
Dxilinx_dma.txt82 - xlnx,enable-vert-flip: Tells vertical flip is
/linux-6.12.1/tools/perf/pmu-events/arch/x86/icelakex/
Duncore-interconnect.json2094 "EventName": "UNC_M2M_DISTRESS_ASSERTED.VERT",
7164 "BriefDescription": "CMS Vert Egress Allocations : AD - Agent 0",
7170 …"PublicDescription": "CMS Vert Egress Allocations : AD - Agent 0 : Number of allocations into the …
7175 "BriefDescription": "CMS Vert Egress Allocations : AD - Agent 1",
7181 …"PublicDescription": "CMS Vert Egress Allocations : AD - Agent 1 : Number of allocations into the …
7186 "BriefDescription": "CMS Vert Egress Allocations : AK - Agent 0",
7192 …"PublicDescription": "CMS Vert Egress Allocations : AK - Agent 0 : Number of allocations into the …
7197 "BriefDescription": "CMS Vert Egress Allocations : AK - Agent 1",
7203 …"PublicDescription": "CMS Vert Egress Allocations : AK - Agent 1 : Number of allocations into the …
7208 "BriefDescription": "CMS Vert Egress Allocations : BL - Agent 0",
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_transform_v.c377 dc_fixpt_u2d19(data->ratios.vert) << 5; in calculate_inits()
559 coeffs_v = get_filter_coeffs_64p(data->taps.v_taps, data->ratios.vert); in dce110_xfmv_set_scaler()

1234