[PATCH 0/2] drm: rcar-du: Add interlaced feature support flag
From: Kieran Bingham
Date: Mon Aug 20 2018 - 12:01:04 EST
The R-Car DU on the D3 and E3 does not support interlaced pipelines,
thus we need to have a means to reject interlaced configurations on
those platoforms.
Provide a new feature flag, and add that flag to all existing devices
which currently support interlaced pipelines.
When D3 and E3 support is added, this feature flag shall be ommited.
Kieran Bingham (2):
drm: rcar-du: Refactor Feature and Quirk definitions
drm: rcar-du: Add interlaced feature flag
drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 14 +++++++++++
drivers/gpu/drm/rcar-du/rcar_du_drv.c | 32 +++++++++++++++++---------
drivers/gpu/drm/rcar-du/rcar_du_drv.h | 9 ++++----
3 files changed, 40 insertions(+), 15 deletions(-)
--
2.17.1