aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16drm/amdkfd: Consistently apply noretry settingFelix Kuehling9-17/+20
2019-07-16drm/amd/display: return 'NULL' instead of 'false' from dcn20_acquire_idle_pipe_for_layerArnd Bergmann1-1/+1
2019-07-16drm/amd/display: Support clang option for stack alignmentArnd Bergmann2-5/+19
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1469-33745/+472663
2019-07-16Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next"Dave Airlie21-1685/+445
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab1-1/+1
2019-07-15docs: ioctl: convert to ReSTMauro Carvalho Chehab1-1/+1
2019-07-15docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-60/+51
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-12/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-3/+3
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual1-2/+1
2019-07-12drm/amd/powerplay: add pstate mclk(uclk) support for navi10Kevin Wang2-1/+8
2019-07-12drm/amd/powerplay: fix smu clock type change miss errorKevin Wang1-2/+2
2019-07-12drm/amdgpu: support key database loading for navi10Hawking Zhang5-1/+70
2019-07-12drm/amdgpu: switch to macro for psp bootloader commandHawking Zhang3-4/+10
2019-07-11drm/amdgpu: Print out voltage in DM_PPLIBPaul Menzel1-1/+2
2019-07-12Merge tag 'imx-drm-next-2019-07-05' of git://git.pengutronix.de/git/pza/linux into drm-nextDave Airlie5-106/+483
2019-07-12Merge tag 'drm-next-5.3-2019-07-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie45-164/+478
2019-07-11drm/amd/display: Add drm_audio_component support to amdgpu_dmNicholas Kazlauskas3-0/+248
2019-07-11drm/amd/display: Expose audio inst from DC to DMNicholas Kazlauskas2-0/+4
2019-07-11drm/amdkfd: fix cp hang in evictionEric Huang1-7/+9
2019-07-11drm/amdgpu: enable IP discovery by default on naviAlex Deucher1-1/+2
2019-07-11drm/amdgpu/discovery: fix DCE_HWIP mapping error in hw_id_map arraytiancyin1-1/+1
2019-07-11drm/amd/powerplay: bug fix for sysfsKenneth Feng1-2/+2
2019-07-11drm/amd/powerplay: increase the SMU msg response waiting timeEvan Quan1-1/+1
2019-07-11drm/amdgpu: Fix potential integer overflowsFelix Kuehling1-4/+5
2019-07-10drm/modes: Skip invalid cmdline modeDmitry Osipenko2-1/+8
2019-07-09drm/amdgpu/psp: add a mutex to protect access to the psp ringAlex Deucher3-2/+16
2019-07-09drm/amdgpu/navi10: add uclk activity sensorAlex Deucher1-2/+14
2019-07-09drm/amdgpu: properly guard the generic discovery codeAlex Deucher1-2/+2
2019-07-09drm/amdgpu: add missing documentation on new module parametersAlex Deucher1-0/+13
2019-07-09drm/amdgpu: don't invalidate caches in RELEASE_MEM, only do the writebackMarek Olšák1-5/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-09Merge tag 'sound-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-4/+15
2019-07-09Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds2-8/+4
2019-07-08drm/amd/display: avoid 64-bit divisionArnd Bergmann2-3/+3
2019-07-08drm/amdgpu/psp11: simplify the ucode register logicAlex Deucher1-2/+2
2019-07-08drm/amdgpu: properly guard DC support in navi codeAlex Deucher1-0/+4
2019-07-08drm/amd/powerplay: vega20: fix uninitialized variable useArnd Bergmann1-1/+4
2019-07-08drm/amd/display: dcn20: include linux/delay.hArnd Bergmann1-0/+1
2019-07-08amdgpu: make pmu support optionalArnd Bergmann2-3/+7
2019-07-08drm/amd/powerplay: Zero initialize current_rpm in vega20_get_fan_speed_percentNathan Chancellor1-2/+1
2019-07-08drm/amd/powerplay: Zero initialize freq in smu_v11_0_get_current_clk_freqNathan Chancellor1-1/+1
2019-07-08drm/amd/powerplay: Use memset to initialize metrics structsNathan Chancellor1-2/+6
2019-07-08drm/amdgpu/mes10.1: Fix header guardNathan Chancellor1-1/+1
2019-07-08drm/amd/powerplay: add temperature sensor support for navi10Kevin Wang1-0/+41
2019-07-08drm/amdgpu: fix scheduler timeout calcFlora Cui1-4/+9
2019-07-08drm/amdgpu: Prepare for hmm_range_register API change (v2)Philip Yang7-51/+57