HomeSort by: relevance | last modified time | path
    Searched defs:r2_b (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 2923 int r1_r = r1->x + r1->width, r1_b = r1->y + r1->height, r2_r, r2_b; local in function:dcn10_can_pipe_disable_cursor
2937 r2_b = r2->y + r2->height;
2939 if (r1->x >= r2->x && r1->y >= r2->y && r1_r <= r2_r && r1_b <= r2_b)
amdgpu_dcn10_hw_sequencer.c 2923 int r1_r = r1->x + r1->width, r1_b = r1->y + r1->height, r2_r, r2_b; local in function:dcn10_can_pipe_disable_cursor
2937 r2_b = r2->y + r2->height;
2939 if (r1->x >= r2->x && r1->y >= r2->y && r1_r <= r2_r && r1_b <= r2_b)
amdgpu_dcn10_hw_sequencer.c 2923 int r1_r = r1->x + r1->width, r1_b = r1->y + r1->height, r2_r, r2_b; local in function:dcn10_can_pipe_disable_cursor
2937 r2_b = r2->y + r2->height;
2939 if (r1->x >= r2->x && r1->y >= r2->y && r1_r <= r2_r && r1_b <= r2_b)

Completed in 37 milliseconds