summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-073-8/+175
|\
| * media: drm: rcar-du: Add support for CRC computationLaurent Pinchart2018-05-173-6/+171
| * media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart2018-05-171-2/+4
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-072-4/+3Star
|\ \
| * | treewide: Use struct_size() for vmalloc()-familyKees Cook2018-06-061-2/+1Star
| * | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
| |/
* | Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-061054-26058/+70818
|\ \
| * \ Merge tag 'drm-amdkfd-next-2018-05-28' of git://people.freedesktop.org/~gabba...Dave Airlie2018-05-304-12/+66
| |\ \
| | * | drm/amdgpu: fix 32-bit build warningArnd Bergmann2018-05-251-2/+2
| | * | drm/amdgpu: Use dev_info() to report amdkfd is not supported for this ASICTom Stellard2018-05-241-1/+1
| | * | drm/amdgpu: conditionally compile amdgpu's amdkfd filesOded Gabbay2018-05-183-9/+63
| * | | Merge tag 'exynos-drm-next-for-v4.18-v2' of git://git.kernel.org/pub/scm/linu...Dave Airlie2018-05-306-20/+22
| |\ \ \ | | |/ / | |/| |
| | * | drm/exynos: fimc: signedness bug in fimc_setup_clocks()Dan Carpenter2018-05-251-1/+1
| | * | drm/exynos: scaler: fix static checker warningInki Dae2018-05-251-1/+1
| | * | drm/exynos: Fix default value for zpos plane propertyMarek Szyprowski2018-05-241-5/+4Star
| | * | drm/exynos: Fix error value in exynos_drm_crtc_get_by_type()Marek Szyprowski2018-05-241-1/+1
| | * | drm/exynos/dsi: mask frame-done interruptAndrzej Hajda2018-05-241-3/+3
| | * | drm/exynos: decon: Add support for hardware windows no 4 and 5Marek Szyprowski2018-05-241-9/+12
| * | | Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-05-25137-2828/+6964
| |\ \ \
| | * | | drm/amd/display: Remove use of division operator for long longsDavid Francis2018-05-241-1/+1
| | * | | drm/amdgpu: Update GFX info structure to match what vega20 usedShaoyun Liu2018-05-242-6/+5Star
| | * | | drm/amdgpu/pp: remove duplicate assignmentAlex Deucher2018-05-241-1/+0Star
| | * | | drm/sched: add rcu_barrier after entity finiEmily Deng2018-05-241-1/+1
| | * | | drm/amdgpu: move VM BOs on LRU againChristian König2018-05-242-5/+26
| | * | | drm/amdgpu: consistenly use VM moved flagChristian König2018-05-241-13/+15
| | * | | drm/amdgpu: kmap PDs/PTs in amdgpu_vm_update_directoriesChristian König2018-05-241-7/+8
| | * | | drm/amdgpu: further optimize amdgpu_vm_handle_movedChristian König2018-05-241-13/+14
| | * | | drm/amdgpu: cleanup amdgpu_vm_validate_pt_bos v2Christian König2018-05-241-12/+7Star
| | * | | drm/amdgpu: rework VM state machine lock handling v2Christian König2018-05-242-49/+21Star
| | * | | drm/amdgpu: Add runtime VCN PG supportRex Zhu2018-05-242-18/+30
| | * | | drm/amdgpu: Enable VCN static PG by default on RVRex Zhu2018-05-241-1/+2
| | * | | drm/amdgpu: Add VCN static PG support on RVRex Zhu2018-05-242-1/+102
| | * | | drm/amdgpu: Enable VCN CG by default on RVRex Zhu2018-05-241-1/+2
| | * | | drm/amdgpu: Add static CG control for VCN on RVRex Zhu2018-05-241-11/+39
| | * | | drm/amdgpu: Add SOC15_WAIT_ON_RREG macro defineRex Zhu2018-05-241-0/+15
| | * | | drm/amdgpu: Add CG/PG flags for VCNRex Zhu2018-05-241-1/+2
| | * | | drm/amd/pp: Add smu support for VCN powergating on RVRex Zhu2018-05-241-1/+18
| | * | | drm/amdgpu: skip CG for VCN when late_init/finiRex Zhu2018-05-241-0/+2
| | * | | drm/amd/pp: fix a couple locking issuesRex Zhu2018-05-241-12/+19
| | * | | drm/amd/pp: Fix static checker warningRex Zhu2018-05-243-19/+14Star
| | * | | drm/amdgpu/gmc9: disable partial wr rmw if ECC is not enabledAlex Deucher2018-05-241-0/+1
| | * | | drm/amdgpu: add a df 1.7 implementation of enable_ecc_force_par_wr_rmwAlex Deucher2018-05-241-0/+8
| | * | | drm/amdgpu: add new DF callback for ECC setupAlex Deucher2018-05-241-0/+2
| | * | | drm/amdgpu: add new DF 1.7 register defsAlex Deucher2018-05-242-0/+8
| | * | | Remove calls to suspend/resume atomic helpers from amdgpu_device_gpu_recover....Andrey Grodzovsky2018-05-241-9/+1Star
| | * | | drm/amdgpu: fix insert nop for UVD4.2 ringLeo Liu2018-05-181-2/+13
| | * | | drm/amdgpu: fix insert nop for UVD5 ringLeo Liu2018-05-181-2/+13
| | * | | drm/amdgpu: fix insert nop for UVD6 ringLeo Liu2018-05-181-2/+13
| | * | | drm/amdgpu: fix insert nop for UVD7 ringLeo Liu2018-05-181-4/+6
| | * | | drm/amdgpu: fix insert nop for VCN decode ringLeo Liu2018-05-181-6/+8