summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2016-01-26drm/etnaviv: add helper for comparing model/revision IDsRussell King1-10/+10
2016-01-26drm/etnaviv: add helper to extract bitfieldsRussell King1-35/+27
2016-01-26drm/etnaviv: use defined constants for the chip modelRussell King1-14/+17
2016-01-26drm/etnaviv: update common and state_hi xml.h filesRussell King2-10/+75
2016-01-26drm/etnaviv: ignore VG GPUs with FE2.0Russell King1-0/+8
2016-01-25drm/etnaviv: fix failure path if model is zeroRussell King1-2/+2
2016-01-25drm/etnaviv: hold object lock while getting pages for coredumpLucas Stach1-0/+2
2016-01-25drm/etnaviv: remove owner assignment from platform_driverFabio Estevam1-1/+0
2016-01-23tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-4/+1
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-8/+8
2016-01-21Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+2
2016-01-21dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig7-8/+8
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-2/+0
2016-01-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2016-01-18Merge tag 'fbdev-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds59-4/+36349
2016-01-18drm/vc4: fix warning in validate printf.Dave Airlie1-1/+1
2016-01-18Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds642-25287/+78925
2016-01-18Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/...Dave Airlie8-41/+108
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie24-169/+232
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-6/+17
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds131-4554/+5783
2016-01-16mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams5-6/+17
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2016-01-15amdkfd: Copy from the proper user command pointerBorislav Petkov1-2/+1
2016-01-15drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard4-3/+3
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
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