mbox series

[0/2] drm: rcar-du: Add interlaced feature support flag

Message ID 20180820160044.15783-1-kieran.bingham+renesas@ideasonboard.com (mailing list archive)
Headers show
Series drm: rcar-du: Add interlaced feature support flag | expand

Message

Kieran Bingham Aug. 20, 2018, 4 p.m. UTC
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(-)