aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-17drm/core: Fix old_fb handling in drm_mode_atomic_ioctl.Maarten Lankhorst1-1/+2
2015-11-17drm/core: Set legacy_cursor_update in drm_atomic_helper_disable_plane.Maarten Lankhorst1-3/+3
2015-11-16drm/amdgpu: remove the unnecessary parameter adev for amdgpu_sa_bo_new()Junwei Zhang4-8/+6
2015-11-16drm/amdgpu: wait interruptible when semaphores are disabled v2Christian König1-2/+8
2015-11-16drm/amdgpu: update pd while updating vm as wellChunming Zhou1-0/+3
2015-11-16drm/amdgpu: fix handling order in scheduler CSChristian König1-5/+5
2015-11-16drm/amdgpu: fix incorrect mutex usage v3Christian König5-48/+37
2015-11-16drm/amdgpu: cleanup scheduler fence get/put danceChristian König2-2/+0
2015-11-16drm/amdgpu: add command submission workflow tracepointChunming Zhou5-4/+76
2015-11-16drm/amdgpu: update Fiji's tiling mode tableFlora Cui1-1/+291
2015-11-16drm/amdgpu: fix bug that can't enter thermal interrupt for bonaire.Rex Zhu1-4/+4
2015-11-16drm/amdgpu: fix seq_printf format stringArnd Bergmann1-3/+3
2015-11-16drm/radeon: fix quirk for MSI R7 370 Armor 2XMaxim Sheviakov1-1/+1
2015-11-16drm/amdgpu: Fix default page access routingJay Cornwall2-0/+2
2015-11-16drm/radeon: unconditionally set sysfs_initializedAlex Deucher1-2/+1
2015-11-16drm/amdgpu: cleanup amdgpu_cs_parser handlingChristian König2-60/+33
2015-11-16drm/amdgpu: fix leaking the IBs on errorChristian König1-13/+12
2015-11-16drm/amd: add kmem cache for sched fenceChunming Zhou3-2/+23
2015-11-16drm/amdgpu: add kmem cache for amdgpu fenceChunming Zhou1-2/+20
2015-11-16drm/amdgpu: update fiji_mgcg_cgcg_init tableFlora Cui1-5/+0
2015-11-16drm/amdgpu: use common fence for amdgpu_vm_fenceChristian König3-8/+8
2015-11-16drm/amdgpu: use fence_is_later() for vm_flush as well v2Christian König1-12/+9
2015-11-16drm/amdgpu: use a timer for fence fallbackChristian König2-46/+35
2015-11-16drm/amdgpu: remove fence trace pointsChristian König2-44/+0
2015-11-16drm/amdgpu: update Fiji's mmPA_SC_RASTER_CONFIG valueFlora Cui1-1/+4
2015-11-16drm/radeon: Only prompt for enabling PAT when we'd allow write-combiningMichel Dänzer1-2/+3
2015-11-16drm/radeon: Always disable RADEON_GEM_GTT_UC along with RADEON_GEM_GTT_WCMichel Dänzer1-2/+2
2015-11-16drm/radeon: Disable uncacheable CPU mappings of GTT with RV6xxMichel Dänzer1-0/+6
2015-11-16drm/i915: get runtime PM reference around GEM set_caching IOCTLImre Deak1-1/+7
2015-11-16drm/i915: Fix GT frequency roundingMika Kuoppala1-3/+5
2015-11-16drm/i915: quirk backlight present on Macbook 4, 1Jani Nikula1-0/+3
2015-11-16drm/i915: Fix crtc_y assignment in intel_find_initial_plane_obj()Ville Syrjälä1-2/+4
2015-11-13Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds18-279/+283
2015-11-13Merge branch 'drm-sti-next-2015-11-03' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-nextDave Airlie18-279/+283
2015-11-13Revert "drm/rockchip: Convert the probe function to the generic drm_of_component_probe()"Mark Yao1-6/+75
2015-11-13drm: Don't oops in drm_calc_timestamping_constants() if drm_vblank_init() wasn't calledVille Syrjälä1-1/+9
2015-11-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+5
2015-11-10Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-1/+19
2015-11-11drm/nouveau: fix build failures on all non ARM.Dave Airlie1-0/+6
2015-11-11drm/ast: Initialized data needed to map fbdev memoryEgbert Eich4-0/+11
2015-11-10nouveau: don't call pci_dma_supportedChristoph Hellwig1-2/+5
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds425-9488/+52410
2015-11-09remove abs64()Andrew Morton2-4/+4
2015-11-10drm/vc4: Add dependency on HAVE_DMA_ATTRS, and select DRM_GEM_CMA_HELPERGuenter Roeck1-1/+2
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-45/+3
2015-11-07Merge tag 'drm-intel-next-fixes-2015-11-06' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie7-24/+79
2015-11-07Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie6-100/+42
2015-11-06signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov1-41/+0
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko2-3/+2
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1