Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_dmub_srv.c876 int r1_r = r1.x + r1.width, r1_b = r1.y + r1.height, r2_r, r2_b; in dc_can_pipe_disable_cursor() local
909 if (r1.x >= r2.x && r1.y >= r2.y && r1_r <= r2_r && r1_b <= r2_b) in dc_can_pipe_disable_cursor()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer.c3377 int r1_r = r1.x + r1.width, r1_b = r1.y + r1.height, r2_r, r2_b; in dcn10_can_pipe_disable_cursor() local
3410 if (r1.x >= r2.x && r1.y >= r2.y && r1_r <= r2_r && r1_b <= r2_b) in dcn10_can_pipe_disable_cursor()

Completed in 18 milliseconds