linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for a YUV 10bits pixel format
@ 2018-06-21 13:42 Randy Li
  2018-06-21 13:42 ` [PATCH v2 1/2] drm/fourcc: add a 10bits fully packed variant of NV12 Randy Li
  2018-06-21 13:42 ` [PATCH v2 2/2] drm/rockchip: Support 10 bits yuv format in vop Randy Li
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Li @ 2018-06-21 13:42 UTC (permalink / raw)
  To: dri-devel
  Cc: Randy Li, hjc, heiko, linux-arm-kernel, linux-rockchip,
	linux-kernel, nicolas.dufresne, gustavo, seanpaul, airlied

In the last time, I got some feedback and not a clear guide on what
I should do. So just give more comment on describing this 10bits format.
Whether I should add bpp instead cpp in drm_format_info and update a
numbers of functions is up to you guys.

And I don't any other driver would request 10bits yuv format support,
so I can't add the pixel format they don't use as I did a year ago.
You would ignore those patches.

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 | 27 +++++++++++++++++++++++++--
 drivers/gpu/drm/rockchip/rockchip_drm_vop.h |  1 +
 drivers/gpu/drm/rockchip/rockchip_vop_reg.c |  2 ++
 include/uapi/drm/drm_fourcc.h               |  7 +++++++
 5 files changed, 36 insertions(+), 2 deletions(-)

-- 
2.14.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-21 13:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-21 13:42 [PATCH v2 0/2] Add support for a YUV 10bits pixel format Randy Li
2018-06-21 13:42 ` [PATCH v2 1/2] drm/fourcc: add a 10bits fully packed variant of NV12 Randy Li
2018-06-21 13:42 ` [PATCH v2 2/2] drm/rockchip: Support 10 bits yuv format in vop Randy Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).