index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
plat-pxa
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-29
drm/i915: Restore planes after load detection
Ville Syrjälä
1
-0
/
+2
2018-03-29
drm/zte: Stop consulting plane->crtc
Ville Syrjälä
3
-4
/
+6
2018-03-29
drm/vmwgfx: Stop consulting plane->fb
Ville Syrjälä
1
-3
/
+3
2018-03-29
drm/sti: Stop consulting plane->fb
Ville Syrjälä
1
-4
/
+5
2018-03-29
drm/i915: Stop consulting plane->fb
Ville Syrjälä
2
-2
/
+2
2018-03-29
drm: Use plane->state->fb over plane->fb
Ville Syrjälä
3
-8
/
+24
2018-03-29
drm: Make the fb refcount handover less magic
Ville Syrjälä
1
-2
/
+1
2018-03-29
drm: Adjust whitespace for legibility
Ville Syrjälä
2
-2
/
+8
2018-03-29
drm: Add local 'plane' variable for primary/cursor planes
Ville Syrjälä
2
-27
/
+37
2018-03-29
drm/atomic-helper: WARN if legacy plane fb pointers are bogus when committing...
Ville Syrjälä
1
-1
/
+6
2018-03-29
drm: Clear crtc->primary->crtc when disabling the crtc via setcrtc()
Ville Syrjälä
1
-1
/
+1
2018-03-29
drm/atomic-helper: Drop plane->fb references only for drm_atomic_helper_shutd...
Ville Syrjälä
1
-39
/
+39
2018-03-29
drm: Use srcu to protect drm_device.unplugged
Noralf Trønnes
3
-10
/
+68
2018-03-28
drm: add parameter explanation for some gem dmabuf_ops
Samuel Li
1
-0
/
+13
2018-03-28
drm/tinydrm: Make fb_dirty into a lower level hook
Ville Syrjälä
11
-78
/
+78
2018-03-28
drm/simple-kms-helper: Plumb plane state to the enable hook
Ville Syrjälä
10
-10
/
+21
2018-03-28
drm/udl: Get rid of dev->struct_mutex usage
Daniel Vetter
5
-5
/
+11
2018-03-28
drm/rockchip: fixup comment for gem_free_object_unlocked
Daniel Vetter
1
-2
/
+2
2018-03-28
staging/vboxvideo: Use gem_free_object_unlocked
Daniel Vetter
1
-1
/
+1
2018-03-28
drm/omap: Use normalized zpos for plane placement
Peter Ujfalusi
2
-1
/
+4
2018-03-28
drm: rcar-du: Let core take care of normalizing the zpos
Peter Ujfalusi
1
-9
/
+2
2018-03-28
drm/sti: Let core take care of normalizing the zpos
Peter Ujfalusi
1
-21
/
+3
2018-03-28
drm/tegra: Let core take care of normalizing the zpos
Peter Ujfalusi
1
-17
/
+4
2018-03-28
drm/exynos: Let core take care of normalizing the zpos
Peter Ujfalusi
3
-22
/
+3
2018-03-28
drm: Add drm_mode_config->normalize_zpos boolean
Peter Ujfalusi
3
-2
/
+21
2018-03-28
drm: make drm_core_check_feature() bool that it is
Jani Nikula
1
-2
/
+2
2018-03-28
drm: remove old documentation comment cruft from drmP.h
Jani Nikula
1
-21
/
+0
2018-03-28
drm: prefer inline over __inline__
Jani Nikula
2
-5
/
+4
2018-03-28
drm/dp/mst: Fix off-by-one typo when dump payload table
Andy Shevchenko
1
-4
/
+5
2018-03-27
drm/tinydrm: Use gem_free_object_unlocked
Daniel Vetter
2
-2
/
+2
2018-03-26
drm/scdc-helper: Convert errors into debug messages
Ville Syrjälä
1
-5
/
+5
2018-03-26
drm/gem: Document that handle_create must be the last step
Daniel Vetter
1
-3
/
+6
2018-03-26
gpu: drm: nouveau: Use list_{next/prev}_entry instead of list_entry
Arushi Singhal
1
-1
/
+1
2018-03-26
gpu: drm/lease:: Use list_{next/prev}_entry instead of list_entry
Arushi Singhal
1
-1
/
+1
2018-03-22
drm: Remove drm_property_{un/reference}_blob aliases
Haneen Mohammed
2
-36
/
+0
2018-03-21
drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()
Santha Meena Ramamoorthy
6
-12
/
+12
2018-03-20
drm/meson: Fix potential NULL dereference in meson_drv_bind_master()
Wei Yongjun
1
-0
/
+4
2018-03-19
drm/sun4i: backend: Support YUV planes
Maxime Ripard
3
-0
/
+119
2018-03-19
drm/sun4i: backend: Check that we only have a single YUV plane
Maxime Ripard
2
-2
/
+48
2018-03-19
drm/sun4i: Add driver support for A80 display pipeline
Chen-Yu Tsai
3
-2
/
+18
2018-03-19
drm/sun4i: Add compatible strings for the A80 display pipeline
Chen-Yu Tsai
1
-1
/
+5
2018-03-19
drm/sun4i: Add support for A80 TCONs
Chen-Yu Tsai
2
-0
/
+28
2018-03-19
drm/sun4i: Add DT binding for Detail Enhancement Unit in Allwinner A80 SoC
Chen-Yu Tsai
1
-0
/
+22
2018-03-19
drm/sun4i: Add compatible strings for A80 TCONs
Chen-Yu Tsai
1
-3
/
+8
2018-03-19
drm: Reduce object size of DRM_DEV_<LEVEL> uses
Joe Perches
2
-57
/
+74
2018-03-19
drm/doc: Put all driver docs into a separate chapter
Daniel Vetter
2
-8
/
+22
2018-03-19
drm: dma_bufs: Fixed checkpatch issues
Paul McQuade
1
-8
/
+8
2018-03-19
drm: remove drm_mode_object_{un/reference} aliases
Haneen Mohammed
2
-34
/
+0
2018-03-19
drm/msm: fix building without debugfs
Arnd Bergmann
1
-0
/
+2
2018-03-19
drm/msm/mdp5: don't pre-reserve LM's if no dual-dsi
Rob Clark
1
-1
/
+5
[next]