Home
last modified time | relevance | path

Searched refs:XY (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn20/
Ddcn20_optc.c270 uint64_t L, XY; in optc2_align_vblanks() local
305 XY = div_u64(L, p); in optc2_align_vblanks()
306 Y = master_v_active - XY - 1; in optc2_align_vblanks()
307 X = div_u64(((XY + 1) * p - L) * master_h_total, p * master_clock_divider); in optc2_align_vblanks()
/linux-6.12.1/Documentation/ABI/testing/
Ddebugfs-ec9 the EC here (XY -> GPE number from `/sys/kernel/debug/ec/*/gpe`):
/linux-6.12.1/Documentation/hwmon/
Dda9052.rst33 Channel 7 XY - TSI interface to measure the X and Y voltage of the touch
/linux-6.12.1/Documentation/input/
Dinput.rst141 CONFIG_INPUT_MOUSEDEV_SCREEN_[XY] in the kernel configuration are
/linux-6.12.1/tools/perf/scripts/python/
Dexported-sql-viewer.py1196 class XY(): class
1388 self.dp = XY(0, 0)
2135 self.pdp = XY(x, y) # pixel decimal places
2216 subrange = XY(xsubrange, ysubrange)
2277 return XY(xscale, yscale)