summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/imx-ldb.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-10drm/imx: fix opencoded use of drm_panel_*Sam Ravnborg1-7/+4
2019-07-31drm/imx: imx-ldb: Provide ddc symlink in connector's sysfsAndrzej Pietrasiewicz1-3/+4
2019-07-17drm/imx: drop use of drmP.hSam Ravnborg1-10/+12
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie1-8/+17
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-17drm/imx: imx-ldb: add missing of_node_putsJulia Lawall1-8/+17
2018-11-05drm/imx: Switch to SPDX identifierFabio Estevam1-9/+1
2018-07-27Merge tag 'imx-drm-next-2018-07-20' of git://git.pengutronix.de/git/pza/linux...Dave Airlie1-3/+6
2018-07-16drm/imx: imx-ldb: check if channel is enabled before printing warningLucas Stach1-3/+3
2018-07-16drm/imx: imx-ldb: disable LDB on driver bindLucas Stach1-0/+3
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-2/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-1/+1
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-06-06drm/imx: imx-ldb: Accept drm_of_find_panel_or_bridge failureLeonard Crestez1-1/+1
2017-04-06drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring1-22/+5
2016-12-18drm: bridge: Detach bridge from encoder at encoder cleanup timeLaurent Pinchart1-2/+0
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart1-4/+2
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-11-07drm/imx: imx-ldb: remove unnecessary double disable checkPhilipp Zabel1-12/+0
2016-08-29drm/imx: imx-ldb: detach bridge on unbindPhilipp Zabel1-0/+2
2016-08-29drm/imx: imx-ldb: detach panel on unbindLucas Stach1-0/+3
2016-08-29drm/imx: don't destroy mode objects manually on driver unbindLucas Stach1-6/+0
2016-08-11drm/imx-ldb: Add support to drm-bridgePeter Senna Tschudin1-41/+79
2016-08-08drm/imx: imx-ldb: use encoder atomic_mode_set callbackPhilipp Zabel1-14/+10
2016-08-08drm/imx: convey the pixelclk-active and de-active flags from DT to the ipu-di...Lothar Waßmann1-1/+8
2016-07-27drm/imx: imx-ldb: do not try to dereference crtc->state->state in encoder mod...Philipp Zabel1-5/+2
2016-07-12drm/imx: imx-ldb: check return code on panel attachLucas Stach1-2/+6
2016-07-12drm/imx: turn remaining container_of macros into inline functionsPhilipp Zabel1-2/+5
2016-07-12drm/imx: store internal bus configuration in crtc statePhilipp Zabel1-36/+75
2016-07-12drm/imx: atomic phase 3 step 2: Legacy callback fixupsLiu Ying1-8/+8
2016-07-12drm/imx: Remove encoders' ->prepare callbacksLiu Ying1-58/+60
2016-07-12drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroyLiu Ying1-0/+4
2016-05-30drm/imx: imx-ldb: honor 'native-mode' property when selecting video mode from DTLothar Waßmann1-1/+2
2016-05-30drm/imx: imx-ldb: use of_graph_get_endpoint_by_regs helperPhilipp Zabel1-17/+18
2016-05-30drm/imx: imx-ldb: Add DDC supportSteve Longerbeam1-8/+34
2016-03-02Merge tag 'imx-drm-next-20160301' of git://git.pengutronix.de/git/pza/linux i...Dave Airlie1-2/+3
2016-03-01drm/imx: remove imx_drm_encoder_get_mux_idPhilipp Zabel1-2/+3
2016-02-16drm/imx: removed optional dummy encoder mode_fixup function.Carlos Palminha1-8/+0
2015-12-15drm/imx: Constify function pointer structsVille Syrjälä1-4/+4
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-03-31drm/imx: imx-ldb: allow to determine bus format from the connected panelPhilipp Zabel1-53/+63
2015-03-31drm/imx: imx-ldb: reset display clock input when disabling LVDSPhilipp Zabel1-0/+26
2015-03-31drm/imx: imx-ldb: add drm_panel supportPhilipp Zabel1-2/+46
2015-03-31drm/imx: consolidate bus format variable namesPhilipp Zabel1-5/+5
2015-03-31drm/imx: switch to use media bus formatsPhilipp Zabel1-3/+3
2015-02-23drm/imx: imx-ldb: enable DI clock in encoder_mode_setPhilipp Zabel1-15/+13
2015-01-07imx-drm: encoder prepare/mode_set must use adjusted modeSteve Longerbeam1-3/+3
2015-01-06drm/imx: imx-ldb: fix channel->edid memleakPeter Seiderer1-0/+2
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+0
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+615