aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2020-02-07Merge tag 'drm-next-2020-02-07' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 111-940/+4507
2020-02-07Merge tag 'amd-drm-next-5.6-2020-02-05' of git://people.freedesktop.org/~agd5...Gravatar Dave Airlie 101-867/+4334
2020-02-07Merge branch 'linux-5.6' of git://github.com/skeggsb/linux into drm-nextGravatar Dave Airlie 5-10/+50
2020-02-07Merge tag 'drm/tegra/for-5.6-rc1-fixes' of git://anongit.freedesktop.org/tegr...Gravatar Dave Airlie 5-63/+123
2020-02-06gpu: host1x: Set DMA direction only for DMA-mapped buffer objectsGravatar Thierry Reding 1-1/+1
2020-02-06drm/tegra: Reuse IOVA mapping where possibleGravatar Thierry Reding 3-23/+63
2020-02-06drm/tegra: Relax IOMMU usage criteria on old TegraGravatar Thierry Reding 1-17/+32
2020-02-04drm/amd/dm/mst: Ignore payload update failuresGravatar Lyude Paul 1-9/+4
2020-02-04drm/amdgpu: update default voltage for boot od table for navi1xGravatar Alex Deucher 1-1/+8
2020-02-04drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltageGravatar Alex Deucher 1-3/+5
2020-02-04drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latencyGravatar Alex Deucher 1-6/+9
2020-02-04drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2)Gravatar Alex Deucher 1-11/+23
2020-02-04drm/amdgpu: fetch default VDDC curve voltages (v2)Gravatar Alex Deucher 1-1/+49
2020-02-04drm/amdgpu/smu_v11_0: Correct behavior of restoring default tables (v2)Gravatar Matt Coffin 4-20/+22
2020-02-04drm/amdgpu/navi10: add OD_RANGE for navi overclockingGravatar Alex Deucher 1-0/+59
2020-02-04drm/amdgpu/navi: fix index for OD MCLKGravatar Alex Deucher 1-1/+1
2020-02-04drm/amd/display: Fix HW/SW state mismatchGravatar Bhawanpreet Lakha 1-0/+19
2020-02-04drm/amd/display: Fix a typo when computing dsc configurationGravatar Mikita Lipski 1-1/+1
2020-02-04drm/amd/powerplay: fix navi10 system intermittent reboot issue V2Gravatar Evan Quan 6-1/+86
2020-02-04drm/amdkfd: Fix a bug in SDMA RLC queue counting under HWS modeGravatar Yong Zhao 1-4/+6
2020-02-04drm/amd/display: Only enable cursor on pipes that need itGravatar Nicholas Kazlauskas 1-0/+30
2020-02-04Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-7/+15
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 2-4/+4
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-1/+1
2020-02-03drm/nouveau/kms/gv100-: avoid sending a core update until the first modesetGravatar Ben Skeggs 2-6/+2
2020-02-03drm/nouveau/kms/gv100-: move window ownership setup into modesetting pathGravatar Ben Skeggs 4-6/+44
2020-02-03drm/nouveau/disp/gv100-: halt NV_PDISP_FE_RM_INTR_STAT_CTRL_DISP_ERROR stormsGravatar Ben Skeggs 1-0/+6
2020-01-31drm/tegra: sor: Initialize runtime PM before useGravatar Thierry Reding 1-15/+17
2020-01-31drm/tegra: sor: Disable runtime PM on probe failureGravatar Thierry Reding 1-6/+8
2020-01-31drm/tegra: sor: Suspend on clock registration failureGravatar Thierry Reding 1-6/+7
2020-01-31Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+3
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()Gravatar John Hubbard 1-2/+2
2020-01-31drm/via: set FOLL_PIN via pin_user_pages_fast()Gravatar John Hubbard 1-1/+1
2020-01-31Merge branch 'ttm-prot-fix' of git://people.freedesktop.org/~thomash/linux in...Gravatar Dave Airlie 1-7/+15
2020-01-30drm/amdgpu/navi10: add mclk to navi10_get_clock_by_type_with_latencyGravatar Alex Deucher 1-0/+2
2020-01-30drm/amdgpu: Fix implicit enum conversion in gfx_v9_4_ras_error_injectGravatar Nathan Chancellor 1-1/+1
2020-01-30radeon: completely remove lut leftoversGravatar Daniel Vetter 2-8/+0
2020-01-30drm/amd/display: Move drm_dp_mst_atomic_check() to the front of dc_validate_g...Gravatar Zhan Liu 1-4/+10
2020-01-30radeon: insert 10ms sleep in dce5_crtc_load_lutGravatar Daniel Vetter 1-0/+2
2020-01-30drm/amd/display: fix spelling mistake link_integiry_check -> link_integrity_c...Gravatar Colin Ian King 3-7/+7
2020-01-30amdgpu: using vmalloc requires includeing vmalloc.hGravatar Stephen Rothwell 1-0/+1
2020-01-30drm/amdgpu: allocate entities on demandGravatar Nirmoy Das 2-117/+124
2020-01-30drm/amdgpu: Enable DISABLE_BARRIER_WAITCNT for ArcturusGravatar Joseph Greathouse 2-2/+21
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1428-39431/+71906
2020-01-30Merge branch 'linux-5.6' of git://github.com/skeggsb/linux into drm-nextGravatar Dave Airlie 13-22/+200
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Gravatar Linus Torvalds 7-22/+19
2020-01-29drm/nouveau/fb/gp102-: allow module to load even when scrubber binary is missingGravatar Ben Skeggs 2-12/+32
2020-01-29drm/nouveau/acr: return error when registering LSF if ACR not supportedGravatar Ben Skeggs 1-1/+5
2020-01-29drm/nouveau/disp/gv100-: not all channel types support reporting error codesGravatar Ben Skeggs 1-6/+17