index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-17
drm: get rid of direct property value access
Rob Clark
2
-4
/
+18
2014-12-17
drm: store property instead of id in obj attachment
Rob Clark
2
-10
/
+14
2014-12-17
drm: allow property validation for refcnted props
Rob Clark
1
-15
/
+43
2014-12-17
drm/atomic: Introduce state->obj backpointers
Daniel Vetter
7
-16
/
+34
2014-12-17
drm/atomic-helper: Again check modeset *before* plane states
Daniel Vetter
4
-3
/
+31
2014-12-17
drm/atomic-helper: Export both plane and modeset check helpers
Daniel Vetter
3
-8
/
+69
2014-12-17
drm/atomic: fix potential null ptr on plane enable
Rob Clark
1
-1
/
+1
2014-12-16
drm/info: Remove unused code
Thierry Reding
2
-25
/
+0
2014-12-16
drm/cache: Use wbinvd helpers
Ben Widawsky
1
-9
/
+4
2014-12-15
drm: sti: fix module compilation issue
benjamin.gaignard@linaro.org
3
-0
/
+4
2014-12-11
drm/plane-helper: Test for plane disable earlier
Matt Roper
1
-5
/
+11
2014-12-11
drm/i915: save/restore GMBUS freq across suspend/resume on gen4
Jesse Barnes
3
-0
/
+10
2014-12-11
drm: sti: correctly cleanup CRTC and planes
Benjamin Gaignard
1
-1
/
+5
2014-12-11
drm: sti: add HQVDP plane
Benjamin Gaignard
12
-7
/
+1513
2014-12-11
drm: sti: add cursor plane
Benjamin Gaignard
7
-3
/
+273
2014-12-11
drm: sti: enable auxiliary CRTC
Benjamin Gaignard
6
-17
/
+44
2014-12-11
drm: sti: fix delay in VTG programming
Benjamin Gaignard
1
-3
/
+28
2014-12-11
drm: sti: prepare sti_tvout to support auxiliary crtc
Benjamin Gaignard
1
-40
/
+52
2014-12-11
drm: sti: use drm_crtc_vblank_{on/off} instead of drm_vblank_{on/off}
Benjamin Gaignard
1
-1
/
+3
2014-12-11
drm: sti: fix hdmi avi infoframe
Benjamin Gaignard
1
-16
/
+17
2014-12-11
drm: sti: remove event lock while disabling vblank
Benjamin Gaignard
1
-4
/
+0
2014-12-11
drm: sti: simplify gdp code
Benjamin Gaignard
1
-19
/
+20
2014-12-11
drm: sti: clear all mixer control
Benjamin Gaignard
3
-0
/
+12
2014-12-11
drm: sti: remove gpio for HDMI hot plug detection
Benjamin Gaignard
3
-13
/
+5
2014-12-11
drm: sti: allow to change hdmi ddc i2c adapter
Benjamin Gaignard
3
-13
/
+29
2014-12-11
drm/doc: Document drm_add_modes_noedid() usage
Laurent Pinchart
1
-5
/
+19
2014-12-11
drm/doc: Document drm_add_modes_noedid() usage
Laurent Pinchart
1
-5
/
+19
2014-12-10
drm: bit of spell-check / editorializing.
Rob Clark
1
-4
/
+4
2014-12-10
drm/i915: Remove '& 0xffff' from the mask given to WA_REG()
Damien Lespiau
1
-2
/
+2
2014-12-10
drm/i915: Invert the mask and val arguments in wa_add() and WA_REG()
Damien Lespiau
1
-9
/
+9
2014-12-10
drm: Prefer sizeof(type) over sizeof type
Thierry Reding
2
-10
/
+10
2014-12-10
drm: Remove useless else block
Thierry Reding
1
-7
/
+7
2014-12-10
drm: Remove unneeded braces for single statement blocks
Thierry Reding
1
-4
/
+2
2014-12-10
drm: Do not assign in if condition
Thierry Reding
1
-1
/
+2
2014-12-10
drm: Prefer kmalloc_array() over kmalloc() with multiply
Thierry Reding
1
-5
/
+5
2014-12-10
drm: Prefer kcalloc() over kzalloc() with multiply
Thierry Reding
1
-4
/
+6
2014-12-10
drm: Miscellaneous checkpatch whitespace cleanups
Thierry Reding
2
-23
/
+22
2014-12-10
drm/tegra: Remove dummy ->load_lut() implementation
Thierry Reding
1
-5
/
+0
2014-12-10
drm/sti: Remove dummy ->load_lut() implementation
Thierry Reding
1
-6
/
+0
2014-12-10
drm/msm: Remove dummy ->load_lut() implementation
Thierry Reding
2
-10
/
+0
2014-12-10
drm/bochs: Remove dummy ->load_lut() implementation
Thierry Reding
1
-5
/
+0
2014-12-10
drm/armada: Remove dummy ->load_lut() implementation
Thierry Reding
1
-5
/
+0
2014-12-10
drm: Zero out DRM object memory upon cleanup
Thierry Reding
1
-1
/
+10
2014-12-10
drm/i915/bdw: Fix the write setting up the WIZ hashing mode
Damien Lespiau
3
-8
/
+23
2014-12-10
drm/i915: Don't complain about stolen conflicts on gen3
Daniel Vetter
1
-1
/
+5
2014-12-09
drm: fix a typo in a comment
Martin Peres
1
-1
/
+1
2014-12-09
drm: fix a word repetition in a comment
Martin Peres
1
-1
/
+1
2014-12-09
drm/fb: add support for tiled monitor configurations. (v2)
Dave Airlie
3
-23
/
+128
2014-12-09
drm/tile: expose the tile property to userspace (v3)
Dave Airlie
5
-1
/
+66
2014-12-09
drm/connector: store tile information from displayid (v3)
Dave Airlie
3
-3
/
+164
[next]