SYNOPSIS
struct drm_rect {
int x1;
int y1;
int x2;
int y2;
};
MEMBERS
x1
- horizontal starting coordinate (inclusive)
y1
- vertical starting coordinate (inclusive)
x2
- horizontal ending coordinate (exclusive)
y2
- vertical ending coordinate (exclusive)
AUTHORS
Jesse Barnes <[email protected]>
Intel Corporation,
- Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
- Driver internals
COPYRIGHT