Determine if the the rectangle is visible
bool drm_rect_visible(const struct drm_rect * r);
r
rectangle whose visibility is returned
true if the rectangle is visible, false otherwise.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place