index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
host1x
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpu: host1x: fix uninitialized variable use
Arnd Bergmann
2023-03-20
1
-3
/
+2
*
Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-02-24
1
-1
/
+1
|
\
|
*
iommu: Add a gfp parameter to iommu_map()
Jason Gunthorpe
2023-01-25
1
-1
/
+1
*
|
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-02-24
1
-1
/
+1
|
\
\
|
*
|
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
1
-1
/
+1
|
|
/
*
|
gpu: host1x: Use tegra_dev_iommu_get_stream_id()
Thierry Reding
2023-01-27
2
-13
/
+7
*
|
gpu: host1x: External timeout/cancellation for fences
Mikko Perttunen
2023-01-26
4
-15
/
+32
*
|
gpu: host1x: Rewrite syncpoint interrupt handling
Mikko Perttunen
2023-01-26
9
-480
/
+149
*
|
gpu: host1x: Implement job tracking using DMA fences
Mikko Perttunen
2023-01-26
4
-27
/
+49
*
|
gpu: host1x: Implement syncpoint wait using DMA fences
Mikko Perttunen
2023-01-26
1
-76
/
+20
*
|
gpu: host1x: Don't skip assigning syncpoints to channels
Mikko Perttunen
2023-01-26
1
-3
/
+0
*
|
gpu: host1x: Fix mask for syncpoint increment register
Mikko Perttunen
2023-01-26
3
-3
/
+3
|
/
*
gpu: host1x: Staticize host1x_syncpt_fence_ops
Thierry Reding
2022-11-25
1
-1
/
+1
*
gpu: host1x: Use DEFINE_SHOW_ATTRIBUTE to simplify debugfs code
Liu Shixin
2022-11-25
1
-25
/
+3
*
gpu: host1x: Add stream ID register data for NVDEC on Tegra234
Mikko Perttunen
2022-11-25
1
-0
/
+12
*
gpu: host1x: Select context device based on attached IOMMU
Mikko Perttunen
2022-11-25
1
-0
/
+4
*
gpu: host1x: Avoid trying to use GART on Tegra20
Robin Murphy
2022-11-18
1
-0
/
+4
*
gpu: host1x: Use the bitmap API to allocate bitmaps
Christophe JAILLET
2022-07-08
1
-6
/
+2
*
gpu: host1x: Generalize host1x_cdma_push_wide()
Mikko Perttunen
2022-07-08
1
-15
/
+9
*
gpu: host1x: Initialize syncval in channel_submit()
Mikko Perttunen
2022-07-08
1
-0
/
+1
*
gpu: host1x: Register context bus unconditionally
Robin Murphy
2022-07-08
1
-5
/
+0
*
gpu: host1x: Use RESTART_W to skip timed out jobs on Tegra186+
Mikko Perttunen
2022-07-08
1
-2
/
+17
*
gpu: host1x: Add MLOCK release code on Tegra234
Mikko Perttunen
2022-07-08
2
-0
/
+41
*
gpu: host1x: Rewrite job opcode sequence
Mikko Perttunen
2022-07-08
1
-59
/
+85
*
gpu: host1x: Tegra234 device data and headers
Mikko Perttunen
2022-07-08
10
-1
/
+354
*
gpu: host1x: Program interrupt destinations on Tegra234
Mikko Perttunen
2022-07-08
1
-0
/
+11
*
gpu: host1x: Allow reset to be missing
Mikko Perttunen
2022-07-08
1
-3
/
+0
*
gpu: host1x: Program virtualization tables
Mikko Perttunen
2022-07-08
2
-3
/
+26
*
gpu: host1x: Simplify register mapping and add common aperture
Mikko Perttunen
2022-07-08
2
-27
/
+22
*
gpu: host1x: Deduplicate hardware headers
Mikko Perttunen
2022-07-08
7
-703
/
+156
*
gpu: host1x: Program context stream ID on submission
Mikko Perttunen
2022-07-08
3
-4
/
+68
*
gpu: host1x: Add context device management code
Mikko Perttunen
2022-07-08
5
-1
/
+214
*
gpu: host1x: Add context bus
Mikko Perttunen
2022-06-01
3
-0
/
+37
*
gpu: host1x: Show all allocated syncpts via debugfs
Jon Hunter
2022-04-06
1
-4
/
+7
*
gpu: host1x: Do not use mapping cache for job submissions
Thierry Reding
2022-04-06
1
-2
/
+2
*
gpu: host1x: Fix a memory leak in 'host1x_remove()'
Christophe JAILLET
2022-03-01
1
-0
/
+1
*
gpu: host1x: Fix an error handling path in 'host1x_probe()'
Christophe JAILLET
2022-03-01
1
-2
/
+5
*
gpu: host1x: Always return syncpoint value when waiting
Mikko Perttunen
2022-02-16
1
-17
/
+2
*
gpu: host1x: Fix hang on Tegra186+
Dmitry Osipenko
2022-01-27
1
-8
/
+8
*
gpu: host1x: Add back arm_iommu_detach_device()
Dmitry Osipenko
2021-12-16
1
-0
/
+15
*
gpu: host1x: Add host1x_channel_stop()
Dmitry Osipenko
2021-12-16
1
-0
/
+8
*
gpu: host1x: Add initial runtime PM and OPP support
Dmitry Osipenko
2021-12-16
6
-56
/
+164
*
gpu: host1x: Add missing DMA API include
Robin Murphy
2021-12-16
1
-0
/
+1
*
gpu: host1x: select CONFIG_DMA_SHARED_BUFFER
Arnd Bergmann
2021-12-16
1
-0
/
+1
*
gpu: host1x: Drop excess kernel-doc entry @key
Randy Dunlap
2021-12-16
1
-1
/
+0
*
drm/tegra: Add NVDEC driver
Mikko Perttunen
2021-12-16
1
-0
/
+18
*
drm/tegra: Implement buffer object cache
Thierry Reding
2021-12-16
4
-2
/
+84
*
drm/tegra: Implement correct DMA-BUF semantics
Thierry Reding
2021-12-16
2
-108
/
+58
*
gpu: host1x: Plug potential memory leak
Thierry Reding
2021-09-16
1
-1
/
+3
*
gpu/host1x: fence: Make spinlock static
Dmitry Osipenko
2021-09-16
1
-1
/
+1
[next]