Home
last modified time | relevance | path

Searched refs:XY (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_optc.c279 uint64_t L, XY; in optc2_align_vblanks() local
314 XY = div_u64(L, p); in optc2_align_vblanks()
315 Y = master_v_active - XY - 1; in optc2_align_vblanks()
316 X = div_u64(((XY + 1) * p - L) * master_h_total, p * master_clock_divider); in optc2_align_vblanks()
367 /* disable the XY point*/ in optc2_align_vblanks()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1195 class XY(): class
1201 return "XY({}, {})".format(str(self.x), str(self.y))
1387 self.dp = XY(0, 0)
2134 self.pdp = XY(x, y) # pixel decimal places
2215 subrange = XY(xsubrange, ysubrange)
2276 return XY(xscale, yscale)
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1196 class XY(): class
1202 return "XY({}, {})".format(str(self.x), str(self.y))
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)

Completed in 13 milliseconds