aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds333-5467/+26522
2013-05-03qxl: update to new idr interfaces.Dave Airlie2-24/+16
2013-05-03Merge branch 'server-fixes' into drm-nextDave Airlie9-11/+127
2013-05-03Merge branch 'drm-next-3.10-2' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie16-299/+279
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-2/+1
2013-05-03drm/nouveau: fix build with nv50->nvc0Dave Airlie1-1/+1
2013-05-02drm/radeon: fix handling of v6 power tablesAlex Deucher1-6/+5
2013-05-02drm/radeon: clarify family checks in pm table parsingAlex Deucher1-3/+3
2013-05-02drm/radeon: consolidate UVD clock programmingChristian König6-278/+191
2013-05-02drm/radeon: fix UPLL_REF_DIV_MASK definitionChristian König3-3/+3
2013-05-02radeon: add bo tracking debugfsJerome Glisse3-1/+59
2013-05-02drm/radeon: add new richland pci idsAlex Deucher1-2/+4
2013-05-02drm/radeon: fix scratch reg handling for UVD fenceChristian König1-1/+1
2013-05-02drm/radeon: allocate SA bo in the requested domainChristian König1-1/+1
2013-05-02drm/radeon: fix possible segfault when parsing pm tablesAlex Deucher1-1/+9
2013-05-02drm/radeon: fix endian bugs in atom_allocate_fb_scratch()Alex Deucher1-3/+3
2013-05-02Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-nextDave Airlie9-2/+145
2013-05-02drm/nve0: recognise nvf0 as a kepler board (GK110)Ben Skeggs2-1/+36
2013-05-02drm/nouveau: force noaccel when no PFIFO support presentBen Skeggs1-1/+2
2013-05-02drm/nvf0/disp: expose display class 2.2Ben Skeggs6-0/+107
2013-05-02drm/cirrus: deal with bo reserve fail in dirty update pathDave Airlie3-2/+40
2013-05-02drm/ast: deal with bo reserve fail in dirty update pathDave Airlie3-4/+43
2013-05-02drm/mgag200: deal with bo reserve fail in dirty update pathDave Airlie3-5/+44
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-28/+17
2013-05-01drm: proc: Use remove_proc_subtree()David Howells1-15/+7
2013-05-01drm: proc: Use minor->index to label things, not PDE->nameDavid Howells2-9/+6
2013-05-01drm: Constify drm_proc_list[]David Howells1-3/+3
2013-05-01drm/i915: fix dmabuf vmap supportDave Airlie1-1/+1
2013-05-01drm/prime: warn for non-empty handle lookup list during drm file releaseImre Deak1-5/+2
2013-05-01udl: bind the framebuffer to the correct device.Dave Airlie1-1/+1
2013-05-01drm: prime: fix refcounting on the dmabuf import error pathImre Deak5-4/+18
2013-05-01drm/prime: keep a reference from the handle to exported dma-buf (v6)Dave Airlie2-38/+42
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2013-04-30drm: Kill user_modes list and the associated ioctlsVille Syrjälä2-192/+2
2013-04-30drm: Silence some sparse warningsVille Syrjälä2-9/+6
2013-04-30drm: Make drm_ioctls constVille Syrjälä1-2/+2
2013-04-30drivers, drm: fix qxl build error when debugfs is disabledDavid Rientjes1-0/+6
2013-04-30Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie8-20/+60
2013-04-30Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-nextDave Airlie11-160/+230
2013-04-30drm/mgag200: Remove extra variable assignsChristopher Harvey1-2/+0
2013-04-30drm/mgag200: Pass driver specific mga_device in driver functionsChristopher Harvey1-4/+3
2013-04-30drm/mgag200: Remove pointless call to drm_fb_get_bpp_depthChristopher Harvey1-3/+0
2013-04-29drm/exynos: Don't blend mixer layer 0Sean Paul1-3/+5
2013-04-29drm/exynos: Remove unnecessary braces in exynos_hdmi.cSachin Kamat1-6/+4
2013-04-29drm/exynos: Select VIDEOMODE_HELPERS for FIMDSachin Kamat1-1/+1
2013-04-29drm/exynos: do not use generic flags to dumbInki Dae1-1/+2
2013-04-29drm/exynos: added ipp device registration to drm driverSeung-Woo Kim3-0/+44
2013-04-29exynos/drm: hdmi: cleanup for hdmi common device registrationSeung-Woo Kim2-5/+11
2013-04-29drm/exynos: fix wrong return check for platform_device_register_simpleSeung-Woo Kim2-2/+2