index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
/
util.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-11-18
drm/i2c: tda998x: allow sharing of the CEC device accesses
Russell King
1
-19
/
+34
2016-11-18
drm/i2c: tda998x: allow interrupt to be shared
Russell King
1
-25
/
+27
2016-11-18
drm/i2c: tda998x: power down pre-filter and color conversion
Russell King
1
-0
/
+4
2016-11-18
drm/i2c: tda998x: switch to boolean is_on
Russell King
1
-13
/
+10
2016-11-18
drm/i2c: tda998x: remove complexity from tda998x_audio_get_eld()
Russell King
1
-14
/
+8
2016-11-18
drm/i2c: tda998x: group audio functions together
Russell King
1
-137
/
+139
2016-11-18
drm/i2c: tda998x: separate connector initialisation
Russell King
1
-20
/
+26
2016-11-18
drm/i2c: tda998x: group connector functions and funcs together
Russell King
1
-174
/
+176
2016-11-18
drm/i2c: tda998x: move and rename tda998x_encoder_set_config()
Russell King
1
-20
/
+20
2016-11-18
drm/i2c: tda998x: correct function name in comments
Russell King
1
-2
/
+2
2016-11-18
drm/i2c: tda998x: only enable audio if supported by sink
Russell King
1
-3
/
+24
2016-11-18
drm/i2c: tda998x: only configure infoframes and audio if supported
Russell King
1
-5
/
+19
2016-11-18
drm/i2c: tda998x: avoid race when programming audio
Russell King
1
-2
/
+2
2016-11-18
drm/i2c: tda998x: avoid racy access to mode clock
Russell King
1
-14
/
+11
2016-11-18
drm/i2c: tda998x: avoid race in tda998x_encoder_mode_set()
Russell King
1
-4
/
+3
2016-11-18
drm/i2c: tda998x: move audio mutex initialisation
Russell King
1
-2
/
+2
2016-11-17
MAINTAINERS: Update HISILICON DRM entries
Rongrong Zou
1
-0
/
+1
2016-11-17
drm/hisilicon/hibmc: Add support for vblank interrupt
Rongrong Zou
2
-1
/
+56
2016-11-17
drm/hisilicon/hibmc: Add support for VDAC
Rongrong Zou
4
-1
/
+155
2016-11-17
drm/hisilicon/hibmc: Add support for display engine
Rongrong Zou
5
-2
/
+558
2016-11-17
drm/hisilicon/hibmc: Add support for frame buffer
Rongrong Zou
5
-1
/
+366
2016-11-17
drm/hisilicon/hibmc: Add video memory management
Rongrong Zou
4
-1
/
+541
2016-11-17
drm/hisilicon/hibmc: Add hisilicon hibmc drm master driver
Rongrong Zou
7
-0
/
+560
2016-11-17
drm/armada: fix NULL pointer comparison warning
Ravikant B Sharma
1
-1
/
+1
2016-11-17
drm/armada: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Stefan Christ
1
-7
/
+1
2016-11-17
drm/armada: remove some dead code
Christophe JAILLET
1
-5
/
+1
2016-11-17
drm/armada: mark symbols static where possible
Baoyou Xie
1
-2
/
+2
2016-11-17
drm/armada: de-midlayer armada
Russell King
2
-108
/
+129
2016-11-17
drm/nouveau/disp/gp102: rename from gp104
Ben Skeggs
14
-46
/
+46
2016-11-17
drm/nouveau/ce/gp102: rename from gp104
Ben Skeggs
4
-13
/
+13
2016-11-17
drm/nouveau/fb/gp102: rename from gp104
Ben Skeggs
4
-7
/
+7
2016-11-17
drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indices
Ben Skeggs
5
-2
/
+80
2016-11-17
drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classes
Ben Skeggs
14
-28
/
+32
2016-11-17
drm/nouveau/disp/nv50-: split chid into chid.ctrl and chid.user
Ben Skeggs
7
-92
/
+106
2016-11-17
drm/nouveau: Intercept ACPI_VIDEO_NOTIFY_PROBE
Hans de Goede
2
-0
/
+65
2016-11-17
drm/nouveau/devinit/gm200: drop pmu reset sequence
Ben Skeggs
1
-12
/
+0
2016-11-17
drm/nouveau/devinit/gm200: replace while loops with PTIMER-based timeout loops
Ben Skeggs
1
-4
/
+11
2016-11-17
drm/nouveau/pmu/gp102: initial implementation
Ben Skeggs
4
-0
/
+47
2016-11-17
drm/nouveau/pmu/gp100: initial implementation
Ben Skeggs
4
-0
/
+38
2016-11-17
drm/nouveau/pmu: execute reset before running devinit
Ben Skeggs
1
-0
/
+8
2016-11-17
drm/nouveau/pmu: move ucode handling into gt215 implementation
Ben Skeggs
9
-184
/
+304
2016-11-17
drm/nouveau/core: initial support for GP102
Ben Skeggs
1
-0
/
+29
2016-11-17
drm/nouveau/device/pci: fix oops if no mmu subdev present
Ben Skeggs
1
-1
/
+1
2016-11-17
drm/nouveau/kms/nv50: avoid touching DP_MSTM_CTRL if !DP_MST_CAP
Ben Skeggs
1
-2
/
+5
2016-11-16
drm/vc4: Add fragment shader threading support
Jonas Pfeil
5
-5
/
+79
2016-11-16
drm/fence: add out-fences support
Gustavo Padovan
5
-45
/
+211
2016-11-16
drm/fence: add fence timeline to drm_crtc
Gustavo Padovan
3
-0
/
+69
2016-11-16
drm/fence: add in-fences support
Gustavo Padovan
6
-0
/
+32
2016-11-16
drm/bridge: analogix_dp: return error if transfer none byte
Jianqun Xu
1
-1
/
+1
2016-11-15
drm: drm_irq.h header cleanup
Daniel Vetter
2
-34
/
+34
[next]