summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/dsi.c
AgeCommit message (Expand)Author
2023-12-14drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...Christophe JAILLET
2023-12-14drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()Christophe JAILLET
2023-12-14drm/tegra: dsi: Add missing check for of_find_device_by_nodeChen Ni
2023-09-01drm/debugfs: rework drm_debugfs_create_files implementation v2Christian König
2023-04-04drm/tegra: dsi: Clear enable register if powered by bootloaderDiogo Ivo
2023-04-04drm/tegra: dsi: Make use of the helper function dev_err_probe()Cai Huoqing
2023-04-04drm/tegra: dsi: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-04gpu: host1x: Make host1x_client_unregister() return voidUwe Kleine-König
2022-02-25drm/tegra: Fix reference leak in tegra_dsi_ganged_probeMiaoqian Lin
2021-01-15drm/tegra: Fix reference leak when pm_runtime_get_sync() failsQinglang Miao
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-08-28media: gpu: host1x: mipi: Keep MIPI clock enabled and mutex locked till calib...Sowjanya Komatineni
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-17gpu: host1x: mipi: Split tegra_mipi_calibrate() and tegra_mipi_wait()Sowjanya Komatineni
2020-07-17gpu: host1x: mipi: Update tegra_mipi_request() to be node basedSowjanya Komatineni
2020-04-02drm/tegra: Use simple encoderThomas Zimmermann
2020-03-18drm/tegra: remove checks for debugfs functions return valueWambui Karuga
2020-01-10drm/tegra: Do not implement runtime PMThierry Reding
2020-01-10gpu: host1x: Rename "parent" to "host"Thierry Reding
2019-08-14drm/tegra: drop use of drmP.hSam Ravnborg
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-07-10drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon
2018-03-19drm/tegra: dsi: Don't disable regulator on ->exit()Thierry Reding
2017-12-13drm/tegra: dsi: Register debugfs in ->late_register()Thierry Reding
2017-12-13drm/tegra: dsi: Move register definitions into a tableThierry Reding
2017-08-21Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie
2017-08-17drm/tegra: dsi: Trace register accessesThierry Reding
2017-08-17drm/tegra: dsi: Use unsigned int for register offsetsThierry Reding
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter
2016-08-24drm/tegra: dsi: Enhance runtime power managementThierry Reding
2016-07-16Merge tag 'drm/tegra/for-4.8-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie
2016-07-14drm/tegra: dsi: Prepare for generic PM domain supportJon Hunter
2016-07-04drm/tegra: dsi: Implement runtime PMThierry Reding
2016-06-10drm: tegra: Rely on the default ->best_encoder() behaviorBoris Brezillon
2016-05-18drm/tegra: Fix crash caused by reference count imbalanceJon Hunter
2016-01-05drm/tegra: Use __drm_atomic_helper_reset_connector for subclassing connector ...Maarten Lankhorst
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-08-13drm/tegra: dsi: Restore DPMSThierry Reding
2015-08-13drm/tegra: dsi: Add Tegra210 supportThierry Reding
2015-08-13drm/tegra: dsi: Add Tegra132 supportThierry Reding
2015-08-13drm/tegra: dsi: Add Tegra124 supportThierry Reding
2015-08-13drm/tegra: dsi: Use proper back-porch for non-sync video modeThierry Reding
2015-01-27drm/tegra: dc: Unify enabling the display controllerThierry Reding
2015-01-27drm/tegra: Remove unused ->mode_fixup() callbacksThierry Reding
2015-01-27drm/tegra: dsi: Implement ->atomic_check()Thierry Reding
2015-01-27drm/tegra: Atomic conversion, phase 2Thierry Reding
2015-01-27drm/tegra: Atomic conversion, phase 1Thierry Reding
2015-01-27drm/tegra: Output cleanup functions cannot failThierry Reding