index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-28
drm/syncobj: Rename fence_get to find_fence
Jason Ekstrand
3
-9
/
+9
2017-08-28
drm: kirin: Add mode_valid logic to avoid mode clocks we can't generate
John Stultz
2
-0
/
+81
2017-08-24
ARM: OMAP2+: fix missing variable declaration
Arnd Bergmann
1
-0
/
+1
2017-08-23
drm/sun4i: use of_graph_get_remote_endpoint()
Kuninori Morimoto
1
-1
/
+1
2017-08-23
drm/omap: work-around for omap3 display enable
Tomi Valkeinen
1
-17
/
+30
2017-08-23
drm/omap: fix i886 work-around
Tomi Valkeinen
3
-9
/
+25
2017-08-23
drm/omap: fix analog tv-out modecheck
Tomi Valkeinen
1
-14
/
+51
2017-08-22
drm/msm/mdp5: mark runtime_pm functions as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2017-08-22
drm/msm: remove unused variable
Arnd Bergmann
1
-1
/
+0
2017-08-22
drm/msm/mdp5: make helper function static
Rob Clark
1
-1
/
+1
2017-08-22
drm/msm: make msm_framebuffer_init() static
Rob Clark
2
-3
/
+3
2017-08-22
drm/msm: add helper to allocate stolen fb
Rob Clark
3
-28
/
+50
2017-08-22
drm/msm: don't track fbdev's gem object separately
Rob Clark
1
-15
/
+19
2017-08-22
drm/msm: add modeset module param
Rob Clark
1
-0
/
+7
2017-08-22
drm/msm/mdp5: add tracking for clk enable-count
Rob Clark
2
-0
/
+9
2017-08-22
drm/msm: remove unused define
Rob Clark
1
-2
/
+0
2017-08-22
drm/msm: Add a helper function for in-kernel buffer allocations
Jordan Crouse
6
-54
/
+72
2017-08-22
drm/msm: Attach the GPU MMU when it is created
Jordan Crouse
3
-55
/
+62
2017-08-22
drm/nouveau/kms/nv50: perform null check on msto[i] rathern than msto
Colin Ian King
1
-1
/
+1
2017-08-22
drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
Ilia Mirkin
1
-0
/
+4
2017-08-22
drm/nouveau: silence suspend/resume debugging messages
Ben Skeggs
1
-11
/
+11
2017-08-22
drm/nouveau/kms/nv04-nv4x: fix exposed format list
Ilia Mirkin
1
-1
/
+35
2017-08-22
drm/nouveau/kms/nv10-nv40: add NV21 support to overlay
Ilia Mirkin
1
-3
/
+6
2017-08-22
drm/nouveau/kms/nv04-nv40: improve overlay error detection, fix pitch setting
Ilia Mirkin
1
-28
/
+34
2017-08-22
drm/nouveau/kms/nv04-nv40: prevent undisplayable framebuffers from creation
Ilia Mirkin
1
-0
/
+21
2017-08-22
drm/nouveau/mpeg: print more debug info when rejecting dma objects
Ilia Mirkin
2
-2
/
+12
2017-08-22
drm/nouveau/fb/gf100-: zero mmu debug buffers
Ben Skeggs
1
-2
/
+2
2017-08-22
drm/nouveau/bar/gf100: add config option to limit BAR2 to 16MiB
Ben Skeggs
2
-0
/
+7
2017-08-22
initial support (display-only) for GP108
Ilia Mirkin
1
-0
/
+30
2017-08-22
drm/nouveau/falcon: use a more reasonable msgqueue timeout value
Ben Skeggs
1
-1
/
+1
2017-08-22
drm/nouveau/disp: Silence DCB warnings.
Rosen Penev
4
-0
/
+7
2017-08-22
drm/nouveau/bios: Demote missing fp table message to NV_DEBUG.
Rosen Penev
1
-5
/
+2
2017-08-22
drm/nouveau/pmu/gt215-: abstract detection of whether reset is needed
Ben Skeggs
13
-1
/
+32
2017-08-22
drm/nouveau/pmu/gt215: fix reset
Ben Skeggs
10
-13
/
+24
2017-08-22
drm/nouveau/mc/gf100: add pmu to reset mask
Ben Skeggs
1
-0
/
+1
2017-08-22
drm/nouveau/disp/gf119-: avoid creating non-existent heads
Ilia Mirkin
2
-3
/
+8
2017-08-22
drm/nouveau/therm/gm200: Added
Karol Herbst
6
-1
/
+46
2017-08-22
drm/nouveau/therm: fix spelling mistake on array thresolds
Colin Ian King
1
-3
/
+3
2017-08-18
drm/i915: Update DRIVER_DATE to 20170818
Daniel Vetter
1
-2
/
+2
2017-08-18
drm/ttm: use reservation_object_trylock in ttm_bo_individualize_resv v2
Christian König
1
-1
/
+1
2017-08-18
drm/amdgpu: fix vega10 graphic hang issue in S3 test
Ken Wang
2
-2
/
+9
2017-08-18
drm/i915/bxt: use NULL for GPIO connection ID
Andy Shevchenko
1
-1
/
+1
2017-08-18
drm/i915: Mark the GT as busy before idling the previous request
Chris Wilson
1
-43
/
+45
2017-08-18
drm/i915: Trivial grammar fix s/opt of/opt out of/ in comment
Chris Wilson
1
-1
/
+1
2017-08-18
drm/i915: Replace execbuf vma ht with an idr
Chris Wilson
11
-208
/
+115
2017-08-18
drm/i915: Simplify eb_lookup_vmas()
Chris Wilson
1
-86
/
+36
2017-08-18
drm/i915: Convert execbuf to use struct-of-array packing for critical fields
Chris Wilson
3
-151
/
+156
2017-08-18
drm/i915: Check context status before looking up our obj/vma
Chris Wilson
1
-7
/
+6
2017-08-18
drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcs
Chris Wilson
7
-15
/
+40
2017-08-18
drm/i915: Stop touching forcewake following a gen6+ engine reset
Chris Wilson
1
-6
/
+1
[next]