aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-05Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie19-148/+1332
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds938-25087/+448953
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-2/+1
2017-05-02drm/amdgpu: Reserve 0-2 invalidation reg sets for none-amdgpu usagesShaoyun Liu1-1/+1
2017-05-02drm/amdgpu/gfx9: add additional MQD initializationAlex Deucher1-0/+5
2017-05-02drm/amdgpu/gfx9: fix typo in mpd initAlex Deucher1-2/+2
2017-05-02drm/amdgpu/gfx9: use actual gpu num se setting for ngg allocationAlex Deucher1-2/+1
2017-05-02drm/amdgpu: update revision id settings for BR/STAlex Deucher1-0/+12
2017-05-02drm/edid: Add 10 bpc quirk for LGD 764 panel in HP zBook 17 G2Mario Kleiner1-0/+8
2017-05-02Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-nextDave Airlie9-8/+10
2017-05-01Revert "drm/amdgpu: Refactor flip into prepare submit and submit. (v3)"Michel Dänzer2-124/+29
2017-04-29drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detectionMario Kleiner1-1/+1
2017-04-29drm/nouveau/secboot/gm20b: fix the error return code in gm20b_secboot_tegra_read_wpr()Wei Yongjun1-1/+1
2017-04-29drm/nouveau/kms: Increase max retries in scanout position queries.Mario Kleiner1-1/+1
2017-04-29drm/nouveau/bios/bitP: check that table is long enough for optional pointersBen Skeggs5-5/+5
2017-04-29drm/nouveau/fifo/nv40: no ctxsw for pre-nv44 mpeg engineIlia Mirkin1-0/+2
2017-04-28drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanupMichel Dänzer16-36/+36
2017-04-28drm/amd/powerplay: implement stop dpm task for vega10.Rex Zhu5-1/+123
2017-04-28drm/amd/powerplay: complete disable_smc_firmware_ctf_tasks.Rex Zhu3-1/+7
2017-04-28drm/amd/powerplay: add disable_smc_ctf callback in hwmgr.Rex Zhu4-1/+13
2017-04-28drm/amdgpu: fix deadlock of reservation between cs and gpu reset v2Chunming Zhou1-0/+4
2017-04-28drm/amdgpu: bump version for exporting gpu info for gfx9Junwei Zhang1-1/+2
2017-04-28drm/amdgpu: export more gpu info for gfx9Junwei Zhang3-0/+18
2017-04-28drm/amdgpu: remove unused and mostly unimplemented CGS functions v2Christian König2-468/+0
2017-04-28drm/amd/powerplay: refine set pcie dpm default table on vega10.Rex Zhu1-21/+1
2017-04-28drm/amd/powerplay: disable cks by default on vega10.Rex Zhu1-1/+1
2017-04-28drm/amd/powerplay: correct UlvOffsetVid on Vega10.Rex Zhu1-3/+2
2017-04-28drm/amdgpu: Fix use of interruptible waitingAlex Xie1-1/+1
2017-04-28drm/amdgpu: Fix use of interruptible waitingAlex Xie1-7/+7
2017-04-28drm/amdgpu: fix NULL pointer errorChunming Zhou1-1/+3
2017-04-28drm/amdgpu: validate shadow before restoring from itRoger.He3-0/+34
2017-04-28drm/amdgpu: Fix use of interruptible waitingAlex Xie1-2/+2
2017-04-28drm/amdgpu: Real return value can be over-written when clean upAlex Xie1-4/+5
2017-04-28drm/amdgpu: Fix use of interruptible waitingAlex Xie1-1/+1
2017-04-28drm/amdgpu: Fix use of interruptible waitingAlex Xie1-1/+1
2017-04-28drm/amdgpu: Fix use of interruptible waitingAlex Xie1-3/+3
2017-04-28drm/amdgpu: Fix use of interruptible waitingAlex Xie1-1/+1
2017-04-28drm/radeon: Make display watermark calculations more accurateMario Kleiner3-15/+15
2017-04-28drm/radeon: Avoid overflows/divide-by-zero in latency_watermark calculations.Mario Kleiner3-39/+7
2017-04-28drm/amdgpu: Add missing lb_vblank_lead_lines setup to DCE-6 path.Mario Kleiner1-1/+6
2017-04-28drm/radeon: check return value of radeon_fence_emitPan Bian1-1/+6
2017-04-28drm/radeon: check return value of radeon_ring_lockPan Bian1-2/+6
2017-04-28drm/amdgpu/soc15: enable UVD code path for sriovFrank Min1-2/+1
2017-04-28drm/amdgpu/uvd7: add UVD hw init sequences for sriovFrank Min1-45/+56
2017-04-28drm/amdgpu/uvd7: add uvd doorbell initialization for sriovFrank Min1-0/+14
2017-04-28drm/amdgpu/uvd7: add sriov uvd initialization sequencesFrank Min1-0/+246
2017-04-28drm/amdgpu/vce4: replaced with virt_alloc_mm_tableXiangliang Yu1-17/+3
2017-04-28drm/amdgpu/virt: add two functions for MM tableXiangliang Yu2-0/+48