summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-2/+2
2020-01-31drm/via: set FOLL_PIN via pin_user_pages_fast()John Hubbard1-1/+1
2020-01-31Merge branch 'ttm-prot-fix' of git://people.freedesktop.org/~thomash/linux in...Dave Airlie1-7/+15
2020-01-31drm/amdgpu/navi10: add mclk to navi10_get_clock_by_type_with_latencyAlex Deucher1-0/+2
2020-01-31drm/amdgpu: Fix implicit enum conversion in gfx_v9_4_ras_error_injectNathan Chancellor1-1/+1
2020-01-31radeon: completely remove lut leftoversDaniel Vetter2-8/+0
2020-01-31drm/amd/display: Move drm_dp_mst_atomic_check() to the front of dc_validate_g...Zhan Liu1-4/+10
2020-01-31radeon: insert 10ms sleep in dce5_crtc_load_lutDaniel Vetter1-0/+2
2020-01-31drm/amd/display: fix spelling mistake link_integiry_check -> link_integrity_c...Colin Ian King3-7/+7
2020-01-31amdgpu: using vmalloc requires includeing vmalloc.hStephen Rothwell1-0/+1
2020-01-31drm/amdgpu: allocate entities on demandNirmoy Das2-117/+124
2020-01-31drm/amdgpu: Enable DISABLE_BARRIER_WAITCNT for ArcturusJoseph Greathouse2-2/+21
2020-01-31drm/mst: Fix possible NULL pointer dereference in drm_dp_mst_process_up_req()José Roberto de Souza1-1/+2
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1428-39431/+71906
2020-01-30Merge branch 'linux-5.6' of git://github.com/skeggsb/linux into drm-nextDave Airlie13-22/+200
2020-01-30Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds7-22/+19
2020-01-29drm/nouveau/fb/gp102-: allow module to load even when scrubber binary is missingBen Skeggs2-12/+32
2020-01-29drm/nouveau/acr: return error when registering LSF if ACR not supportedBen Skeggs1-1/+5
2020-01-29drm/nouveau/disp/gv100-: not all channel types support reporting error codesBen Skeggs1-6/+17
2020-01-29drm/nouveau/disp/nv50-: prevent oops when no channel method map providedBen Skeggs1-0/+2
2020-01-29drm/nouveau: support synchronous pushbuf submissionBen Skeggs1-1/+10
2020-01-29drm/nouveau: signal pending fences when channel has been killedBen Skeggs3-1/+12
2020-01-29drm/nouveau: reject attempts to submit to dead channelsBen Skeggs1-0/+2
2020-01-29drm/nouveau: zero vma pointer even if we only unreference it rather than freeBen Skeggs1-1/+1
2020-01-29drm/nouveau: Add HD-audio component notifier supportTakashi Iwai3-0/+119
2020-01-29Revert "drm/etnaviv: reject timeouts with tv_nsec >= NSEC_PER_SEC"Arnd Bergmann1-9/+0
2020-01-28drm/amd/powerplay: fix spelling mistake "Attemp" -> "Attempt"Colin Ian King2-12/+12
2020-01-28drm/amd/display: fix for-loop with incorrectly sized loop counter (v2)Colin Ian King1-4/+4
2020-01-28drm/amdgpu: enable GPU reset by default on renoirAlex Deucher1-0/+1
2020-01-28drm/amdgpu: enable GPU reset by default on NaviAlex Deucher1-0/+3
2020-01-28drm/amd/display: do not allocate display_mode_lib unnecessarilyDor Askayo1-8/+9
2020-01-28drm/amdgpu: add coreboot workaround for KV/KBChristian König1-1/+2
2020-01-28Revert "drm/amd/display: Don't skip link training for empty dongle"Harry Wentland1-8/+2
2020-01-28drm/amd/display: Retrain dongles when SINK_COUNT becomes non-zeroHarry Wentland1-2/+1
2020-01-28drm/amdgpu: original raven doesn't support full asic resetAlex Deucher1-0/+4
2020-01-28drm/amdgpu: attempt to enable gfxoff on more raven1 boards (v2)Alex Deucher1-4/+40
2020-01-28drm/amd/amdgpu: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-28drm/amd/powerplay: use true, false for bool variable in smu7_hwmgr.czhengbin1-3/+3
2020-01-28drm/amdgpu: fix doc by clarifying sched_list definitionNirmoy Das1-1/+1
2020-01-28drm/amdgpu: initialize bo_va_list when add gws to processxinhui pan1-0/+1
2020-01-28drm/amdgpu/vcn: use inst_idx relacing instJames Zhu1-12/+12
2020-01-28drm/amdgpu/vcn: fix typo errorJames Zhu1-1/+1
2020-01-28drm/amdgpu/vcn: fix vcn2.5 instance issueJames Zhu1-44/+44
2020-01-28drm/amdgpu/vcn2.5: fix a bug for the 2nd vcn instance (v2)James Zhu1-5/+8
2020-01-28drm/amdgpu/vcn: Share vcn_v2_0_dec_ring_test_ring to vcn2.5James Zhu3-2/+3
2020-01-28drm/amdgpu: Use the correct flush_type in flush_gpu_tlb_pasidFelix Kuehling2-4/+4
2020-01-28drm/amdgpu: Fix TLB invalidation request when using semaphoreFelix Kuehling2-6/+7
2020-01-28Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds13-15/+15
2020-01-27Revert "drm/sun4i: drv: Allow framebuffer modifiers in mode config"Jernej Skrabec1-1/+0
2020-01-24Merge tag 'amd-drm-fixes-5.5-2020-01-23' of git://people.freedesktop.org/~agd...Dave Airlie1-1/+1