index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
host1x
/
syncpt.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-09
drm/nouveau/flcn: show falcon user in debug output
Ben Skeggs
3
-16
/
+22
2022-11-09
drm/nouveau/nvkm: add locking to subdev/engine init paths
Ben Skeggs
4
-69
/
+142
2022-11-09
drm/nouveau/mc/ga100: switch to using NV_PMC_DEVICE_ENABLE
Ben Skeggs
1
-3
/
+44
2022-11-09
drm/nouveau/mc: move NV_PMC_ENABLE bashing to chipset-specific code
Ben Skeggs
16
-11
/
+56
2022-11-09
drm/nouveau/mc: implement intr handling on top of nvkm_intr
Ben Skeggs
21
-577
/
+285
2022-11-09
drm/nouveau/fault/ga100: initial support
Ben Skeggs
1
-0
/
+6
2022-11-09
drm/nouveau/fault/tu102: switch to explicit intr handlers
Ben Skeggs
4
-72
/
+52
2022-11-09
drm/nouveau/vfn/tu102-: support new-style interrupt tree
Ben Skeggs
6
-15
/
+99
2022-11-09
drm/nouveau/vfn: move NV_USERMODE class from host
Ben Skeggs
17
-92
/
+67
2022-11-09
drm/nouveau/vfn: add stub subdev for dev_func
Ben Skeggs
11
-0
/
+197
2022-11-09
drm/nouveau/intr: add nvkm_subdev_intr() compatibility
Ben Skeggs
4
-0
/
+65
2022-11-09
drm/nouveau/intr: support multiple trees, and explicit interfaces
Ben Skeggs
3
-2
/
+344
2022-11-09
drm/nouveau/intr: add shared interrupt plumbing between pci/tegra
Ben Skeggs
10
-75
/
+161
2022-11-09
drm/nouveau/top: parse device topology right after devinit
Ben Skeggs
6
-10
/
+18
2022-11-09
drm/nouveau/nvkm: give each nvkm_event its own lockdep class
Ben Skeggs
2
-6
/
+19
2022-11-09
drm/nouveau/kms: switch to drm fbdev helpers
Ben Skeggs
12
-1581
/
+15
2022-11-09
drm/nouveau/nvkm: rip out old notify
Ben Skeggs
25
-805
/
+33
2022-11-09
drm/nouveau/fifo: expose channel killed in host channel event class
Ben Skeggs
15
-66
/
+30
2022-11-09
drm/nouveau/fifo: expose non-stall intr in host channel event class
Ben Skeggs
14
-70
/
+64
2022-11-09
drm/nouveau/disp: expose page flip event class
Ben Skeggs
7
-51
/
+42
2022-11-09
drm/nouveau/disp: expose conn event class
Ben Skeggs
21
-269
/
+187
2022-11-09
drm/nouveau/disp: expose head event class
Ben Skeggs
11
-71
/
+62
2022-11-09
drm/nouveau/disp: switch vblank semaphore release to nvkm_event_ntfy
Ben Skeggs
6
-35
/
+19
2022-11-09
drm/nouveau/fault: expose replayable fault buffer event class
Ben Skeggs
4
-48
/
+53
2022-11-09
drm/nouveau/fault: switch non-replayable faults to nvkm_event_ntfy
Ben Skeggs
6
-24
/
+44
2022-11-09
drm/nouveau/nvkm: add a replacement for nvkm_notify
Ben Skeggs
21
-29
/
+547
2022-11-09
drm/nouveau/disp: move head scanoutpos method
Ben Skeggs
13
-269
/
+71
2022-11-09
drm/nouveau/disp: add head class
Ben Skeggs
16
-3
/
+175
2022-11-09
drm/nouveau/disp: move DP MST payload config method
Ben Skeggs
7
-79
/
+57
2022-11-09
drm/nouveau/disp: add method to trigger DP link retrain
Ben Skeggs
8
-62
/
+124
2022-11-09
drm/nouveau/kms: pass event mask to hpd handler
Ben Skeggs
4
-17
/
+29
2022-11-09
drm/nouveau/kms: switch hpd_lock from mutex to spinlock
Ben Skeggs
3
-10
/
+10
2022-11-08
drm/nouveau/disp: add method to control DPAUX pad power
Ben Skeggs
8
-51
/
+93
2022-11-08
drm/nouveau/disp: move DP link config into acquire
Ben Skeggs
9
-60
/
+65
2022-11-08
drm/nouveau/disp: move HDA ELD method
Ben Skeggs
7
-71
/
+81
2022-11-08
drm/nouveau/disp: move HDMI config into acquire + infoframe methods
Ben Skeggs
21
-378
/
+503
2022-11-07
drm/nouveau/disp: move LVDS protocol information into acquire
Ben Skeggs
10
-61
/
+50
2022-11-07
drm/nouveau/disp: move and extend the role of outp acquire/release methods
Ben Skeggs
9
-100
/
+213
2022-11-03
drm/i915/hwmon: Fix a build error used with clang compiler
Gwan-gyeong Mun
1
-9
/
+3
2022-11-02
drm/i915: Do not set cache_dirty for DGFX
Niranjana Vishwanathapura
1
-2
/
+2
2022-11-02
drm/tests: Add back seed value information
Arthur Grillo
2
-4
/
+10
2022-11-02
drm/client: Prevent NULL dereference in drm_client_buffer_delete()
Dmitry Osipenko
1
-3
/
+3
2022-11-02
dma-buf: Make locking consistent in dma_buf_detach()
Dmitry Osipenko
1
-2
/
+2
2022-11-02
drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATED
Gaosheng Cui
1
-1
/
+1
2022-11-02
drm/i915/selftests: Run the perf MI_BB tests on gen4/5
Ville Syrjälä
1
-3
/
+13
2022-11-02
drm/i915/selftests: Test RING_TIMESTAMP on gen4/5
Ville Syrjälä
1
-21
/
+15
2022-11-02
drm/i915/selftests: Run MI_BB perf selftests on SNB
Ville Syrjälä
1
-2
/
+8
2022-11-02
drm/i915: Fix cs timestamp frequency for cl/bw
Ville Syrjälä
1
-1
/
+3
2022-11-02
drm/i915: Stop claiming cs timestamp frquency on gen2/3
Ville Syrjälä
1
-2
/
+4
2022-11-02
drm/i915: Fix cs timestamp frequency for ctg/elk/ilk
Ville Syrjälä
1
-2
/
+26
[next]