Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c3335 int r1_r = r1.x + r1.width, r1_b = r1.y + r1.height, r2_r, r2_b; in dcn10_can_pipe_disable_cursor() local
3350 r2_r = r2.x + r2.width; in dcn10_can_pipe_disable_cursor()
3364 r2_r = r2.x + r2.width; in dcn10_can_pipe_disable_cursor()
3368 if (r1.x >= r2.x && r1.y >= r2.y && r1_r <= r2_r && r1_b <= r2_b) in dcn10_can_pipe_disable_cursor()