index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-22
drm/msm: Remove local fbdev emulation Kconfig option
Archit Taneja
3
-21
/
+3
2015-10-22
drm/msm/mdp5: Basic support for MDP5 v1.7 (MSM8996)
Stephane Viau
6
-14
/
+133
2015-10-22
drm/msm/mdp: Add Software Pixel Extension support
Stephane Viau
2
-31
/
+128
2015-10-22
drm/msm/mdp5: Use the newly introduced enum mdp_component_type
Stephane Viau
1
-12
/
+13
2015-10-22
drm/msm/hdmi: Add basic HDMI support for msm8996
Stephane Viau
1
-3
/
+14
2015-10-22
drm/msm/mdp5: Avoid printing error messages for optional clocks
Stephane Viau
1
-11
/
+16
2015-10-22
drm/msm: Fix IOMMU clean up path in case msm_iommu_new() fails
Stephane Viau
2
-0
/
+9
2015-10-22
drm/msm/mdp5: remove the cfg pointer from SMP struct
Stephane Viau
2
-5
/
+5
2015-10-22
drm/msm/dsi: Updata LNn_CFG4 register settings for 28nm PHY
Hai Li
1
-4
/
+2
2015-10-22
drm: msm: dsi: Don't attempt changing voltage of switches
Bjorn Andersson
2
-2
/
+2
2015-10-22
drm/msm: update generated headers
Rob Clark
14
-114
/
+359
2015-10-16
drm/gem: Drop struct_mutex requirement from drm_gem_mmap_obj
Daniel Vetter
2
-7
/
+0
2015-10-16
drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers
Daniel Vetter
1
-7
/
+7
2015-10-07
drm: Stop using drm_vblank_count() as the hw frame counter
Ville Syrjälä
1
-1
/
+1
2015-10-06
drm/irq: Use unsigned int pipe in public API
Thierry Reding
1
-6
/
+6
2015-09-24
Merge tag 'v4.3-rc2' into topic/drm-misc
Daniel Vetter
2
-2
/
+1
2015-09-16
gpu/drm: Kill off set_irq_flags usage
Rob Herring
1
-1
/
+0
2015-09-08
drm/atomic-helper: Add option to update planes only on active crtc
Daniel Vetter
1
-1
/
+1
2015-09-08
drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.
Maarten Lankhorst
2
-4
/
+16
2015-09-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
63
-1337
/
+4462
2015-09-04
Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-15
/
+2
2015-08-31
Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2015-08-24
drm/msm/dsi: Convert to clk_hw based provider APIs
Stephen Boyd
1
-2
/
+2
2015-08-15
drm/msm/dsi: Introduce DSI configuration module
Hai Li
4
-146
/
+177
2015-08-15
drm/msm/dsi: Make each PHY type compilation independent
Hai Li
4
-4
/
+33
2015-08-15
drm/msm/dsi: Split PHY drivers to separate files
Hai Li
6
-758
/
+857
2015-08-15
drm/msm/dsi: Return void from msm_dsi_phy_disable()
Hai Li
2
-12
/
+6
2015-08-15
drm/msm/dsi: Specify bitmask to set source PLL
Hai Li
1
-5
/
+11
2015-08-15
drm/msm/mdp: Clear pending interrupt status before enable interrupt
jilai wang
6
-10
/
+23
2015-08-15
drm/msm/mdp5: Add rotation (hflip/vflip) support to MDP5 planes (v2)
jilai wang
1
-8
/
+41
2015-08-15
drm/msm: add calls to prepare and unprepare panel
Srinivas Kandagatla
1
-2
/
+6
2015-08-15
drm/msm/dsi: Modify dsi manager bridge ops to work with external bridges
Archit Taneja
1
-15
/
+28
2015-08-15
drm/msm/dsi: Allow dsi to connect to an external bridge
Archit Taneja
4
-8
/
+90
2015-08-15
drm/msm/dsi: Create a helper to check if there is a connected device
Archit Taneja
3
-3
/
+10
2015-08-15
drm/msm/dsi: Refer to connected device as 'device' instead of 'panel'
Archit Taneja
4
-16
/
+16
2015-08-15
drm/msm/dsi: Make TE gpio optional
Archit Taneja
1
-1
/
+2
2015-08-15
drm/msm: mdp4 lvds: get panel node via of graph parsing
Archit Taneja
2
-9
/
+25
2015-08-15
drm/msm: dsi host: Use device graph parsing to parse connected panel
Archit Taneja
1
-19
/
+53
2015-08-15
drm/msm: dsi host: add missing of_node_put()
Archit Taneja
1
-1
/
+5
2015-08-15
drm/msm: Enable clocks during enable/disable_vblank() callbacks
Hai Li
4
-2
/
+102
2015-08-15
drm/msm/mdp5: Add support for msm8x74v1
jilai wang
1
-4
/
+73
2015-08-15
drm/msm/mdp5: Add DMA pipe planes for MDP5
jilai wang
1
-4
/
+21
2015-08-15
drm/msm/mdp: Add capabilities to MDP planes (v2)
jilai wang
8
-63
/
+114
2015-08-15
drm/msm/mdp5: add more YUV formats for MDP5
Stephane Viau
2
-47
/
+77
2015-08-15
drm/msm/mdp5: use 2 memory clients for YUV formats on newer mdp5
Wentao Xu
3
-6
/
+25
2015-08-15
drm/msm/mdp: mark if a MDP format is YUV at definition
Wentao Xu
2
-14
/
+16
2015-08-15
drm/msm/dp: use flags argument of devm_gpiod_get to set direction
Uwe Kleine-König
1
-15
/
+2
2015-08-15
drm/msm/dsi: Save/Restore PLL status across PHY reset
Hai Li
5
-36
/
+68
2015-08-15
drm/msm/dsi: One function call less in dsi_init() after error detection
Markus Elfring
1
-13
/
+9
2015-08-15
drm/msm/dsi: Delete an unnecessary check before the function call "dsi_destroy"
Markus Elfring
1
-3
/
+1
[next]