mbox series

[v4,0/2] Add support for a YUV 10bits pixel format

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

Message

Randy Li Nov. 17, 2018, 4:53 p.m. UTC
I wonder why this patches are still not merged and well review.
So I just re-send them. I wish it is merged in a short time, or
I can't add a new pixel format to weston.

You can use the Gstreamer to verify this patch.

Randy Li (2):
  drm/fourcc: add a 10bits fully packed variant of NV12
  drm/rockchip: Support 10 bits yuv format in vop

 drivers/gpu/drm/drm_fourcc.c                |  1 +
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 16 ++++++++++++++--
 drivers/gpu/drm/rockchip/rockchip_drm_vop.h |  1 +
 drivers/gpu/drm/rockchip/rockchip_vop_reg.c |  2 ++
 include/uapi/drm/drm_fourcc.h               |  8 ++++++++
 5 files changed, 26 insertions(+), 2 deletions(-)