mbox series

[v10,0/2] Add pixel format for 10 bits YUV video

Message ID 20190109195710.28501-1-ayaka@soulik.info (mailing list archive)
Headers show
Series Add pixel format for 10 bits YUV video | expand

Message

ayaka Jan. 9, 2019, 7:57 p.m. UTC
As the requirement from:
P010 fourcc format support - Was: Re: Kernel error "Unknown pixelformat
0x00000000" occurs when I start capture video

I don't know which device would support the P010, P012, P016 video pixel
format, but Rockchip would support that NV12_10LE40 and a patch for that
driver is sent before.

Randy Li (2):
  drm/fourcc: Add new P010, P016 video format
  drm/fourcc: add a 10bits fully packed variant of NV12

 drivers/gpu/drm/drm_fourcc.c  | 13 +++++++++++++
 include/uapi/drm/drm_fourcc.h | 29 +++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)