summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie25-170/+233
2016-01-15drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard4-3/+3
2016-01-14drm/amdgpu: add missing irq.h includeDave Airlie1-0/+1
2016-01-14Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie13-143/+235
2016-01-14Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/git/lst/linux in...Dave Airlie2-4/+9
2016-01-14Merge branch 'drm-rockchip-next-2016-01-06' of https://github.com/markyzq/ker...Dave Airlie4-0/+1213
2016-01-14drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom1-1/+5
2016-01-14drm/vmwgfx: Fix an incorrect lock checkThomas Hellstrom1-1/+1
2016-01-14drm: nouveau: fix nouveau_debugfs_init prototypeArnd Bergmann1-2/+2
2016-01-14drm/nouveau/pci: fix check in nvkm_pcie_set_linkKarol Herbst1-1/+1
2016-01-14Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie18-21/+554
2016-01-13drm/amdgpu: validate duplicates firstChristian König1-2/+2
2016-01-13drm/amdgpu: move VM page tables to the LRU end on CS v2Christian König3-1/+35
2016-01-13drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König1-0/+21
2016-01-13drm/ttm: fix adding foreign BOs to the swap LRUChristian König1-1/+1
2016-01-13drm/ttm: fix adding foreign BOs to the LRU during init v2Christian König1-1/+7
2016-01-13drm/radeon: use kobj_to_dev()Geliang Tang1-1/+1
2016-01-13drm/amdgpu: use kobj_to_dev()Geliang Tang1-1/+1
2016-01-13drm/amdgpu/cz: force vce clocks when sclks are forcedAlex Deucher1-1/+23
2016-01-13drm/amdgpu/cz: force uvd clocks when sclks are forcedAlex Deucher1-0/+24
2016-01-13drm/amdgpu/cz: add code to enable forcing VCE clocksAlex Deucher2-1/+98
2016-01-13drm/amdgpu/cz: add code to enable forcing UVD clocksAlex Deucher2-0/+130
2016-01-13drm/amdgpu: fix lost sync_to if scheduler is enabled.Chunming Zhou1-2/+3
2016-01-13drm/amd/powerplay: fix static checker warning for return meaningless value.Rex Zhu1-3/+3
2016-01-13drm/sysfs: use kobj_to_dev()Geliang Tang1-1/+1
2016-01-13drm/i915: Init power domains early in driver loadDaniel Vetter2-3/+5
2016-01-13drm: Do not set connector->encoder in driversThierry Reding5-7/+14
2016-01-13drm/exynos: fix kernel panic issue at drm releasingInki Dae3-0/+35
2016-01-13drm/exynos: crtc: do not wait for the scanout completionInki Dae3-27/+0
2016-01-13drm/exynos: mixer: properly update all planes on the same vblank eventMarek Szyprowski1-9/+25
2016-01-13drm/exynos: crtc: rework atomic_{begin,flush}Marek Szyprowski5-40/+32
2016-01-13drm/exynos: mixer: unify a check for video-processor windowMarek Szyprowski1-2/+2
2016-01-13drm/exynos: mixer: also allow ARGB1555 and ARGB4444Tobias Jakobi1-0/+6
2016-01-13drm/exynos: mixer: refactor layer setupMarek Szyprowski2-0/+44
2016-01-13drm/exynos: mixer: remove all static blending setupTobias Jakobi1-23/+0
2016-01-13drm/exynos: mixer: set window priority based on zposMarek Szyprowski2-18/+24
2016-01-13drm/exynos: make zpos property configurableMarek Szyprowski2-6/+49
2016-01-13drm/exynos: rename zpos to indexMarek Szyprowski8-28/+28
2016-01-12drm/amdgpu/powerplay: include asm/div64.h for do_div()Stephen Rothwell2-2/+2
2016-01-11drm/amdgpu: add irq domain supportAlex Deucher6-8/+136
2016-01-11drm/amdgpu/cgs: add an interface to access PCI resourcesAlex Deucher2-0/+70
2016-01-11Merge branch 'linux-4.5' of git://github.com/skeggsb/linux into drm-nextDave Airlie141-3704/+4879
2016-01-11drm/nouveau/pmu: prevent falcon from acking interrupts routed to the hostBen Skeggs5-2266/+2252
2016-01-11drm/nouveau/perf: change pcie speed on pstate changeKarol Herbst1-0/+3
2016-01-11drm/nouveau/perf: add fields for pci speed and width and use it for the pstatesKarol Herbst2-0/+5
2016-01-11drm/nouveau/bios/perf: parse the pci speed from the bios for tesla and newer ...Karol Herbst2-0/+18
2016-01-11drm/nouveau/pci: implement pcie speed change for kepler+Karol Herbst1-0/+189
2016-01-11drm/nouveau/pci: implement pcie speed change for FermiKarol Herbst3-0/+74
2016-01-11drm/nouveau/pci: implement pcie speed change for teslaKarol Herbst3-0/+120
2016-01-11drm/nouveau/pci: implement generic code for pcie speed changeKarol Herbst5-0/+210