index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tegra
/
dsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-19
gpu: host1x: convert MIPI to use operation function pointers
Svyatoslav Ryhel
1
-0
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-14
drm/tegra: dsi: fix device leak on probe
Johan Hovold
1
-4
/
+2
2025-12-04
Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-27
/
+29
2025-11-14
drm/tegra: dsi: Calculate packet parameters for video mode
Svyatoslav Ryhel
1
-3
/
+10
2025-11-14
drm/tegra: dsi: Make SOL delay calculation mode independent
Svyatoslav Ryhel
1
-24
/
+18
2025-11-14
Revert "drm/tegra: dsi: Clear enable register if powered by bootloader"
Diogo Ivo
1
-9
/
+0
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
1
-0
/
+1
2025-03-06
drm/tegra: move to devm_platform_ioremap_resource() usage
Anusha Srivatsa
1
-3
/
+1
2025-01-07
drm/connector: make mode_valid take a const struct drm_display_mode
Dmitry Baryshkov
1
-1
/
+1
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2023-12-14
drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...
Christophe JAILLET
1
-0
/
+1
2023-12-14
drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()
Christophe JAILLET
1
-19
/
+35
2023-12-14
drm/tegra: dsi: Add missing check for of_find_device_by_node
Chen Ni
1
-1
/
+3
2023-09-01
drm/debugfs: rework drm_debugfs_create_files implementation v2
Christian König
1
-0
/
+1
2023-04-04
drm/tegra: dsi: Clear enable register if powered by bootloader
Diogo Ivo
1
-0
/
+9
2023-04-04
drm/tegra: dsi: Make use of the helper function dev_err_probe()
Cai Huoqing
1
-16
/
+12
2023-04-04
drm/tegra: dsi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-04
gpu: host1x: Make host1x_client_unregister() return void
Uwe Kleine-König
1
-7
/
+1
2022-02-25
drm/tegra: Fix reference leak in tegra_dsi_ganged_probe
Miaoqian Lin
1
-1
/
+3
2021-01-15
drm/tegra: Fix reference leak when pm_runtime_get_sync() fails
Qinglang Miao
1
-1
/
+1
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-3
/
+1
2020-08-28
media: gpu: host1x: mipi: Keep MIPI clock enabled and mutex locked till calib...
Sowjanya Komatineni
1
-2
/
+2
2020-08-12
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-2
/
+7
2020-08-08
drm: Remove unnecessary drm_panel_attach and drm_panel_detach
Joe Perches
1
-3
/
+1
2020-07-17
gpu: host1x: mipi: Split tegra_mipi_calibrate() and tegra_mipi_wait()
Sowjanya Komatineni
1
-1
/
+6
2020-07-17
gpu: host1x: mipi: Update tegra_mipi_request() to be node based
Sowjanya Komatineni
1
-1
/
+1
2020-04-02
drm/tegra: Use simple encoder
Thomas Zimmermann
1
-7
/
+3
2020-03-18
drm/tegra: remove checks for debugfs functions return value
Wambui Karuga
1
-10
/
+1
2020-01-10
drm/tegra: Do not implement runtime PM
Thierry Reding
1
-78
/
+97
2020-01-10
gpu: host1x: Rename "parent" to "host"
Thierry Reding
1
-1
/
+1
2019-08-14
drm/tegra: drop use of drmP.h
Sam Ravnborg
1
-3
/
+5
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-07-13
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
1
-1
/
+1
2018-07-10
drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULL
Boris Brezillon
1
-0
/
+3
2018-03-19
drm/tegra: dsi: Don't disable regulator on ->exit()
Thierry Reding
1
-1
/
+0
2017-12-13
drm/tegra: dsi: Register debugfs in ->late_register()
Thierry Reding
1
-40
/
+18
2017-12-13
drm/tegra: dsi: Move register definitions into a table
Thierry Reding
1
-87
/
+83
2017-08-21
Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/lin...
Dave Airlie
1
-4
/
+10
2017-08-17
drm/tegra: dsi: Trace register accesses
Thierry Reding
1
-1
/
+7
2017-08-17
drm/tegra: dsi: Use unsigned int for register offsets
Thierry Reding
1
-4
/
+4
2017-08-08
drm: Nuke drm_atomic_helper_connector_dpms
Daniel Vetter
1
-1
/
+0
2016-08-24
drm/tegra: dsi: Enhance runtime power management
Thierry Reding
1
-7
/
+36
2016-07-16
Merge tag 'drm/tegra/for-4.8-rc1' of git://anongit.freedesktop.org/tegra/linu...
Dave Airlie
1
-106
/
+141
2016-07-14
drm/tegra: dsi: Prepare for generic PM domain support
Jon Hunter
1
-11
/
+17
2016-07-04
drm/tegra: dsi: Implement runtime PM
Thierry Reding
1
-103
/
+132
2016-06-10
drm: tegra: Rely on the default ->best_encoder() behavior
Boris Brezillon
1
-1
/
+0
2016-05-18
drm/tegra: Fix crash caused by reference count imbalance
Jon Hunter
1
-4
/
+11
2016-01-05
drm/tegra: Use __drm_atomic_helper_reset_connector for subclassing connector ...
Maarten Lankhorst
1
-7
/
+6
[next]