drm/i915/skl+: Add YUV pixel format in Capability list
authorKumar, Mahesh <mahesh1.kumar@intel.com>
Thu, 3 Sep 2015 10:47:09 +0000 (16:17 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 4 Sep 2015 07:38:38 +0000 (09:38 +0200)
commitea916ea057299f66e774c9131e269df070a84779
treed74435ce7aca727e6c7dbe4b31db4099afcd38ba
parent395ab7541a0e141ffbde127b534e44f28d39a050
drm/i915/skl+: Add YUV pixel format in Capability list

GEN >= 9 supports YUV format for all planes, but it's not exported in
Capability list of primary plane. Add YUV formats in skl_primary_formats
list.

Testcase: igt/kms_universal_plane.c

Signed-off-by: Kumar, Mahesh <mahesh1.kumar@intel.com>
Cc: Konduru, Chandra <chandra.konduru@intel.com>
Reviewed-by: Sonika Jindal <sonika.jindal@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c