Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
fe52e597fdbfd1098d47bdf314a1974dac003227
/
drivers
/
gpu
/
host1x
3aadb88
Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
by Dave Airlie
· 7 years ago
25ae30d
gpu: host1x: Support sub-devices recursively
by Thierry Reding
· 7 years ago
7b2c63d
gpu: host1x: fix error return code in host1x_probe()
by Gustavo A. R. Silva
· 7 years ago
4ac45eb
gpu: host1x: Fix bitshift/mask multipliers
by Mikko Perttunen
· 7 years ago
18b3f5a
gpu: host1x: Don't fail on NULL bo physical address
by Mikko Perttunen
· 7 years ago
0c697fa
Backmerge tag 'v4.13-rc5' into drm-next
by Dave Airlie
· 7 years ago
acadb3d
gpu/host1x: Remove excess parameter in host1x_subdev_add docs
by Sean Paul
· 7 years ago
fea2099
gpu: host1x: Free the IOMMU domain when there is no device to attach
by Paul Kocialkowski
· 7 years ago
6d61e70
Backmerge tag 'v4.12-rc7' into drm-next
by Dave Airlie
· 7 years ago
b15cdca
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixes
by Sean Paul
· 8 years ago
4a525ba
Merge tag 'drm/tegra/for-4.13-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
by Dave Airlie
· 8 years ago
43240bb
gpu: host1x: At first try a non-blocking allocation for the gather copy
by Dmitry Osipenko
· 8 years ago
8474b02
gpu: host1x: Refactor channel allocation code
by Mikko Perttunen
· 8 years ago
03f0de770
gpu: host1x: Remove unused host1x_cdma_stop() definition
by Dmitry Osipenko
· 8 years ago
03ebcaa
gpu: host1x: Remove unused 'struct host1x_cmdbuf'
by Dmitry Osipenko
· 8 years ago
a47ac10
gpu: host1x: Check waits in the firewall
by Dmitry Osipenko
· 8 years ago
0f563a4
gpu: host1x: Forbid unrelated SETCLASS opcode in the firewall
by Dmitry Osipenko
· 8 years ago
ef81624
gpu: host1x: Forbid RESTART opcode in the firewall
by Dmitry Osipenko
· 8 years ago
571cbf7
gpu: host1x: Forbid relocation address shifting in the firewall
by Dmitry Osipenko
· 8 years ago
47f89c1
gpu: host1x: Do not leak BO's phys address to userspace
by Dmitry Osipenko
· 8 years ago
e5855aa
gpu: host1x: Correct host1x_job_pin() error handling
by Dmitry Osipenko
· 8 years ago
3833d16
gpu: host1x: Initialize firewall class to the job's one
by Dmitry Osipenko
· 8 years ago
d0fbbdf
drm/tegra: Correct copying of waitchecks and disable them in the 'submit' IOCTL
by Dmitry Osipenko
· 8 years ago
59e04bc
gpu: host1x: Fix error handling
by Christophe JAILLET
· 8 years ago
466749f
gpu: host1x: Flesh out kerneldoc
by Thierry Reding
· 8 years ago
52499a6
gpu: host1x: select IOMMU_IOVA
by Arnd Bergmann
· 8 years ago
b12f601
gpu: host1x: select IOMMU_IOVA
by Arnd Bergmann
· 8 years ago
b0d36da
gpu: host1x: Fix host1x driver shutdown
by Thierry Reding
· 8 years ago
b386c6b
gpu: host1x: Support module reset
by Thierry Reding
· 8 years ago
7e7d432
gpu: host1x: Sort includes alphabetically
by Thierry Reding
· 8 years ago
404bfb7
gpu: host1x: Add IOMMU support
by Mikko Perttunen
· 8 years ago
8cadb01
gpu: host1x: Fix potential out-of-bounds access
by Thierry Reding
· 8 years ago
7b1d418
gpu: host1x: Set OF node for new host1x devices
by Thierry Reding
· 8 years ago
d4b5781
gpu: host1x: Add locking to syncpt
by Arto Merilainen
· 8 years ago
f08ef2d
gpu: host1x: Store device address to all bufs
by Arto Merilainen
· 8 years ago
87904c3
drm/tegra: dsi: Enhance runtime power management
by Thierry Reding
· 8 years ago
4b92e29
gpu: host1x: Remove useless local variable
by Thierry Reding
· 8 years ago
9f2e57c
gpu: host1x: Constify array of action handlers
by Thierry Reding
· 8 years ago
813a9d4
gpu: host1x: Remove redundant parentheses
by Thierry Reding
· 8 years ago
0b8070d1
gpu: host1x: Whitespace cleanup for readability
by Thierry Reding
· 8 years ago
6df633d
gpu: host1x: Fix a couple of checkpatch warnings
by Thierry Reding
· 8 years ago
b47a049
gpu: host1x: syncpt: Use kcalloc() instead of kzalloc()
by Thierry Reding
· 8 years ago
ebb2475
gpu: host1x: cdma: Drop unnecessary local variable
by Thierry Reding
· 8 years ago
e18e33a
gpu: host1x: channel: Use correct type
by Thierry Reding
· 8 years ago
5c0d8d3
gpu: host1x: Use unsigned int consistently for IDs
by Thierry Reding
· 8 years ago
14c95fc
gpu: host1x: Consistently use unsigned int for counts
by Thierry Reding
· 8 years ago
57574bd
gpu: host1x: hw: intr_hw: Remove create_workqueue
by Bhaktipriya Shridhar
· 9 years ago
287980e
remove lots of IS_ERR_VALUE abuses
by Arnd Bergmann
· 9 years ago
266c73b
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
0e5dc9a
Merge tag 'drm/tegra/for-4.6-rc1' of http://anongit.freedesktop.org/git/tegra/linux into drm-next
by Dave Airlie
· 9 years ago
341917f
gpu: host1x: Use a signed return type for do_relocs()
by Markus Elfring
· 9 years ago
93ec302
gpu: host1x: bus: Add missing of_node_put()
by Amitoj Kaur Chawla
· 9 years ago
f6e4566
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
by Luis R. Rodriguez
· 9 years ago
c95469a
gpu: host1x: Set DMA ops on device creation
by Alexandre Courbot
· 9 years ago
097452e
gpu: host1x: Set DMA mask
by Alexandre Courbot
· 9 years ago
a134789
gpu: host1x: Add Tegra210 support
by Thierry Reding
· 10 years ago
e3e7081
gpu: host1x: Remove core driver on unregister
by Thierry Reding
· 9 years ago
28fae81
gpu: host1x: Use platform_register/unregister_drivers()
by Thierry Reding
· 9 years ago
3fe2c7d
gpu: host1x: Fix MLOCK's debug info
by Dmitry Osipenko
· 9 years ago
15372d4
gpu: host1x: mipi: Power down regulators when unused
by Thierry Reding
· 10 years ago
5e77524
gpu: host1x: mipi: Add Tegra210 support
by Thierry Reding
· 10 years ago
7fd3eca
gpu: host1x: mipi: Add Tegra132 support
by Thierry Reding
· 10 years ago
c22fb79
gpu: host1x: mipi: Constify OF match table
by Thierry Reding
· 10 years ago
2ed264b
gpu: host1x: mipi: Clear calibration status
by Thierry Reding
· 10 years ago
8ed5c06
gpu: host1x: mipi: Fix clock lane register for DSI
by Thierry Reding
· 10 years ago
83a3c22
gpu: host1x: mipi: Parameterize to support future SoCs
by Thierry Reding
· 10 years ago
b4a20144
gpu: host1x: Export host1x_syncpt_read()
by Thierry Reding
· 10 years ago
f4c5cf8
gpu: host1x: Provide a proper struct bus_type
by Thierry Reding
· 10 years ago
99d2cd8
gpu: host1x: Factor out __host1x_device_del()
by Thierry Reding
· 10 years ago
38d98de
gpu: host1x: Call host1x_device_add() under lock
by Thierry Reding
· 10 years ago
536e171
gpu: host1x: Call ->remove() only when a device is bound
by Thierry Reding
· 10 years ago
b298e98
gpu: host1x: mipi: Set MIPI_CAL_BIAS_PAD_CFG1 register
by Sean Paul
· 10 years ago
08a15cc
gpu: host1x: mipi: Calibrate clock lanes
by Sean Paul
· 10 years ago
26f7a92
gpu: host1x: mipi: Preserve the contents of MIPI_CAL_CTRL
by Sean Paul
· 10 years ago
57b17ae
gpu: host1x: mipi: Registers are 32 bits wide
by Thierry Reding
· 10 years ago
3880e95
gpu: host1x: Make gather offsets unsigned
by Thierry Reding
· 11 years ago
ba73fbc
gpu: host1x: Print address/offset pairs consistently
by Thierry Reding
· 11 years ago
7f27d60
gpu: host1x: Fix typo in comment
by Thierry Reding
· 11 years ago
0169b93
gpu: host1x: Make mapped field of push buffers void *
by Thierry Reding
· 11 years ago
b40d02b
gpu: host1x: Use struct host1x_bo pointers in traces
by Thierry Reding
· 11 years ago
961e3be
drm/tegra: Make job submission 64-bit safe
by Thierry Reding
· 11 years ago
0c7dfd3
gpu: host1x: Rename internal functions for clarity
by Thierry Reding
· 11 years ago
22bbd5d
gpu: host1x: handle the correct # of syncpt regs
by Stephen Warren
· 11 years ago
82c68b6
Merge tag 'drm/tegra/for-3.15-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
by Dave Airlie
· 11 years ago
64400c3
gpu: host1x: export host1x_syncpt_incr_max() function
by Bryan Wu
· 11 years ago
89e6e8c
gpu: host1x: do not check previously handled gathers
by Erik Faye-Lund
· 11 years ago
be2cd59
gpu: host1x: Remove unnecessary include
by Thierry Reding
· 11 years ago
e6fff4a
gpu: host1x: Add Tegra124 support
by Thierry Reding
· 11 years ago
8e0d788
gpu: host1x: Fix build warnings
by Thierry Reding
· 11 years ago
6f44c2b
gpu: host1x: Increase compile test coverage
by Thierry Reding
· 11 years ago
aef03d3
gpu: host1x: Fix more sparse warnings
by Thierry Reding
· 11 years ago
18b94f1
gpu: host1x: Use the correct HW headers for host1x02
by Thierry Reding
· 11 years ago
fae798a
gpu: host1x: Export public API
by Thierry Reding
· 11 years ago
4de6a2d
gpu: host1x: Add MIPI pad calibration support
by Thierry Reding
· 11 years ago
d24b289
gpu: host1x: Fix a few sparse warnings
by Thierry Reding
· 11 years ago
43dd555
gpu: host1x: Silence a few warnings with LPAE=y
by Olof Johansson
· 11 years ago
f5a954f
gpu: host1x: Add syncpoint base support
by Arto Merilainen
· 11 years ago
8736fe8
gpu: host1x: Add 'flags' field to syncpt request
by Arto Merilainen
· 11 years ago
9c78c4c
gpu: host1x: Disable clock on probe failure
by Wei Yongjun
· 11 years ago
5407f31
gpu: host1x: Add support for Tegra114
by Thierry Reding
· 11 years ago
Next »