[PATCH 2/2] drm: add an fb creation ioctl that takes a pixel format v5

2011-11-18 Thread Seung-Woo Kim
Hi Jesse, 2011/11/15 Jesse Barnes > > To properly support the various plane formats supported by different > hardware, the kernel must know the pixel format of a framebuffer object. > So add a new ioctl taking a format argument corresponding to a fourcc > name from the new drm_fourcc.h header fil

Re: [PATCH 2/2] drm: add an fb creation ioctl that takes a pixel format v5

2011-11-17 Thread Seung-Woo Kim
Hi Jesse, 2011/11/15 Jesse Barnes > > To properly support the various plane formats supported by different > hardware, the kernel must know the pixel format of a framebuffer object. > So add a new ioctl taking a format argument corresponding to a fourcc > name from the new drm_fourcc.h header fil

[PATCH 2/2] drm: add an fb creation ioctl that takes a pixel format v5

2011-11-14 Thread Jesse Barnes
To properly support the various plane formats supported by different hardware, the kernel must know the pixel format of a framebuffer object. So add a new ioctl taking a format argument corresponding to a fourcc name from the new drm_fourcc.h header file. Implement the fb creation hooks in terms o

[PATCH 2/2] drm: add an fb creation ioctl that takes a pixel format v5

2011-11-14 Thread Jesse Barnes
To properly support the various plane formats supported by different hardware, the kernel must know the pixel format of a framebuffer object. So add a new ioctl taking a format argument corresponding to a fourcc name from the new drm_fourcc.h header file. Implement the fb creation hooks in terms o