index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
compat.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-16
drm/via: use ARRAY_SIZE
Jérémy Lefaure
1
-6
/
+4
2017-10-16
drm/gma500: use ARRAY_SIZE
Jérémy Lefaure
1
-5
/
+4
2017-10-16
drm/sun4i: hdmi: Move PAD_CTRL1 setting to mode_set function
Chen-Yu Tsai
1
-10
/
+16
2017-10-16
drm/sun4i: hdmi: Document PAD_CTRL1 output invert bits
Chen-Yu Tsai
1
-0
/
+5
2017-10-16
drm/sun4i: backend: Add comment explaining why registers are cleared
Chen-Yu Tsai
1
-1
/
+8
2017-10-16
drm/sun4i: backend: Use drm_fb_cma_get_gem_addr() to get display memory
Chen-Yu Tsai
1
-13
/
+2
2017-10-16
drm/sun4i: backend: Create regmap after access is possible
Chen-Yu Tsai
1
-7
/
+7
2017-10-16
drm/sun4i: don't add components that are already in the queue
Chen-Yu Tsai
1
-0
/
+16
2017-10-14
drm/vc4: Fix pitch setup for T-format scanout.
Eric Anholt
1
-5
/
+15
2017-10-14
drm/vc4: Move the DSI clock divider workaround closer to the clock call.
Eric Anholt
1
-6
/
+6
2017-10-13
drm: Replace kzalloc with kcalloc
Harsha Sharma
3
-4
/
+4
2017-10-13
drm/tinydrm: Remove explicit .best_encoder assignment
Haneen Mohammed
1
-1
/
+0
2017-10-13
drm/tinydrm: Replace dev_error with DRM_DEV_ERROR
Harsha Sharma
3
-22
/
+20
2017-10-13
drm/drm_of: Move drm_of_panel_bridge_remove_function into header.
Maarten Lankhorst
2
-36
/
+26
2017-10-13
drm/atomic-helper: Fix reference to drm_crtc_send_vblank_event()
Thierry Reding
1
-1
/
+1
2017-10-13
drm/atomic-helper: Fix typo
Thierry Reding
1
-1
/
+1
2017-10-13
drm: Add missing __user annotation to drm_syncobj_array_find()
Ville Syrjälä
1
-1
/
+2
2017-10-13
drm/tilcdc: Remove redundant OF_DETACHED flag setting
Stephen Boyd
1
-1
/
+0
2017-10-13
drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode()
Jyri Sarha
1
-1
/
+12
2017-10-13
drm/rockchip: add PINCTRL dependency for LVDS
Arnd Bergmann
1
-0
/
+1
2017-10-13
drm: vblank: remove drm_timestamp_monotonic parameter
Arnd Bergmann
3
-25
/
+7
2017-10-13
drm: vblank: use ktime_t instead of timeval
Arnd Bergmann
3
-60
/
+71
2017-10-12
drm/kirin: Checking for IS_ERR() instead of NULL
Dan Carpenter
1
-2
/
+2
2017-10-12
driver:gpu: return -ENOMEM on allocation failure.
Allen Pais
1
-1
/
+1
2017-10-12
drm/vblank: Fix flip event vblank count
Ville Syrjälä
1
-1
/
+1
2017-10-12
omapdrm: omapdss_hdmi_ops: add lost_hotplug op
Hans Verkuil
4
-5
/
+18
2017-10-12
omapdrm: hdmi4: hook up the HDMI CEC support
Hans Verkuil
3
-1
/
+31
2017-10-12
omapdrm: hdmi4_cec: add OMAP4 HDMI CEC support
Hans Verkuil
2
-0
/
+436
2017-10-12
omapdrm: hdmi4: refcount hdmi_power_on/off_core
Hans Verkuil
1
-1
/
+9
2017-10-12
omapdrm: hdmi4: move hdmi4_core_powerdown_disable to hdmi_power_on_core()
Hans Verkuil
2
-3
/
+2
2017-10-12
omapdrm: hdmi4: prepare irq handling for HDMI CEC support
Hans Verkuil
1
-5
/
+6
2017-10-12
omapdrm: hdmi4: make low-level functions available
Hans Verkuil
3
-9
/
+13
2017-10-12
omapdrm: hdmi.h: extend hdmi_core_data with CEC fields
Hans Verkuil
1
-1
/
+6
2017-10-12
omapdrm: encoder-tpd12s015: keep ls_oe_gpio high
Hans Verkuil
1
-8
/
+4
2017-10-12
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
Keith Packard
37
-73
/
+85
2017-10-11
drm/dp: WARN about invalid/unknown link rates and bw codes
Jani Nikula
1
-2
/
+5
2017-10-11
drm/msm/mdp5: remove less than 0 comparison for unsigned value
Aishwarya Pant
1
-1
/
+1
2017-10-11
drm/bridge/sii8620: add remote control support
Maciej Purski
3
-6
/
+96
2017-10-11
drm/sun4i: hdmi: Add support for A31's HDMI controller
Chen-Yu Tsai
2
-0
/
+61
2017-10-11
drm/sun4i: hdmi: Add A31 specific DDC register definitions
Chen-Yu Tsai
1
-0
/
+31
2017-10-11
drm/sun4i: hdmi: Add support for controller hardware variants
Chen-Yu Tsai
5
-97
/
+369
2017-10-11
dt-bindings: display: sun4i: Add binding for A31 HDMI controller
Chen-Yu Tsai
1
-0
/
+3
2017-10-11
drm/sun4i: hdmi: Allow using second PLL as TMDS clk parent
Chen-Yu Tsai
1
-24
/
+29
2017-10-11
drm/sun4i: hdmi: create a regmap for later use
Chen-Yu Tsai
2
-0
/
+16
2017-10-11
drm/sun4i: hdmi: Disable clks in bind function error path and unbind function
Chen-Yu Tsai
1
-5
/
+14
2017-10-11
drm/sun4i: tcon: Add support for demuxing TCON output on A31
Chen-Yu Tsai
1
-0
/
+47
2017-10-11
drm/sun4i: tcon: Add variant callback for TCON output muxing
Chen-Yu Tsai
2
-18
/
+32
2017-10-10
drm/etnaviv: remove unnecessary clock stabilization delay
Philipp Zabel
1
-3
/
+0
2017-10-10
drm/etnaviv: reduce reset delay
Philipp Zabel
1
-1
/
+1
2017-10-10
drm/etnaviv: remove unused function etnaviv_gem_new
Lucas Stach
2
-23
/
+0
[next]