summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-2744-138/+436
|\
| * Merge tag 'drm-fixes-5.4-2019-09-25' of git://people.freedesktop.org/~agd5f/l...Dave Airlie2019-09-2631-73/+287
| |\
| | * drm/amd/display: prevent memory leakNavid Emamdoost2019-09-255-0/+5
| | * drm/amdgpu/gfx10: add support for wks firmware loadingTianci.Yin2019-09-241-6/+16
| | * drm/amdgpu/display: include slab.h in dcn21_resource.cAlex Deucher2019-09-241-0/+2
| | * drm/amdgpu/display: fix 64 bit divideAlex Deucher2019-09-241-1/+3
| | * drm/amdgpu: flag navi12 and 14 as experimental for 5.4Alex Deucher2019-09-181-4/+4
| | * drm/amdgpu: add navi12 pci idTianci.Yin2019-09-171-0/+3
| | * drm/amdgpu: add navi14 PCI ID for work station SKUTianci.Yin2019-09-171-0/+2
| | * drm/amdkfd: Swap trap temporary registers in gfx10 trap handlerJay Cornwall2019-09-172-8/+8
| | * drm/amd/powerplay: implement sysfs for getting dpm clockPrike Liang2019-09-172-0/+95
| | * drm/amd/display: Restore backlight brightness after system resumeKai-Heng Feng2019-09-171-0/+1
| | * drm/amd/display: Implement voltage limitation for daliBhawanpreet Lakha2019-09-171-0/+4
| | * drm/amd/display: add Asic ID for DaliBhawanpreet Lakha2019-09-171-2/+5
| | * drm/amdgpu: Fix KFD-related kernel oops on HawaiiFelix Kuehling2019-09-171-1/+2
| | * drm/amd/amdgpu: power up sdma engine when S3 resume backPrike Liang2019-09-173-5/+10
| | * drm/amdgpu: Check for valid number of registers to readTrek2019-09-171-0/+3
| | * drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passedHans de Goede2019-09-172-25/+31
| | * drm/amd/display: Add missing HBM support and raise Vega20's uclk.Zhan Liu2019-09-171-2/+16
| | * drm/amd/display: dce11.x /dce12 update formula inputCharlene Liu2019-09-175-13/+27
| | * drm/amdgpu: remove program of lbpw for renoirAaron Liu2019-09-171-2/+0
| | * drm/amdgpu: Remove clock gating restore.Andrey Grodzovsky2019-09-171-1/+9
| | * drm/amdgpu: Add smu lock around in pp_smu_i2c_bus_accessAndrey Grodzovsky2019-09-171-1/+6
| | * 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