Searched refs:r2_b (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c970 int r1_r = r1.x + r1.width, r1_b = r1.y + r1.height, r2_r, r2_b;
986 r2_b = r2.y + r2.height;
1003 if (r1.x >= r2.x && r1.y >= r2.y && r1_r <= r2_r && r1_b <= r2_b)
959 int r1_r = r1.x + r1.width, r1_b = r1.y + r1.height, r2_r, r2_b; local
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3439 int r1_r = r1.x + r1.width, r1_b = r1.y + r1.height, r2_r, r2_b;
3457 r2_b = r2.y + r2.height;
3474 if (r1.x >= r2.x && r1.y >= r2.y && r1_r <= r2_r && r1_b <= r2_b)
3427 int r1_r = r1.x + r1.width, r1_b = r1.y + r1.height, r2_r, r2_b; local

Completed in 229 milliseconds