index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tegra
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/tegra: Correct DRM_FORMAT_MOD_NVIDIA_SECTOR_LAYOUT
Dmitry Osipenko
2021-05-31
1
-1
/
+1
*
drm/tegra: sor: Fix AUX device reference leak
Thierry Reding
2021-05-27
2
-14
/
+20
*
drm/tegra: Get ref for DP AUX channel, not its ddc adapter
Lyude Paul
2021-05-27
2
-4
/
+7
*
drm/tegra: Fix shift overflow in tegra_shared_plane_atomic_update
Nathan Chancellor
2021-05-17
1
-1
/
+1
*
drm/tegra: sor: Fully initialize SOR before registration
Thierry Reding
2021-05-17
1
-14
/
+13
*
drm/tegra: sor: Do not leak runtime PM reference
Pavel Machek (CIP)
2021-05-17
1
-4
/
+10
*
Merge tag 'drm/tegra/for-5.13-rc1' of ssh://git.freedesktop.org/git/tegra/lin...
Dave Airlie
2021-04-30
11
-28
/
+224
|
\
|
*
drm/tegra: Support sector layout on Tegra194
Thierry Reding
2021-03-31
7
-0
/
+78
|
*
drm/tegra: Count number of display controllers at runtime
Thierry Reding
2021-03-31
3
-2
/
+27
|
*
drm/tegra: gem: Add a clarifying comment
Thierry Reding
2021-03-31
1
-0
/
+8
|
*
drm/tegra: fb: Add diagnostics for framebuffer modifiers
Thierry Reding
2021-03-31
1
-0
/
+1
|
*
drm/tegra: dc: Implement hardware cursor on Tegra186 and later
Thierry Reding
2021-03-31
2
-8
/
+58
|
*
drm/tegra: dc: Parameterize maximum resolution
Thierry Reding
2021-03-31
3
-3
/
+17
|
*
drm/tegra: dc: Inherit DMA mask
Thierry Reding
2021-03-31
2
-0
/
+14
|
*
gpu: host1x: Reserve VBLANK syncpoints at initialization
Mikko Perttunen
2021-03-31
1
-0
/
+6
|
*
gpu: host1x: Cleanup and refcounting for syncpoints
Mikko Perttunen
2021-03-31
5
-15
/
+15
|
*
Merge branch 'drm/tegra/fixes' into drm/tegra/for-next
Thierry Reding
2021-03-30
2
-17
/
+20
|
|
\
*
|
\
Merge drm/drm-fixes into drm-next
Daniel Vetter
2021-04-13
2
-17
/
+20
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
drm/tegra: sor: Grab runtime PM reference across reset
Thierry Reding
2021-03-30
1
-0
/
+7
|
*
|
drm/tegra: dc: Restore coupling of display controllers
Thierry Reding
2021-03-30
1
-12
/
+8
|
*
|
drm/tegra: dc: Don't set PLL clock to 0Hz
Dmitry Osipenko
2021-03-30
1
-5
/
+5
*
|
|
drm/tegra: Don't register DP AUX channels before connectors
Lyude Paul
2021-04-08
1
-5
/
+6
|
|
/
|
/
|
*
|
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2021-03-16
4
-82
/
+103
|
\
\
|
|
/
|
/
|
|
*
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2021-02-25
2
-3
/
+6
|
*
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-25
2
-8
/
+14
|
*
drm: Rename plane->state variables in atomic update and disable
Maxime Ripard
2021-02-24
2
-15
/
+15
|
*
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
2021-02-24
2
-32
/
+35
|
*
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2021-02-24
2
-3
/
+9
|
*
drm: Rename plane atomic_check state names
Maxime Ripard
2021-02-24
2
-28
/
+28
|
*
drm/tegra: Annotate dma-fence critical section in commit path
Daniel Vetter
2021-02-23
1
-0
/
+3
|
*
drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
Thomas Zimmermann
2021-02-23
1
-2
/
+2
*
|
drm/tegra: Fix reference leak when pm_runtime_get_sync() fails
Qinglang Miao
2021-01-15
6
-6
/
+6
*
|
drm/tegra: gr2d: Add compatible for Tegra114
Dmitry Osipenko
2021-01-15
2
-0
/
+6
*
|
drm/tegra: gr2d: Correct swapped device-tree compatibles
Dmitry Osipenko
2021-01-15
1
-2
/
+2
*
|
drm/tegra: dc: Enable display controller driver for Tegra114
Dmitry Osipenko
2021-01-15
1
-0
/
+1
*
|
drm/tegra: vic: Add comments on STREAMID registers
Mikko Perttunen
2021-01-15
1
-0
/
+12
*
|
drm/tegra: falcon: Support newer VIC firmware
Mikko Perttunen
2021-01-15
2
-12
/
+18
|
/
*
Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-12-14
3
-24
/
+36
|
\
|
*
drm: Use state helper instead of CRTC state pointer
Maxime Ripard
2020-11-10
1
-3
/
+5
|
*
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-11-06
1
-3
/
+2
|
*
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2020-11-02
1
-5
/
+5
|
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2020-11-02
7
-84
/
+97
|
|
\
|
*
|
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
2020-10-09
1
-4
/
+4
|
*
|
dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces
Thomas Zimmermann
2020-09-29
1
-2
/
+3
|
*
|
dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
Thomas Zimmermann
2020-09-29
1
-6
/
+12
|
*
|
drm/tegra: Introduce GEM object functions
Thomas Zimmermann
2020-09-25
2
-4
/
+8
*
|
|
drm/tegra: sor: Disable clocks on error in tegra_sor_init()
Qinglang Miao
2020-11-26
1
-2
/
+8
*
|
|
drm/tegra: output: Do not put OF node twice
Thierry Reding
2020-11-13
1
-1
/
+0
*
|
|
drm/tegra: replace idr_init() by idr_init_base()
Deepak R Varma
2020-11-10
1
-1
/
+1
*
|
|
drm/tegra: sor: Ensure regulators are disabled on teardown
Marc Zyngier
2020-11-10
1
-35
/
+24
[next]