index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Lines
2015-01-26
drm/i915: Fix and clean BDW PCH identification
Rodrigo Vivi
-10
/
+4
2015-01-26
drm/i915: Only fence tiled region of object.
Bob Paauwe
-0
/
+7
2015-01-26
drm/i915: fix inconsistent brightness after resume
Jeremiah Mahler
-1
/
+1
2015-01-26
drm/i915: Init PPGTT before context enable
David Woodhouse
-13
/
+6
2015-01-26
drm/plane-helper: Fix transitional helper kerneldocs
Matt Roper
-2
/
+2
2015-01-26
drm/plane-helper: Skip prepare_fb/cleanup_fb when newfb==oldfb
Matt Roper
-1
/
+9
2015-01-25
drm/exynos: fimd: check error status for drm_iommu_attach_device
Ajay Kumar
-2
/
+15
2015-01-25
drm/exynos: create exynos_check_plane()
Gustavo Padovan
-20
/
+36
2015-01-25
drm/exynos: remove mode_set() ops from exynos_crtc
Gustavo Padovan
-3
/
+0
2015-01-25
drm/exynos: don't duplicate drm_display_mode in fimd context
Gustavo Padovan
-16
/
+1
2015-01-25
drm/exynos: remove struct exynos_drm_manager
Gustavo Padovan
-244
/
+211
2015-01-25
drm/exynos: remove drm_dev from struct exynos_drm_manager
Gustavo Padovan
-12
/
+13
2015-01-25
drm/exynos: move 'type' from manager to crtc struct
Gustavo Padovan
-14
/
+17
2015-01-25
drm/exynos: remove pipe member of struct exynos_drm_manager
Gustavo Padovan
-6
/
+4
2015-01-25
drm/exynos: add pipe param to exynos_drm_crtc_create()
Gustavo Padovan
-8
/
+8
2015-01-25
drm/exynos: rename base object of struct exynos_drm_crtc to 'base'
Gustavo Padovan
-6
/
+5
2015-01-25
drm/exynos: remove exynos_drm_crtc_mode_set_commit()
Gustavo Padovan
-7
/
+1
2015-01-25
drm/exynos: call exynos_update_plane() directly on page flips
Gustavo Padovan
-2
/
+6
2015-01-25
drm/exynos: unify plane update on exynos_update_plane()
Gustavo Padovan
-16
/
+8
2015-01-25
drm/exynos: remove exynos_plane_commit() wrapper
Gustavo Padovan
-12
/
+8
2015-01-25
drm/exynos: don't do any DPMS operation while updating planes
Gustavo Padovan
-1
/
+7
2015-01-25
drm/exynos: Don't touch DPMS when updating overlay planes
Gustavo Padovan
-1
/
+0
2015-01-25
drm/exynos/vidi: remove useless ops->commit()
Gustavo Padovan
-12
/
+0
2015-01-25
drm/exynos/fimd: don't initialize 'ret' variable in fimd_probe()
Gustavo Padovan
-1
/
+1
2015-01-25
drm/exynos: remove struct exynos_drm_overlay
Gustavo Padovan
-117
/
+112
2015-01-25
drm/exynos: remove exynos_drm_crtc_plane_* wrappers
Gustavo Padovan
-37
/
+15
2015-01-25
drm/exynos: expose struct exynos_drm_crtc
Gustavo Padovan
-30
/
+30
2015-01-25
drm/exynos: move to_exynos_crtc() macro to main header
Gustavo Padovan
-3
/
+3
2015-01-23
gpu: host1x: Factor out __host1x_device_del()
Thierry Reding
-44
/
+49
2015-01-23
gpu: host1x: Call host1x_device_add() under lock
Thierry Reding
-4
/
+2
2015-01-23
gpu: host1x: Call ->remove() only when a device is bound
Thierry Reding
-2
/
+7
2015-01-22
drm/radeon: Remove rdev->gart.pages_addr array
Michel Dänzer
-20
/
+2
2015-01-22
drm/radeon: Restore GART table contents after pinning it in VRAM v3
Michel Dänzer
-0
/
+13
2015-01-22
drm/radeon: Split off gart_get_page_entry ASIC hook from set_page_entry
Michel Dänzer
-37
/
+100
2015-01-22
drm/amdkfd: change amdkfd version to 0.7.1
Oded Gabbay
-2
/
+2
2015-01-22
drm/radeon: cik_sdma_ctx_switch_enable() can be static
kbuild test robot
-1
/
+1
2015-01-22
drm/amdkfd: Fix sparse errors
Oded Gabbay
-37
/
+27
2015-01-22
drm/radeon: make MMU_NOTIFIER optional
Rob Clark
-2
/
+11
2015-01-22
drm/radeon: use NULL rather then 0 in audio detect
Alex Deucher
-1
/
+1
2015-01-22
drm/radeon: whitespace clean up in radeon_audio.c
Alex Deucher
-35
/
+35
2015-01-22
radeon/audio: enable DP audio
Slava Grigorev
-0
/
+147
2015-01-22
radeon/audio: moved audio caps programming to audio_hotplug() function
Slava Grigorev
-35
/
+43
2015-01-22
radeon/audio: applied audio_dpms() and audio_mode_set() calls
Slava Grigorev
-26
/
+27
2015-01-22
radeon/audio: consolidate audio_mode_set() functions
Slava Grigorev
-162
/
+66
2015-01-22
radeon/audio: removed unnecessary debug settings
Slava Grigorev
-18
/
+0
2015-01-22
radeon/audio: moved mute programming to a separate function
Slava Grigorev
-11
/
+58
2015-01-22
radeon/audio: moved audio packet programming to a separate function
Slava Grigorev
-112
/
+134
2015-01-22
radeon/audio: set_avi_packet() function cleanup
Slava Grigorev
-79
/
+59
2015-01-22
radeon/audio: removed unnecessary CRC control programing
Slava Grigorev
-6
/
+0
2015-01-22
radeon: moved HDMI color depth programming to a separate function
Slava Grigorev
-34
/
+62
[prev]
[next]