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
2017-08-11 19:31:04 +05:30
2017-09-01 18:56:00 +08:00
2017-09-01 18:56:00 +08:00
2017-03-12 06:37:30 +01:00
2017-08-11 09:08:58 -07:00
2017-06-07 10:03:03 +08:00
2017-01-19 20:17:22 +01:00
2017-08-06 19:19:43 -07:00
2017-10-23 11:44:09 +08:00
2017-03-01 18:40:28 +08:00
2017-10-20 15:18:11 +08:00
2016-10-18 12:31:07 +08:00
2017-07-21 07:44:59 +02:00
2017-10-18 14:32:48 +08:00
2017-10-13 10:43:44 +08:00
2017-08-15 18:43:45 +08:00
2016-09-07 08:32:41 +02:00
2016-10-07 15:42:26 +08:00
2016-11-10 16:36:35 +01:00
2017-08-16 18:32:11 +08:00
2017-07-19 14:33:51 +08:00
2017-11-01 11:21:25 +08:00
2017-01-06 18:25:43 +08:00
2017-09-01 18:56:00 +08:00
2017-04-27 09:09:34 +02:00
2017-03-01 18:40:28 +08:00
2016-02-25 12:01:23 -08:00
2017-03-24 11:27:10 +08:00
2017-08-30 14:38:09 +08:00
2016-09-15 08:27:46 +02:00
2017-10-31 18:13:06 +08:00
2017-08-11 09:08:50 -07:00
2017-10-31 10:37:07 +08:00
2017-10-27 09:17:51 +08:00
2017-09-01 18:56:00 +08:00
2017-08-06 19:19:41 -07:00
2017-08-30 17:24:05 +08:00
2016-09-24 10:07:35 +02:00
2017-09-01 18:56:00 +08:00
2016-06-01 12:15:53 -07:00
2017-08-11 19:31:04 +05:30
2017-10-31 09:49:17 +08:00
2016-07-27 09:47:35 -07:00
2016-10-28 03:01:35 -04:00
2017-10-25 14:38:27 +08:00
2017-09-01 18:56:00 +08:00
2017-07-12 19:35:02 +08:00
2017-07-26 19:32:04 +08:00
2017-10-31 10:48:25 +08:00
2017-09-01 18:56:00 +08:00
2017-02-23 17:43:10 +01:00
2017-08-06 19:19:42 -07:00
2017-07-26 19:32:04 +08:00
2017-09-05 18:24:43 +08:00
2017-09-01 18:56:00 +08:00
2017-07-21 07:44:56 +02:00
2017-06-17 06:39:37 +02:00
2017-09-01 18:56:00 +08:00
2016-04-20 15:42:09 +09:00
2017-07-26 19:32:04 +08:00
2017-10-19 14:29:22 +08:00
2017-10-20 15:57:32 +08:00
2017-07-26 19:32:04 +08:00
2016-08-16 09:30:48 +02:00
2017-10-31 09:39:03 +08:00
2016-08-10 11:49:25 +02:00
2017-08-31 10:26:00 +08:00
2017-10-31 09:39:45 +08:00
2016-08-20 18:09:20 +02:00
2017-10-24 14:28:20 +08:00
2017-09-11 18:46:58 +08:00
2017-06-07 12:05:57 +02:00
2017-08-17 14:18:51 +05:30
2016-03-09 15:34:49 -08:00
2017-10-31 09:49:17 +08:00
2017-10-17 16:56:32 +08:00
2017-07-27 15:06:10 -07:00
2017-01-09 08:07:42 +01:00
2017-10-27 11:05:04 +08:00
2017-04-28 18:35:47 +08:00
2017-08-16 13:40:28 -07:00
2017-08-11 21:31:00 +05:30
2017-10-25 14:35:31 +08:00
2016-06-01 12:15:53 -07:00
2017-10-30 15:52:41 +08:00
2016-10-31 04:13:59 -06:00
2017-10-24 14:29:53 +08:00
2017-05-25 14:30:17 +02:00
2017-08-06 19:19:46 -07:00
2016-09-15 08:27:53 +02:00
2017-10-10 16:03:57 +08:00
2017-03-31 09:49:53 +02:00
2017-01-19 20:17:21 +01:00
2017-03-20 12:03:10 +08:00
2017-07-28 17:52:33 +08:00
2017-07-05 14:37:18 +02:00
2017-07-26 19:32:04 +08:00
2017-07-26 19:32:04 +08:00