index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
squashfs
/
fragment.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-23
drm/ttm: add bo wait that takes a ctx wrapper.
Dave Airlie
5
-6
/
+11
2020-09-23
drm/nouveau/ttm: plumb ctx through move functions.
Dave Airlie
1
-25
/
+23
2020-09-23
drm/radeon: cleanup ttm operation ctx usage.
Dave Airlie
1
-19
/
+15
2020-09-23
drm/qxl: kill unused bo wait wrapper
Dave Airlie
1
-23
/
+0
2020-09-23
drm/radeon: kill radeon_bo_wait
Dave Airlie
2
-18
/
+0
2020-09-23
drm/doc: Document that modifiers are always required for fb
Daniel Vetter
1
-0
/
+13
2020-09-23
drm/ttm: stop dangerous caching attribute change
Christian König
3
-93
/
+5
2020-09-23
drm/ttm: remove nonsense AGP handling
Christian König
1
-44
/
+0
2020-09-22
drm/dp_mst: Retrieve extended DPCD caps for topology manager
Koba Ko
1
-3
/
+4
2020-09-22
vga_switcheroo: simplify the return expression of vga_switcheroo_runtime_resume
Qinglang Miao
1
-6
/
+1
2020-09-22
drm/gma500: clean up indentation issues
Colin Ian King
1
-3
/
+2
2020-09-22
drm/vram-helper: Fix use of top-down placement
Thomas Zimmermann
1
-1
/
+1
2020-09-21
drm/panel: samsung: make vint_table static const
Jason Yan
1
-1
/
+1
2020-09-21
drm/imx/dcss: fix unused but set variable warnings
Wang ShaoBo
1
-2
/
+0
2020-09-21
drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxing
Maxime Ripard
1
-0
/
+17
2020-09-21
drm/ttm: update kernel-doc line comments
Tian Tao
1
-1
/
+1
2020-09-21
drm/panfrost: add Amlogic GPU integration quirks
Neil Armstrong
1
-0
/
+11
2020-09-21
drm/panfrost: add amlogic reset quirk callback
Neil Armstrong
3
-0
/
+17
2020-09-21
drm/panfrost: add support for vendor quirk
Neil Armstrong
2
-0
/
+7
2020-09-21
drm/dev: Remove drm_dev_init
Daniel Vetter
4
-55
/
+4
2020-09-21
drm/amdgpu: Convert to using devm_drm_dev_alloc() (v2)
Luben Tuikov
1
-12
/
+4
2020-09-21
drm/i915/selftests: align more to real device lifetimes
Daniel Vetter
1
-20
/
+19
2020-09-21
drm/i915/selftest: Create mock_destroy_device
Daniel Vetter
13
-12
/
+19
2020-09-18
fbcon: Remove the superfluous break
Jing Xiangfeng
1
-2
/
+0
2020-09-18
fbdev: aty: remove CONFIG_PM container
Vaibhav Gupta
1
-2
/
+2
2020-09-17
drm/ttm: drop evicted from ttm_bo.
Dave Airlie
2
-5
/
+0
2020-09-17
drm/ttm: drop special pipeline accel cleanup function.
Dave Airlie
5
-76
/
+38
2020-09-17
drm/ttm: make common function for wait/free node path.
Dave Airlie
1
-18
/
+20
2020-09-17
drm/ttm: move ghost object creation to a common function
Dave Airlie
1
-62
/
+42
2020-09-17
drm/ttm: add a simple assign mem to bo wrapper
Dave Airlie
2
-14
/
+14
2020-09-17
drm/ttm/drivers: call the bind function directly.
Dave Airlie
4
-4
/
+14
2020-09-17
drm/ttm: move unbind into the tt destroy.
Dave Airlie
6
-1
/
+6
2020-09-17
drm/ttm: flip tt destroy ordering.
Dave Airlie
9
-1
/
+22
2020-09-17
drm/ttm: protect against reentrant bind in the drivers
Dave Airlie
13
-45
/
+91
2020-09-17
drm/ttm: remove superflous extern attribute from funcs
Christian König
2
-24
/
+20
2020-09-17
dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resv
Daniel Vetter
1
-0
/
+5
2020-09-17
drm: fix spelling error in comments
Wang Qing
1
-1
/
+1
2020-09-17
MAINTAINERS: make linux-aspeed list remarks consistent
Lukas Bulwahn
1
-1
/
+1
2020-09-17
drm/ttm: some cleanups
Christian König
4
-24
/
+3
2020-09-16
drm/ast: Enable CRTC before planes
Thomas Zimmermann
1
-0
/
+7
2020-09-16
drm/ast: Program display mode in CRTC's atomic_enable()
Thomas Zimmermann
1
-20
/
+3
2020-09-16
drm/ast: Disable planes while switching display modes
Thomas Zimmermann
2
-0
/
+33
2020-09-16
drm/ast: Set format registers in primary plane's update
Thomas Zimmermann
1
-22
/
+22
2020-09-16
MAINTAINERS: Add Thomas as reviewer for ast, mgag200 and udl
Thomas Zimmermann
1
-3
/
+10
2020-09-16
drm: mxsfb: check framebuffer pitch
Stefan Agner
1
-1
/
+20
2020-09-16
drm/vc4: Handing the return value of drm_universal_plane_init
Tian Tao
1
-0
/
+2
2020-09-16
drm/ttm: move populated state into page flags
Dave Airlie
1
-4
/
+5
2020-09-16
drm/ttm: split bound/populated flags.
Dave Airlie
4
-15
/
+19
2020-09-16
drm/ttm: move ttm binding/unbinding out of ttm_tt paths.
Dave Airlie
9
-74
/
+64
2020-09-16
drm/ttm: split populate out from binding.
Dave Airlie
7
-13
/
+33
[next]