summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2015-01-26drm/i915: Fix and clean BDW PCH identificationRodrigo Vivi-10/+4
2015-01-26drm/i915: Only fence tiled region of object.Bob Paauwe-0/+7
2015-01-26drm/i915: fix inconsistent brightness after resumeJeremiah Mahler-1/+1
2015-01-26drm/i915: Init PPGTT before context enableDavid Woodhouse-13/+6
2015-01-26drm/plane-helper: Fix transitional helper kerneldocsMatt Roper-2/+2
2015-01-26drm/plane-helper: Skip prepare_fb/cleanup_fb when newfb==oldfbMatt Roper-1/+9
2015-01-25drm/exynos: fimd: check error status for drm_iommu_attach_deviceAjay Kumar-2/+15
2015-01-25drm/exynos: create exynos_check_plane()Gustavo Padovan-20/+36
2015-01-25drm/exynos: remove mode_set() ops from exynos_crtcGustavo Padovan-3/+0
2015-01-25drm/exynos: don't duplicate drm_display_mode in fimd contextGustavo Padovan-16/+1
2015-01-25drm/exynos: remove struct exynos_drm_managerGustavo Padovan-244/+211
2015-01-25drm/exynos: remove drm_dev from struct exynos_drm_managerGustavo Padovan-12/+13
2015-01-25drm/exynos: move 'type' from manager to crtc structGustavo Padovan-14/+17
2015-01-25drm/exynos: remove pipe member of struct exynos_drm_managerGustavo Padovan-6/+4
2015-01-25drm/exynos: add pipe param to exynos_drm_crtc_create()Gustavo Padovan-8/+8
2015-01-25drm/exynos: rename base object of struct exynos_drm_crtc to 'base'Gustavo Padovan-6/+5
2015-01-25drm/exynos: remove exynos_drm_crtc_mode_set_commit()Gustavo Padovan-7/+1
2015-01-25drm/exynos: call exynos_update_plane() directly on page flipsGustavo Padovan-2/+6
2015-01-25drm/exynos: unify plane update on exynos_update_plane()Gustavo Padovan-16/+8
2015-01-25drm/exynos: remove exynos_plane_commit() wrapperGustavo Padovan-12/+8
2015-01-25drm/exynos: don't do any DPMS operation while updating planesGustavo Padovan-1/+7
2015-01-25drm/exynos: Don't touch DPMS when updating overlay planesGustavo Padovan-1/+0
2015-01-25drm/exynos/vidi: remove useless ops->commit()Gustavo Padovan-12/+0
2015-01-25drm/exynos/fimd: don't initialize 'ret' variable in fimd_probe()Gustavo Padovan-1/+1
2015-01-25drm/exynos: remove struct exynos_drm_overlayGustavo Padovan-117/+112
2015-01-25drm/exynos: remove exynos_drm_crtc_plane_* wrappersGustavo Padovan-37/+15
2015-01-25drm/exynos: expose struct exynos_drm_crtcGustavo Padovan-30/+30
2015-01-25drm/exynos: move to_exynos_crtc() macro to main headerGustavo Padovan-3/+3
2015-01-23gpu: host1x: Factor out __host1x_device_del()Thierry Reding-44/+49
2015-01-23gpu: host1x: Call host1x_device_add() under lockThierry Reding-4/+2
2015-01-23gpu: host1x: Call ->remove() only when a device is boundThierry Reding-2/+7
2015-01-22drm/radeon: Remove rdev->gart.pages_addr arrayMichel Dänzer-20/+2
2015-01-22drm/radeon: Restore GART table contents after pinning it in VRAM v3Michel Dänzer-0/+13
2015-01-22drm/radeon: Split off gart_get_page_entry ASIC hook from set_page_entryMichel Dänzer-37/+100
2015-01-22drm/amdkfd: change amdkfd version to 0.7.1Oded Gabbay-2/+2
2015-01-22drm/radeon: cik_sdma_ctx_switch_enable() can be statickbuild test robot-1/+1
2015-01-22drm/amdkfd: Fix sparse errorsOded Gabbay-37/+27
2015-01-22drm/radeon: make MMU_NOTIFIER optionalRob Clark-2/+11
2015-01-22drm/radeon: use NULL rather then 0 in audio detectAlex Deucher-1/+1
2015-01-22drm/radeon: whitespace clean up in radeon_audio.cAlex Deucher-35/+35
2015-01-22radeon/audio: enable DP audioSlava Grigorev-0/+147
2015-01-22radeon/audio: moved audio caps programming to audio_hotplug() functionSlava Grigorev-35/+43
2015-01-22radeon/audio: applied audio_dpms() and audio_mode_set() callsSlava Grigorev-26/+27
2015-01-22radeon/audio: consolidate audio_mode_set() functionsSlava Grigorev-162/+66
2015-01-22radeon/audio: removed unnecessary debug settingsSlava Grigorev-18/+0
2015-01-22radeon/audio: moved mute programming to a separate functionSlava Grigorev-11/+58
2015-01-22radeon/audio: moved audio packet programming to a separate functionSlava Grigorev-112/+134
2015-01-22radeon/audio: set_avi_packet() function cleanupSlava Grigorev-79/+59
2015-01-22radeon/audio: removed unnecessary CRC control programingSlava Grigorev-6/+0
2015-01-22radeon: moved HDMI color depth programming to a separate functionSlava Grigorev-34/+62