drm: bit of spell-check / editorializing.
Signed-off-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
f76511b972
commit
ae28290be3
1 changed files with 4 additions and 4 deletions
|
@ -338,7 +338,7 @@ struct drm_mode_fb_cmd2 {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* In case of planar formats, this ioctl allows up to 4
|
* In case of planar formats, this ioctl allows up to 4
|
||||||
* buffer objects with offets and pitches per plane.
|
* buffer objects with offsets and pitches per plane.
|
||||||
* The pitch and offset order is dictated by the fourcc,
|
* The pitch and offset order is dictated by the fourcc,
|
||||||
* e.g. NV12 (http://fourcc.org/yuv.php#NV12) is described as:
|
* e.g. NV12 (http://fourcc.org/yuv.php#NV12) is described as:
|
||||||
*
|
*
|
||||||
|
@ -346,9 +346,9 @@ struct drm_mode_fb_cmd2 {
|
||||||
* followed by an interleaved U/V plane containing
|
* followed by an interleaved U/V plane containing
|
||||||
* 8 bit 2x2 subsampled colour difference samples.
|
* 8 bit 2x2 subsampled colour difference samples.
|
||||||
*
|
*
|
||||||
* So it would consist of Y as offset[0] and UV as
|
* So it would consist of Y as offsets[0] and UV as
|
||||||
* offeset[1]. Note that offset[0] will generally
|
* offsets[1]. Note that offsets[0] will generally
|
||||||
* be 0.
|
* be 0 (but this is not required).
|
||||||
*/
|
*/
|
||||||
__u32 handles[4];
|
__u32 handles[4];
|
||||||
__u32 pitches[4]; /* pitch for each plane */
|
__u32 pitches[4]; /* pitch for each plane */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue