History log of /drivers/gpu/drm/rcar-du/rcar_du_vgacon.c
Revision Date Author Comments
36d50464e05f498fa4024270e091b306af5de898 06-Feb-2014 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm/rcar-du: Update copyright notice

The "Renesas Corporation" listed in the copyright notice doesn't exist.
Replace it with "Renesas Electronics Corporation" and update the
copyright years.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
34ea3d386347cd6de4c2fa2491dd85c9e753e7e4 29-May-2014 Thomas Wood <thomas.wood@intel.com> drm: add register and unregister functions for connectors

Introduce generic functions to register and unregister connectors. This
provides a common place to add and remove associated user space
interfaces.

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
f9b0e251dfbf2c4da642ec9210db29a7ac63b81a 02-Apr-2014 Andrzej Hajda <a.hajda@samsung.com> drm: make mode_valid callback optional

Many drm connectors do not need mode validation.
The patch makes this callback optional and removes dumb implementations.

v2: Rebase:
- imx move to a shared (but still dummy) ->mode_valid implementation.
- probe helpers have been extracted to drm_probe_helper.c

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> (v1)
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
3864c6f446f3c2ebbeca1d45e28452682706c1aa 14-Mar-2013 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm/rcar-du: Add FBDEV emulation support

Use the FB CMA helpers to implement FBDEV emulation support. The VGA
connector status must be reported as connector_status_connected instead
of connector_status_unknown to be usable by the emulation layer.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
6978f123776594b251d26dac9bcdf3ce8e9781c8 15-Jun-2013 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm/rcar-du: Merge LVDS and VGA encoder code

Create a single rcar_du_encoder structure that implements a KMS encoder.
The current implementation is straightforward and only configures CRTC
output routing.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
9e8be27233c1e98b06edeb801640b1f96b09e466 15-Jun-2013 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm/rcar-du: Split VGA encoder and connector

This prepares for the encoders rework.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>