summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | drm/amd/display: update renoir_ip_offset.hAaron Liu2019-09-171-1/+1
| | | * | drm/amdgpu: disable stutter mode for renoirAaron Liu2019-09-171-0/+2
| | | * | drm/amd/display: Add stereo mux and dig programming calls for dcn21Roman Li2019-09-172-5/+36
| | * | | Merge tag 'drm-misc-next-fixes-2019-09-23' of git://anongit.freedesktop.org/d...Dave Airlie2019-09-2614-65/+149
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * drm/panfrost: Prevent race when handling page faultSteven Price2019-09-191-19/+36
| | | * drm/panfrost: Remove NULL checks for regulatorSteven Price2019-09-191-6/+4
| | | * drm/panfrost: Fix regulator_get_optional() misuseMark Brown2019-09-191-6/+2
| | | * drm: Measure Self Refresh Entry/Exit times to avoid thrashingSean Paul2019-09-193-10/+87
| | | * drm: Fix kerneldoc and remove unused struct member in self_refresh helperSean Paul2019-09-191-1/+0
| | | * drm/atomic: Rename crtc_state->pageflip_flags to async_flipDaniel Vetter2019-09-184-7/+6
| | | * drm/atomic: Reject FLIP_ASYNC unconditionallyDaniel Vetter2019-09-181-2/+1
| | | * drm/atomic: Take the atomic toys away from XDaniel Vetter2019-09-181-1/+6
| | | * drm/kms: Duct-tape for mode object lifetime checksDaniel Vetter2019-09-182-4/+4
| | | * Revert "drm/bridge: adv7511: Attach to DSI host at probe time"Rob Clark2019-09-131-9/+3
| * | | drm/radeon: untag user pointers in radeon_gem_userptr_ioctlAndrey Konovalov2019-09-251-0/+2
| * | | drm/amdgpu: untag user pointersAndrey Konovalov2019-09-252-1/+3
| * | | Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-09-241-9/+9
| |\ \ \
| | * | | i2c: replace i2c_new_secondary_device with an ERR_PTR variantWolfram Sang2019-08-141-9/+9
| * | | | drivers/gpu/drm/via: convert put_page() to put_user_page*()John Hubbard2019-09-241-8/+2
| * | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-2115-540/+264
| |\ \ \ \
| | * | | | drm/radeon: guard against calling an unpaired radeon_mn_unregister()Jason Gunthorpe2019-09-071-0/+3
| | * | | | Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe2019-08-21121-632/+1360
| | |\ \ \ \
| | * | | | | mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig2019-08-201-1/+0
| | * | | | | mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig2019-08-201-2/+1
| | * | | | | nouveau: simplify nouveau_dmem_migrate_vmaChristoph Hellwig2019-08-201-129/+55
| | * | | | | nouveau: simplify nouveau_dmem_migrate_to_ramChristoph Hellwig2019-08-201-121/+40
| | * | | | | nouveau: remove a few function stubsChristoph Hellwig2019-08-201-11/+0
| | * | | | | nouveau: factor out dmem fence completionChristoph Hellwig2019-08-201-18/+15
| | * | | | | nouveau: factor out device memory address calculationChristoph Hellwig2019-08-201-25/+17
| | * | | | | nouveau: reset dma_nr in nouveau_dmem_migrate_alloc_and_copyChristoph Hellwig2019-08-201-0/+1
| | * | | | | mm: turn migrate_vma upside downChristoph Hellwig2019-08-201-59/+63
| | * | | | | drm/amdkfd: use mmu_notifier_putJason Gunthorpe2019-08-202-9/+4
| | * | | | | drm/amdkfd: fix a use after free race with mmu_notifer unregisterJason Gunthorpe2019-08-201-41/+37
| | * | | | | drm/radeon: use mmu_notifier_get/put for struct radeon_mnJason Gunthorpe2019-08-204-126/+38
| | * | | | | hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe2019-08-202-0/+5
| | * | | | | mm/hmm: make HMM_MIRROR an implicit optionChristoph Hellwig2019-08-072-2/+6
| | * | | | | mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig2019-08-072-2/+0
| | * | | | | mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig2019-08-072-5/+7
| | * | | | | nouveau: pass struct nouveau_svmm to nouveau_range_faultChristoph Hellwig2019-08-071-6/+6
| | * | | | | amdgpu: don't initialize range->list in amdgpu_hmm_init_rangeChristoph Hellwig2019-08-071-1/+0
| | * | | | | amdgpu: remove -EAGAIN handling for hmm_range_faultChristoph Hellwig2019-08-071-20/+3
| | * | | | | mm/hmm: remove hmm_range vmaRalph Campbell2019-07-261-4/+3
| | * | | | | mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig2019-07-262-2/+2
| | * | | | | mm/hmm: replace hmm_update with mmu_notifier_rangeRalph Campbell2019-07-262-8/+10
| | * | | | | mm/hmm: remove the legacy hmm_pfn_* APIsChristoph Hellwig2019-07-251-1/+1
| | * | | | | nouveau: return -EBUSY when hmm_range_wait_until_valid failsChristoph Hellwig2019-07-251-1/+1
| * | | | | | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-206-25/+21
| |\ \ \ \ \ \
| | * | | | | | kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-045-19/+15
| * | | | | | | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-191478-36280/+258861
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Merge branch 'linux-5.4' of git://github.com/skeggsb/linux into drm-nextDave Airlie2019-09-176-27/+41
| | |\ \ \ \ \ \