Zheng Yang
da59743ca6
drm/rockchip: hdmi: support modify color format
...
This patch is based on https://patchwork.kernel.org/patch/9801533 ,
add the drm property "hdmi_output_format", the possible value
could be:
- RGB
- YCBCR 444
- YCBCR 422
To handle various subsampling of YCBCR output types, this property
allows two special automatic cases:
- DRM_HDMI_OUTPUT_YCBCR_HQ
This indicates preferred output should be YCBCR output,
with highest subsampling rate by the source/sink, which
can be typically:
- ycbcr444
- ycbcr422
- ycbcr420
- DRM_HDMI_OUTPUT_YCBCR_LQ
This indicates preferred output should be YCBCR output, with
lowest subsampling rate supported by source/sink, which can be:
- ycbcr420
- ycbcr422
- ycbcr444
Default value of the property is set to 0 = RGB, so no changes if you
don't set the property.
Change-Id: Ie4a98ba91c8285a2e8f1ec7832d73183ad57665e
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com >
2017-11-01 11:21:25 +08:00
..
2017-09-01 18:56:00 +08:00
2016-03-17 09:42:01 +08:00
2017-07-26 19:32:04 +08:00
2016-11-04 14:30:24 +08:00
2016-03-17 09:42:01 +08:00
2017-11-01 09:08:04 +08:00
2016-03-17 09:42:01 +08:00
2017-10-24 15:11:28 +08:00
2016-03-17 09:42:01 +08:00
2017-07-12 19:35:02 +08:00
2017-03-29 10:49:54 +08:00
2014-09-24 11:43:07 +10:00
2017-07-26 19:32:04 +08:00
2016-07-06 15:25:34 +08:00
2015-10-06 12:57:47 +02:00
2016-08-10 15:15:47 +08:00
2017-09-01 18:56:00 +08:00
2017-09-01 18:56:00 +08:00
2017-03-29 10:49:54 +08:00
2017-10-24 16:36:25 +08:00
2016-11-04 14:30:24 +08:00
2015-10-06 12:57:47 +02:00
2017-09-01 18:56:00 +08:00
2017-09-01 18:56:00 +08:00
2017-11-01 11:21:25 +08:00
2014-09-24 11:43:07 +10:00
2016-07-06 15:25:34 +08:00
2015-10-16 11:27:46 +10:00
2017-03-29 10:49:54 +08:00
2014-09-24 11:43:07 +10:00
2017-03-29 10:49:54 +08:00
2016-03-17 09:42:01 +08:00
2017-05-14 13:32:59 +02:00
2017-01-03 09:16:24 +08:00
2016-03-17 09:42:01 +08:00
2015-10-19 11:00:44 +02:00
2015-10-16 11:27:49 +10:00
2017-09-01 18:56:00 +08:00
2017-10-24 15:11:28 +08:00
2014-09-12 14:11:14 +10:00
2015-09-30 10:44:48 +02:00
2017-10-24 15:12:16 +08:00
2017-10-30 11:08:41 +08:00
2015-05-05 09:45:57 +02:00
2017-08-14 14:57:20 +08:00
2015-09-30 10:44:48 +02:00
2016-08-20 18:09:23 +02:00
2015-07-02 17:00:48 +02:00
2017-07-07 19:09:13 +08:00
2017-01-03 09:16:58 +08:00
2017-10-24 15:11:44 +08:00
2014-09-12 11:16:29 +02:00
2014-09-12 15:28:12 +02:00
2016-04-20 15:41:55 +09:00
2017-07-27 15:06:09 -07:00
2017-05-10 15:28:18 +08:00
2015-09-08 13:45:52 +02:00
2017-10-30 11:08:57 +08:00
2013-10-03 22:28:28 +02:00
2015-08-06 14:13:00 +02:00
2016-06-07 18:14:36 -07:00
2015-05-13 11:28:22 +02:00
2017-10-24 15:12:16 +08:00
2015-11-10 09:33:06 -08:00
2016-09-15 08:27:47 +02:00
2013-10-01 15:28:58 +10:00
2014-08-06 18:01:24 -07:00
2015-03-13 17:37:35 +01:00
2015-09-09 15:05:17 +02:00
2016-09-24 10:07:43 +02:00
2017-05-11 15:38:50 +08:00
2017-10-31 16:54:47 +08:00
2015-07-02 17:00:48 +02:00
2015-11-06 17:50:42 -08:00
2015-09-30 10:44:48 +02:00
2015-01-28 08:45:37 +01:00
2017-01-03 14:11:34 +08:00
2017-09-13 15:22:15 +08:00
2016-08-08 14:39:25 +08:00
2017-02-05 14:24:36 +08:00
2017-07-19 14:49:25 +08:00
2015-09-30 10:06:06 +02:00
2016-03-17 09:42:01 +08:00
2015-09-30 10:06:06 +02:00
2017-07-13 18:40:13 +08:00
2017-09-13 15:18:39 +08:00
2015-10-05 15:32:51 +02:00
2014-09-12 11:08:54 +02:00
2017-06-27 17:18:46 +08:00
2016-04-08 11:39:49 +08:00
2017-04-12 10:08:03 +08:00
2015-04-07 12:29:23 -04:00
2015-09-30 10:44:48 +02:00
2015-10-19 11:00:44 +02:00
2017-02-27 19:07:34 +08:00
2017-02-28 19:51:07 +08:00