index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
pl111
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-27
drm/nouveau/disp: split sor hda funcs out to their own struct
Ben Skeggs
12
-63
/
+44
2022-07-27
drm/nouveau/disp: split sor dp funcs out to their own struct
Ben Skeggs
16
-154
/
+157
2022-07-27
drm/nouveau/disp: replace hda func pointer check with flag
Ben Skeggs
17
-168
/
+31
2022-07-27
drm/nouveau/disp: merge nv50_disp_new_() and nvkm_disp_new()
Ben Skeggs
19
-90
/
+45
2022-07-27
drm/nouveau/disp: group supervisor-related struct members
Ben Skeggs
4
-32
/
+34
2022-07-27
drm/nouveau/disp: merge head/outp/ior code into chipset files
Ben Skeggs
92
-6822
/
+5151
2022-07-27
drm/nouveau/disp: add common class handling between <nv50 and >=nv50
Ben Skeggs
48
-1072
/
+396
2022-07-27
drm/nouveau/disp: collapse nv50_disp into nvkm_disp
Ben Skeggs
65
-562
/
+472
2022-07-27
drm/nouveau/disp: collapse nv50_disp_func into nvkm_disp_func
Ben Skeggs
21
-127
/
+192
2022-07-27
drm/nouveau/disp: clean up nvkm_outp constructors
Ben Skeggs
3
-32
/
+19
2022-07-27
drm/nouveau/disp: collapse nvkm_dp into nvkm_outp
Ben Skeggs
4
-262
/
+240
2022-07-13
drm/nouveau/kms/nv50-: remove unused functions
Ben Skeggs
3
-30
/
+0
2022-07-13
drm/nouveau/flcn: remove unused functions
Ben Skeggs
3
-45
/
+0
2022-07-13
drm/nouveau: remove double WFI when destroying channels
Ben Skeggs
1
-4
/
+2
2022-07-13
drm/nouveau/ce/gv100-: move method buffer to ce ctx
Ben Skeggs
8
-29
/
+85
2022-07-13
drm/nouveau/fifo: remove rd32/wr32 accessors from channels
Ben Skeggs
3
-37
/
+3
2022-07-13
drm/nouveau/fifo: rip out cevent, never used
Ben Skeggs
4
-33
/
+0
2022-07-13
drm/nouveau/device: remove pwrsrc notify in favour of a direct call to clk
Ben Skeggs
7
-48
/
+11
2022-07-13
drm/nouveau/nvkm: remove unused header
Ben Skeggs
2
-67
/
+0
2022-07-13
drm/nouveau/nvkm: zero out engine pointer for subdev-provided classes
Ben Skeggs
1
-0
/
+1
2022-07-13
drm/nouveau/nvkm: use list_add_tail() when building object tree
Ben Skeggs
1
-1
/
+1
2022-07-13
drm/nouveau/nvkm: rip out event uapi
Ben Skeggs
3
-261
/
+2
2022-07-13
drm/nouveau/nvif: add wrapper for open-coded nvif_object_constructed()
Ben Skeggs
2
-1
/
+7
2022-07-10
Linux 5.19-rc6
v5.19-rc6
Linus Torvalds
1
-1
/
+1
2022-07-10
ida: don't use BUG_ON() for debugging
Linus Torvalds
1
-1
/
+2
2022-07-10
kbuild: remove unused cmd_none in scripts/Makefile.modinst
Masahiro Yamada
1
-3
/
+0
2022-07-10
x86/boot: Fix the setup data types max limit
Borislav Petkov
1
-1
/
+1
2022-07-09
drm/aperture: Run fbdev removal before internal helpers
Thomas Zimmermann
1
-11
/
+15
2022-07-09
ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()
Sven Schnelle
1
-1
/
+1
2022-07-09
io_uring: check that we have a file table when allocating update slots
Jens Axboe
1
-0
/
+3
2022-07-08
drm/tegra: vic: Use devm_platform_ioremap_resource()
Lv Ruyi
1
-8
/
+1
2022-07-08
gpu: host1x: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-6
/
+2
2022-07-08
gpu: host1x: Generalize host1x_cdma_push_wide()
Mikko Perttunen
1
-15
/
+9
2022-07-08
gpu: host1x: Initialize syncval in channel_submit()
Mikko Perttunen
1
-0
/
+1
2022-07-08
drm/msm/dpu: Fix for non-visible planes
Rob Clark
1
-0
/
+6
2022-07-08
drm/tegra: Include DMA API header where used
Robin Murphy
4
-0
/
+4
2022-07-08
drm/tegra: Fix vmapping of prime buffers
Dmitry Osipenko
1
-1
/
+10
2022-07-08
drm/tegra: vic: Fix build warning when CONFIG_PM=n
YueHaibing
1
-2
/
+2
2022-07-08
gpu: host1x: Register context bus unconditionally
Robin Murphy
1
-5
/
+0
2022-07-08
drm/tegra: vic: Add Tegra234 support
Mikko Perttunen
2
-0
/
+13
2022-07-08
gpu: host1x: Use RESTART_W to skip timed out jobs on Tegra186+
Mikko Perttunen
1
-2
/
+17
2022-07-08
gpu: host1x: Add MLOCK release code on Tegra234
Mikko Perttunen
2
-0
/
+41
2022-07-08
gpu: host1x: Rewrite job opcode sequence
Mikko Perttunen
1
-59
/
+85
2022-07-08
gpu: host1x: Tegra234 device data and headers
Mikko Perttunen
10
-1
/
+354
2022-07-08
gpu: host1x: Program interrupt destinations on Tegra234
Mikko Perttunen
1
-0
/
+11
2022-07-08
gpu: host1x: Allow reset to be missing
Mikko Perttunen
1
-3
/
+0
2022-07-08
gpu: host1x: Program virtualization tables
Mikko Perttunen
2
-3
/
+26
2022-07-08
gpu: host1x: Simplify register mapping and add common aperture
Mikko Perttunen
2
-27
/
+22
2022-07-08
gpu: host1x: Deduplicate hardware headers
Mikko Perttunen
7
-703
/
+156
2022-07-08
drm/tegra: Implement stream ID related callbacks on engines
Mikko Perttunen
3
-8
/
+76
[next]