aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-02-26drm/tilcdc: only build on armStephen Rothwell
2013-02-24Merge branch 'drm/hdmi-for-3.9' of git://anongit.freedesktop.org/tegra/linux ...Dave Airlie
2013-02-24Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie
2013-02-22drm/i915: Revert hdmi HDP pin checksDaniel Vetter
2013-02-22drm/tegra: Add list of framebuffers to debugfsThierry Reding
2013-02-22drm/tegra: Fix color expansionThierry Reding
2013-02-22drm/tegra: Split DC_CMD_STATE_CONTROL register writeThierry Reding
2013-02-22drm/tegra: Implement page-flipping supportThierry Reding
2013-02-22drm/tegra: Implement VBLANK supportThierry Reding
2013-02-22drm/tegra: Implement .mode_set_base()Thierry Reding
2013-02-22drm/tegra: Add plane supportThierry Reding
2013-02-22drm/tegra: Remove bogus tegra_framebuffer structureThierry Reding
2013-02-22drm: Add consistency check for page-flippingThierry Reding
2013-02-22drm/radeon: Use generic HDMI infoframe helpersThierry Reding
2013-02-22drm/tegra: Use generic HDMI infoframe helpersThierry Reding
2013-02-22drm: Add HDMI infoframe helpersThierry Reding
2013-02-22drm: Move mode tables to drm_edid.cThierry Reding
2013-02-22drm: Remove duplicate drm_mode_cea_vic()Thierry Reding
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-22Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie
2013-02-22gma500: Fix n, m1 and m2 clock limits for sdvo and lvdsPatrik Jakobsson
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-02-21drm/i915: Handle untiled planes when computing their offsetsChris Wilson
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-21drm/exynos: Add device tree based discovery support for G2DAjay Kumar
2013-02-21drm/exynos: hdmi: support extra resolutions using drm_display_mode timingsSean Paul
2013-02-21drm/exynos: mixer: set correct mode for range of resolutionsRahul Sharma
2013-02-21drm/exynos: implement display-mode-check callback in mixer driverRahul Sharma
2013-02-21drm/exynos: add display-mode-check operation to exynos_mixer_ops structRahul Sharma
2013-02-21drm/exynos: release resources properly when fb creation is failed.YoungJun Cho
2013-02-21drm/exynos: fix wrong pointer access at vm close.YoungJun Cho
2013-02-21drm/exynos: Add missing braces around sizeofSachin Kamat
2013-02-21drm/exynos: consider exception case to fb handle creationInki Dae
2013-02-21drm/exynos: fix iommu address allocation orderInki Dae
2013-02-21Merge branch 'tilcdc-next' of git://people.freedesktop.org/~robclark/linux in...Dave Airlie
2013-02-21Merge branch 'drm-next-3.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2013-02-21Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie
2013-02-20drm/radeon: properly validate the atpx interfaceAlex Deucher
2013-02-20drm/radeon: switch get_gpu_clock() to a callback (v2)Alex Deucher
2013-02-20drm/radeon: add a asic callback to get the xclkAlex Deucher
2013-02-20drm/radeon: Avoid NULL pointer dereference from atom_index_iio() allocation f...Tim Gardner
2013-02-20drm/radeon: remove overzealous warning in hdmi handlingAlex Deucher
2013-02-20drm/radeon: fix multi-head power profile stability on BTC+ asicsAlex Deucher
2013-02-20drm/nouveau: restore debugfs/vbios.rom supportMarcin Slusarz
2013-02-20drm/nv50-/kms: remove UPDATE methods after each encoder disconnectBen Skeggs
2013-02-20drm/nvd0/disp: handle multiple actions from one set of supervisor intrsBen Skeggs
2013-02-20drm/nv50/disp: handle multiple actions from one set of supervisor intrsBen Skeggs
2013-02-20gpu: remove gma500 stub driverLee, Chun-Yi