drm_rect_equals(9) determine if two rectangles are equal

SYNOPSIS

bool drm_rect_equals(const struct drm_rect * r1, const struct drm_rect * r2);

ARGUMENTS

r1

first rectangle

r2

second rectangle

RETURNS

true if the rectangles are equal, false otherwise.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

COPYRIGHT