aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_encoder.c
AgeCommit message (Expand)Author
2023-05-29drm: Place Renesas drivers in a separate dirBiju Das
2023-03-25drm: rcar-du: Fix a NULL vs IS_ERR() bugDan Carpenter
2022-09-07drm: rcar-du: Fix DSI enable & disable sequenceTomi Valkeinen
2022-09-07drm: rcar-du: Drop unused encoder header filesBiju Das
2022-07-22Merge tag 'du-next-20220707' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie
2022-07-07drm: rcar-du: Drop file name from comment header blocksLaurent Pinchart
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä
2021-10-07drm: rcar-du: Improve kernel log messages when initializing encodersLaurent Pinchart
2021-10-07drm: rcar-du: Don't create encoder for unconnected LVDS outputsLaurent Pinchart
2021-07-28drm: rcar-du: Use drm_bridge_connector_init() helperLaurent Pinchart
2021-03-16drm: rcar-du: Use drmm_encoder_alloc() to manage encoderKieran Bingham
2021-01-05drm: rcar-du: Drop local encoder variableLaurent Pinchart
2021-01-05drm: rcar-du: Skip encoder allocation for LVDS1 in dual-link modeLaurent Pinchart
2021-01-05drm: rcar-du: Embed drm_device in rcar_du_deviceLaurent Pinchart
2021-01-05drm: rcar-du: Use DRM-managed allocation for encodersLaurent Pinchart
2021-01-05drm: rcar-du: Drop unneeded encoder cleanup in error pathLaurent Pinchart
2021-01-05drm: rcar-du: Fix crash when using LVDS1 clock for CRTCLaurent Pinchart
2020-04-02drm/rcar-du: Use simple encoderThomas Zimmermann
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon
2019-06-08drm: rcar-du: Skip LVDS1 output on Gen3 when using dual-link LVDS modeLaurent Pinchart
2019-03-28drm: rcar-du: Support panels connected directly to the DPAD outputsLaurent Pinchart
2019-02-08drm: rcar-du: Turn LVDS clock output on/off for DPAD0 output on D3/E3Laurent Pinchart
2019-02-08drm: rcar-du: Simplify encoder registrationLaurent Pinchart
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-14drm: rcar-du: Remove inclusion of drmP.hLaurent Pinchart
2019-01-14drm: rcar-du: Move CRTC outputs bitmask to private CRTC stateLaurent Pinchart
2018-09-14drm: rcar-du: Convert to SPDX identifiersKuninori Morimoto
2018-03-07drm: rcar-du: Convert LVDS encoder code to bridge driverLaurent Pinchart
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring
2017-04-04drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart
2017-04-04drm: rcar-du: Replace manual bridge implementation with DRM bridgeLaurent Pinchart
2017-04-04drm: rcar-du: Add support for LVDS mode selectionLaurent Pinchart
2017-04-04drm: rcar-du: Use the DRM panel APILaurent Pinchart
2017-04-04drm: rcar-du: Switch to encoder .atomic_mode_set() helper functionLaurent Pinchart
2016-07-18drm: rcar-du: Remove i2c slave encoder interface for hdmi encoderArchit Taneja
2016-06-10drm: rcar-du: Rely on the default ->best_encoder() behaviorBoris Brezillon
2016-02-23drm: rcar-du: lvds: Avoid duplication of clock clamp codeLaurent Pinchart
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-03-03drm: rcar-du: Replace encoder mode_fixup with atomic_checkLaurent Pinchart
2015-03-03drm: rcar-du: Switch connector DPMS to atomic helpersLaurent Pinchart
2015-03-03drm: rcar-du: Switch mode config to atomic helpersLaurent Pinchart
2015-03-03drm: rcar-du: Rework encoder enable/disable for atomic updatesLaurent Pinchart
2015-03-03drm: rcar-du: Replace LVDS encoder DPMS by enable/disableLaurent Pinchart
2014-12-23drm: rcar-du: Clamp DPMS states to on and offLaurent Pinchart
2014-12-23drm: rcar-du: Remove LVDS and HDMI encoders chaining restrictionLaurent Pinchart
2014-12-23drm: rcar-du: Don't fail probe in case of partial encoder init errorLaurent Pinchart
2014-11-26drm: rcar-du: Add HDMI encoder and connector supportLaurent Pinchart
2014-11-26drm: rcar-du: Replace direct DRM encoder access with cast macroLaurent Pinchart