summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/lst/linux into d...Dave Airlie2016-10-212-6/+21
|\
| * drm/etnaviv: block 64K of address space behind each cmdstreamLucas Stach2016-10-101-1/+2
| * drm/etnaviv: ensure write caches are flushed at end of user cmdstreamLucas Stach2016-10-101-5/+19
* | Merge branch 'drm-vmwgfx-fixes' of ssh://people.freedesktop.org/~syeh/repos_l...Dave Airlie2016-10-215-73/+146
|\ \
| * | drm/vmwgfx: Adjust checks for null pointers in 13 functionsMarkus Elfring2016-10-101-16/+15
| * | drm/vmwgfx: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-10-101-16/+5
| * | drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()Markus Elfring2016-10-101-4/+6
| * | drm/vmwgfx: Avoid validating views on view destructionThomas Hellstrom2016-10-101-13/+58
| * | drm/vmwgfx: Limit the user-space command buffer sizeThomas Hellstrom2016-10-101-3/+3
| * | drm/vmwgfx: Remove a leftover debug printoutThomas Hellstrom2016-10-101-3/+0
| * | drm/vmwgfx: Allow resource relocations on byte boundariesThomas Hellstrom2016-10-101-15/+26
| * | drm/vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER commandCharmaine Lee2016-10-102-1/+33
| * | drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson2016-10-101-4/+2
| * | drm/vmwgfx: Replace numeric parameter like 0444 with macroBaole Ni2016-10-101-5/+5
* | | Merge branch 'drm-armada-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie2016-10-211-8/+10
|\ \ \
| * | | drm/armada: fix clock countsRussell King2016-10-041-8/+10
| |/ /
* | | Merge branch 'fixes-for-v4.9-rc2' of http://git.agner.ch/git/linux-drm-fsl-dc...Dave Airlie2016-10-214-61/+10
|\ \ \
| * | | drm/fsl-dcu: enable pixel clock when enabling CRTCStefan Agner2016-10-192-20/+3
| * | | drm/fsl-dcu: do not transfer registers in mode_set_nofbStefan Agner2016-10-191-2/+0
| * | | drm/fsl-dcu: do not transfer registers on plane initStefan Agner2016-10-191-5/+0
| * | | drm/fsl-dcu: enable TCON bypass mode by defaultStefan Agner2016-10-192-34/+7
* | | | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-196-9/+21
|\ \ \ \
| * | | | mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-192-3/+10
| * | | | mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-193-5/+9
| * | | | mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+2
* | | | | Merge tag 'drm-fixes-for-v4.9-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds2016-10-1827-131/+232
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | drm: Print device information again in debugfsDaniel Vetter2016-10-171-4/+0
| * | | drm/amd/powerplay: fix bug stop dpm can't work on Vi.Rex Zhu2016-10-142-15/+25
| * | | drm/amd/powerplay: notify smu no display by default.Rex Zhu2016-10-141-1/+1
| * | | drm/amdgpu/dpm: implement thermal sensor for CZ/STAlex Deucher2016-10-141-3/+5
| * | | drm/amdgpu/powerplay: implement thermal sensor for CZ/STAlex Deucher2016-10-141-0/+18
| * | | drm/amdgpu: disable smu hw first on tear downAlex Deucher2016-10-141-0/+24
| * | | drm/amdgpu: fix amdgpu_need_full_reset (v2)Alex Deucher2016-10-149-64/+60
| * | | drm/amdgpu/si_dpm: Limit clocks on HD86xx partTom St Denis2016-10-131-0/+6
| * | | drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu2016-10-131-2/+4
| * | | drm/amdgpu: potential NULL dereference in debugfs codeDan Carpenter2016-10-131-2/+2
| * | | drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu2016-10-131-2/+4
| * | | drm/amd/powerplay: fix static checker warnings in iceland_smc.cRex Zhu2016-10-131-1/+1
| * | | drm/radeon: change vblank_time's calculation method to reduce computational e...Alex Deucher2016-10-131-7/+8
| * | | drm/amdgpu: change vblank_time's calculation method to reduce computational e...Rex Zhu2016-10-131-6/+8
| * | | drm/amdgpu: clarify UVD/VCE special handling for CGAlex Deucher2016-10-121-9/+11
| * | | drm/amd/amdgpu: enable clockgating only after late initArindam Nath2016-10-121-7/+7
| * | | drm/radeon: allow TA_CS_BC_BASE_ADDR on SIMarek Olšák2016-10-123-1/+4
| * | | drm/amdgpu: initialize the context reset_counter in amdgpu_ctx_initNicolai Hähnle2016-10-121-0/+3
| * | | drm/amdgpu/gfx8: fix CGCG_CGLS handlingAlex Deucher2016-10-121-3/+10
| * | | drm/radeon: fix modeset tear down codeAlex Deucher2016-10-121-7/+7
| * | | drm/radeon: fix up dp aux tear down (v2)Alex Deucher2016-10-122-2/+18
| * | | drm/amdgpu: use .early_unregister hook to remove DP AUX i2cGrazvydas Ignotas2016-10-121-1/+12
* | | | Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-10-11604-51076/+80352
|\ \ \ \ | |/ / /
| * | | Merge tag 'topic/drm-misc-2016-10-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-1216-58/+313
| |\ \ \
OpenPOWER on IntegriCloud