index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-02-17
drm/amdgpu: Fix race condition in amdgpu_mn_unregister
Felix Kuehling
1
-10
/
+13
2016-02-17
drm/udl: Use module_usb_driver
Amitoj Kaur Chawla
1
-13
/
+1
2016-02-16
drm/amdgpu: cleanup gem init/finit
Christian König
8
-58
/
+23
2016-02-16
drm/amdgpu: rework GEM info printing
Christian König
2
-34
/
+61
2016-02-16
drm/amdgpu: print the GPU offset as well in gem_info
Christian König
1
-2
/
+3
2016-02-16
drm/amdgpu: optionally print the pin count in gem_info as well
Christian König
1
-1
/
+7
2016-02-16
drm/amdgpu: print the BO size only once in amdgpu_gem_info
Christian König
1
-3
/
+2
2016-02-16
drm/amdgpu: print pid as integer
Christian König
1
-2
/
+2
2016-02-16
drm/amdgpu: remove page flip work queue v3
Christian König
5
-13
/
+4
2016-02-16
drm/amdgpu: stop blocking for page filp fences
Christian König
2
-16
/
+28
2016-02-16
drm/amdgpu: stop calling amdgpu_gpu_reset from the flip code
Christian König
1
-9
/
+1
2016-02-16
drm/amdgpu: remove fence reset detection leftovers
Christian König
1
-10
/
+4
2016-02-16
drm/amdgpu: Fix race condition in MMU notifier release
Felix Kuehling
1
-1
/
+1
2016-02-16
drm/vc4: Add support for YUV planes.
Eric Anholt
2
-59
/
+253
2016-02-16
drm/vc4: Add support a few more RGB display plane formats.
Eric Anholt
1
-0
/
+16
2016-02-16
drm/vc4: Add support for scaling of display planes.
Eric Anholt
4
-13
/
+374
2016-02-16
drm/vc4: Fix which value is being used for source image size.
Eric Anholt
1
-9
/
+14
2016-02-16
drm/vc4: Add more display planes to each CRTC.
Eric Anholt
1
-16
/
+40
2016-02-16
drm/vc4: Make the CRTCs cooperate on allocating display lists.
Eric Anholt
3
-52
/
+84
2016-02-16
drm/vc4: Add a proper short-circut path for legacy cursor updates.
Eric Anholt
2
-7
/
+96
2016-02-16
drm/vc4: Move the plane clipping/scaling setup to a separate function.
Eric Anholt
1
-26
/
+52
2016-02-16
drm/vc4: Add missing __iomem annotation to hw_dlist.
Eric Anholt
1
-1
/
+1
2016-02-16
drm/vc4: Improve comments on vc4_plane_state members.
Eric Anholt
1
-3
/
+6
2016-02-16
drm: fixes crct set_mode when crtc mode_fixup is null.
Carlos Palminha
1
-3
/
+6
2016-02-16
drm/tilcdc: removed optional dummy encoder mode_fixup function.
Carlos Palminha
2
-18
/
+0
2016-02-16
drm/sti: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-10
/
+0
2016-02-16
drm/rockchip: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-8
/
+0
2016-02-16
drm/qxl: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-9
/
+0
2016-02-16
drm/mgag200: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-8
/
+0
2016-02-16
drm/msm/mdp: removed optional dummy encoder mode_fixup function.
Carlos Palminha
5
-41
/
+0
2016-02-16
drm/imx: removed optional dummy encoder mode_fixup function.
Carlos Palminha
4
-32
/
+0
2016-02-16
drm/gma500: removed optional dummy encoder mode_fixup function.
Carlos Palminha
5
-13
/
+0
2016-02-16
drm/radeon: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-8
/
+0
2016-02-16
drm/cirrus: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-9
/
+0
2016-02-16
drm/bochs: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-8
/
+0
2016-02-16
drm/ast: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-8
/
+0
2016-02-16
drm/amdgpu: removed optional dummy encoder mode_fixup function.
Carlos Palminha
3
-24
/
+0
2016-02-16
drm/exynos: removed optional dummy encoder mode_fixup function.
Carlos Palminha
4
-32
/
+0
2016-02-16
drm/udl: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-8
/
+0
2016-02-16
drm/virtio: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-8
/
+0
2016-02-15
drm/fb_helper: Use add_one_connector in add_all_connectors.
Maarten Lankhorst
1
-8
/
+4
2016-02-15
drm/fb_helper: Use correct allocation count for arrays.
Maarten Lankhorst
1
-7
/
+7
2016-02-14
drm/i915: Set aux.dev to the drm_connector device, instead of drm_device.
Rafael Antognolli
1
-16
/
+2
2016-02-12
drm/radeon: Fix WARN_ON if DRM_DP_AUX_CHARDEV is enabled
Lukas Wunner
1
-2
/
+3
2016-02-12
drm/amdgpu/vi: move uvd tiling config setup into uvd code
Alex Deucher
3
-12
/
+20
2016-02-12
drm/amdgpu/vi: move sdma tiling config setup into sdma code
Alex Deucher
3
-8
/
+10
2016-02-12
drm/amdgpu/cik: move uvd tiling config setup into uvd code
Alex Deucher
2
-11
/
+11
2016-02-12
drm/amdgpu/cik: move sdma tiling config setup into sdma code
Alex Deucher
2
-6
/
+5
2016-02-12
drm/amdgpu/gfx7: rework gpu_init()
Alex Deucher
1
-176
/
+182
2016-02-12
drm/amdgpu/gfx: clean up harvest configuration (v2)
Alex Deucher
4
-180
/
+82
[next]