summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)Author
2015-01-27drm/i915: Don't cleanup plane state in intel_plane_destroy()Matt Roper
2015-01-27drm: Add rotation value to plane stateMatt Roper
2015-01-27Merge branch 'drm-next' of https://github.com/markyzq/kernel-drm-rockchip int...Dave Airlie
2015-01-27Merge branch 'drm-fixes-3.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie
2015-01-27Merge tag 'drm-amdkfd-fixes-2015-01-26' of git://people.freedesktop.org/~gabb...Dave Airlie
2015-01-27Merge branch 'drm-next-3.20' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2015-01-27Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie
2015-01-27Merge tag 'drm-amdkfd-next-fixes-2015-01-25' of git://people.freedesktop.org/...Dave Airlie
2015-01-27Merge branch 'drm-tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm...Dave Airlie
2015-01-27drm: fix drm_display_info_set_bus_formats kernel doc headerBoris Brezillon
2015-01-27Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-01-27Merge tag 'topic/core-stuff-2015-01-23' of git://anongit.freedesktop.org/drm-...Dave Airlie
2015-01-26Merge branch 'for-linus' into for-nextTakashi Iwai
2015-01-26drm/i915: BDW Fix Halo PCI IDs marked as ULT.Rodrigo Vivi
2015-01-26drm/i915: Fix and clean BDW PCH identificationRodrigo Vivi
2015-01-26drm/i915: Only fence tiled region of object.Bob Paauwe
2015-01-26drm/i915: fix inconsistent brightness after resumeJeremiah Mahler
2015-01-26drm/i915: Init PPGTT before context enableDavid Woodhouse
2015-01-26drm/plane-helper: Fix transitional helper kerneldocsMatt Roper
2015-01-26drm/plane-helper: Skip prepare_fb/cleanup_fb when newfb==oldfbMatt Roper
2015-01-25drm/exynos: fimd: check error status for drm_iommu_attach_deviceAjay Kumar
2015-01-25drm/exynos: create exynos_check_plane()Gustavo Padovan
2015-01-25drm/exynos: remove mode_set() ops from exynos_crtcGustavo Padovan
2015-01-25drm/exynos: don't duplicate drm_display_mode in fimd contextGustavo Padovan
2015-01-25drm/exynos: remove struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: remove drm_dev from struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: move 'type' from manager to crtc structGustavo Padovan
2015-01-25drm/exynos: remove pipe member of struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: add pipe param to exynos_drm_crtc_create()Gustavo Padovan
2015-01-25drm/exynos: rename base object of struct exynos_drm_crtc to 'base'Gustavo Padovan
2015-01-25drm/exynos: remove exynos_drm_crtc_mode_set_commit()Gustavo Padovan
2015-01-25drm/exynos: call exynos_update_plane() directly on page flipsGustavo Padovan
2015-01-25drm/exynos: unify plane update on exynos_update_plane()Gustavo Padovan
2015-01-25drm/exynos: remove exynos_plane_commit() wrapperGustavo Padovan
2015-01-25drm/exynos: don't do any DPMS operation while updating planesGustavo Padovan
2015-01-25drm/exynos: Don't touch DPMS when updating overlay planesGustavo Padovan
2015-01-25drm/exynos/vidi: remove useless ops->commit()Gustavo Padovan
2015-01-25drm/exynos/fimd: don't initialize 'ret' variable in fimd_probe()Gustavo Padovan
2015-01-25drm/exynos: remove struct exynos_drm_overlayGustavo Padovan
2015-01-25drm/exynos: remove exynos_drm_crtc_plane_* wrappersGustavo Padovan
2015-01-25drm/exynos: expose struct exynos_drm_crtcGustavo Padovan
2015-01-25drm/exynos: move to_exynos_crtc() macro to main headerGustavo Padovan
2015-01-23gpu: host1x: Factor out __host1x_device_del()Thierry Reding
2015-01-23gpu: host1x: Call host1x_device_add() under lockThierry Reding
2015-01-23gpu: host1x: Call ->remove() only when a device is boundThierry Reding
2015-01-22drm/radeon: Remove rdev->gart.pages_addr arrayMichel Dänzer
2015-01-22drm/radeon: Restore GART table contents after pinning it in VRAM v3Michel Dänzer
2015-01-22drm/radeon: Split off gart_get_page_entry ASIC hook from set_page_entryMichel Dänzer
2015-01-22drm/amdkfd: change amdkfd version to 0.7.1Oded Gabbay
2015-01-22drm/radeon: cik_sdma_ctx_switch_enable() can be statickbuild test robot