summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/imx-ldb.c
AgeCommit message (Expand)Author
2021-03-25drm/imx: imx-ldb: fix out of bounds array access warningArnd Bergmann
2021-03-25drm/imx: imx-ldb: Register LDB channel1 when it is the only channel to be usedLiu Ying
2021-01-04drm/imx: imx-ldb: use drm managed resourcesPhilipp Zabel
2021-01-04drm/imx: imx-ldb: move initialization into probePhilipp Zabel
2021-01-04drm/imx: imx-ldb: use local connector variablePhilipp Zabel
2020-10-27drm/imx: imx-ldb: reduce scope of edid_lenPhilipp Zabel
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches
2020-07-20drm/imx: imx-ldb: Disable both channels for split mode in enc->disable()Liu Ying
2020-07-20drm/imx: imx-ldb: remove useless enumMarco Felsch
2020-07-20drm/imx: drop useless best_encoder callbackMarco Felsch
2020-07-20drm/imx: fix use after freePhilipp Zabel
2020-04-02drm/imx: Use simple encoderThomas Zimmermann
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon
2019-08-10drm/imx: fix opencoded use of drm_panel_*Sam Ravnborg
2019-07-31drm/imx: imx-ldb: Provide ddc symlink in connector's sysfsAndrzej Pietrasiewicz
2019-07-17drm/imx: drop use of drmP.hSam Ravnborg
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-17drm/imx: imx-ldb: add missing of_node_putsJulia Lawall
2018-11-05drm/imx: Switch to SPDX identifierFabio Estevam
2018-07-27Merge tag 'imx-drm-next-2018-07-20' of git://git.pengutronix.de/git/pza/linux...Dave Airlie
2018-07-16drm/imx: imx-ldb: check if channel is enabled before printing warningLucas Stach
2018-07-16drm/imx: imx-ldb: disable LDB on driver bindLucas Stach
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter
2017-06-06drm/imx: imx-ldb: Accept drm_of_find_panel_or_bridge failureLeonard Crestez
2017-04-06drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring
2016-12-18drm: bridge: Detach bridge from encoder at encoder cleanup timeLaurent Pinchart
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart
2016-11-07drm/imx: imx-ldb: remove unnecessary double disable checkPhilipp Zabel
2016-08-29drm/imx: imx-ldb: detach bridge on unbindPhilipp Zabel
2016-08-29drm/imx: imx-ldb: detach panel on unbindLucas Stach
2016-08-29drm/imx: don't destroy mode objects manually on driver unbindLucas Stach
2016-08-11drm/imx-ldb: Add support to drm-bridgePeter Senna Tschudin
2016-08-08drm/imx: imx-ldb: use encoder atomic_mode_set callbackPhilipp Zabel
2016-08-08drm/imx: convey the pixelclk-active and de-active flags from DT to the ipu-di...Lothar Waßmann
2016-07-27drm/imx: imx-ldb: do not try to dereference crtc->state->state in encoder mod...Philipp Zabel
2016-07-12drm/imx: imx-ldb: check return code on panel attachLucas Stach
2016-07-12drm/imx: turn remaining container_of macros into inline functionsPhilipp Zabel
2016-07-12drm/imx: store internal bus configuration in crtc statePhilipp Zabel
2016-07-12drm/imx: atomic phase 3 step 2: Legacy callback fixupsLiu Ying
2016-07-12drm/imx: Remove encoders' ->prepare callbacksLiu Ying
2016-07-12drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroyLiu Ying
2016-05-30drm/imx: imx-ldb: honor 'native-mode' property when selecting video mode from DTLothar Waßmann
2016-05-30drm/imx: imx-ldb: use of_graph_get_endpoint_by_regs helperPhilipp Zabel