summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_encoder.c
Commit message (Expand)AuthorAgeFilesLines
* drm: rcar-du: Fix DSI enable & disable sequenceTomi Valkeinen2022-09-071-0/+4
* drm: rcar-du: Drop unused encoder header filesBiju Das2022-09-071-5/+0
* Merge tag 'du-next-20220707' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2022-07-221-1/+1
|\
| * drm: rcar-du: Drop file name from comment header blocksLaurent Pinchart2022-07-071-1/+1
* | drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
|/
* drm: rcar-du: Improve kernel log messages when initializing encodersLaurent Pinchart2021-10-071-5/+7
* drm: rcar-du: Don't create encoder for unconnected LVDS outputsLaurent Pinchart2021-10-071-4/+12
* drm: rcar-du: Use drm_bridge_connector_init() helperLaurent Pinchart2021-07-281-5/+21
* drm: rcar-du: Use drmm_encoder_alloc() to manage encoderKieran Bingham2021-03-161-25/+6
* drm: rcar-du: Drop local encoder variableLaurent Pinchart2021-01-051-4/+2
* drm: rcar-du: Skip encoder allocation for LVDS1 in dual-link modeLaurent Pinchart2021-01-051-34/+25
* drm: rcar-du: Embed drm_device in rcar_du_deviceLaurent Pinchart2021-01-051-2/+2
* drm: rcar-du: Use DRM-managed allocation for encodersLaurent Pinchart2021-01-051-18/+29
* drm: rcar-du: Drop unneeded encoder cleanup in error pathLaurent Pinchart2021-01-051-4/+1
* drm: rcar-du: Fix crash when using LVDS1 clock for CRTCLaurent Pinchart2021-01-051-1/+4
* drm/rcar-du: Use simple encoderThomas Zimmermann2020-04-021-11/+3
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-261-1/+1
* drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart2019-09-081-2/+2
* drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon2019-08-281-0/+1
* drm: rcar-du: Skip LVDS1 output on Gen3 when using dual-link LVDS modeLaurent Pinchart2019-06-081-0/+12
* drm: rcar-du: Support panels connected directly to the DPAD outputsLaurent Pinchart2019-03-281-6/+48
* drm: rcar-du: Turn LVDS clock output on/off for DPAD0 output on D3/E3Laurent Pinchart2019-02-081-0/+1
* drm: rcar-du: Simplify encoder registrationLaurent Pinchart2019-02-081-2/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm: rcar-du: Remove inclusion of drmP.hLaurent Pinchart2019-01-141-1/+0
* drm: rcar-du: Move CRTC outputs bitmask to private CRTC stateLaurent Pinchart2019-01-141-10/+0
* drm: rcar-du: Convert to SPDX identifiersKuninori Morimoto2018-09-141-5/+1
* drm: rcar-du: Convert LVDS encoder code to bridge driverLaurent Pinchart2018-03-071-160/+15
* drm: Convert to using %pOF instead of full_nameRob Herring2017-07-261-2/+2
* drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart2017-04-041-21/+9
* drm: rcar-du: Replace manual bridge implementation with DRM bridgeLaurent Pinchart2017-04-041-45/+59
* drm: rcar-du: Add support for LVDS mode selectionLaurent Pinchart2017-04-041-0/+27
* drm: rcar-du: Use the DRM panel APILaurent Pinchart2017-04-041-0/+22
* drm: rcar-du: Switch to encoder .atomic_mode_set() helper functionLaurent Pinchart2017-04-041-4/+4
* drm: rcar-du: Remove i2c slave encoder interface for hdmi encoderArchit Taneja2016-07-181-2/+1
* drm: rcar-du: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-101-12/+0
* drm: rcar-du: lvds: Avoid duplication of clock clamp codeLaurent Pinchart2016-02-231-5/+1
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* drm: rcar-du: Replace encoder mode_fixup with atomic_checkLaurent Pinchart2015-03-031-23/+12
* drm: rcar-du: Switch connector DPMS to atomic helpersLaurent Pinchart2015-03-031-9/+0
* drm: rcar-du: Switch mode config to atomic helpersLaurent Pinchart2015-03-031-12/+0
* drm: rcar-du: Rework encoder enable/disable for atomic updatesLaurent Pinchart2015-03-031-11/+22
* drm: rcar-du: Replace LVDS encoder DPMS by enable/disableLaurent Pinchart2015-03-031-8/+4
* drm: rcar-du: Clamp DPMS states to on and offLaurent Pinchart2014-12-231-0/+3
* drm: rcar-du: Remove LVDS and HDMI encoders chaining restrictionLaurent Pinchart2014-12-231-7/+0
* drm: rcar-du: Don't fail probe in case of partial encoder init errorLaurent Pinchart2014-12-231-7/+21
* drm: rcar-du: Add HDMI encoder and connector supportLaurent Pinchart2014-11-261-5/+25
* drm: rcar-du: Replace direct DRM encoder access with cast macroLaurent Pinchart2014-11-261-3/+5
* drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()Laurent Pinchart2014-11-261-2/+3
* drm: rcar-du: Remove platform data supportLaurent Pinchart2014-11-261-6/+2