summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/amdgpu: add the accelerator pcie classShiwu Zhang2023-06-091-0/+5
| * drm/amdgpu: support partition drm devicesJames Zhu2023-06-091-0/+32
| * drm/amdgpu/bu: update mtype_local parameter settingsGraham Sider2023-06-091-1/+1
| * drm/amdgpu/bu: add mtype_local as a module parameterDavid Francis2023-06-091-4/+4
| * drm/amdgpu/bu: Add use_mtype_cc_wa module paramGraham Sider2023-06-091-0/+7
| * drm/amdgpu: Add auto mode for compute partitionLijo Lazar2023-06-091-3/+5
| * drm/amdgpu: Add parsing of acpi xcc objectsLijo Lazar2023-06-091-0/+1
| * drm/amdgpu: override partition mode through module parameterShiwu Zhang2023-06-091-0/+13
| * drm/amdgpu: add new flag to AMDGPU_CTX_QUERY2Pierre-Eric Pelloux-Prayer2023-06-091-1/+2
| * drm/amdgpu: bump driver version number for CP GFX shadowAlex Deucher2023-04-241-1/+2
| * drm/amd/amdgpu: Fix style errors in amdgpu_drv.c & amdgpu_device.cSrinivasan Shanmugam2023-04-211-1/+1
* | drm/amdgpu: Fix no-procfs buildRob Clark2023-05-261-0/+2
* | drm/amdgpu: Switch to fdinfo helperRob Clark2023-05-241-1/+2
|/
* drm/amd/amdgpu: Drop the hang limit parameterSrinivasan Shanmugam2023-04-111-8/+0
* drm/amd/amdgpu: Remove initialisation of globals to 0 or NULLSrinivasan Shanmugam2023-03-311-2/+2
* drm/amd/amdgpu: Fix error do not initialise globals to 0Srinivasan Shanmugam2023-03-311-1/+1
* drm/amdgpu: skip ASIC reset for APUs when go to S4Tim Huang2023-03-221-1/+4
* drm/amdgpu: change default behavior of bad_page_threshold parameterTao Zhou2023-02-231-1/+1
* drm/amdgpu: add more fields into device info, caches sizes, etc.Marek Olšák2023-02-231-1/+4
* drm/amd: Don't allow s0ix on APUs older than RavenMario Limonciello2023-02-231-1/+6
* drm/amdgpu: add S/G display parameterAlex Deucher2023-02-091-0/+11
* Revert "drm/amdgpu: TA unload messages are not actually sent to psp when amdg...Vitaly Prosyak2023-01-311-2/+2
* Merge tag 'amd-drm-next-6.3-2023-01-20' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-01-251-1/+2
|\
| * drm/amdgpu: return the PCIe gen and lanes from the INFO ioctlMarek Olšák2023-01-191-1/+2
* | Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-241-1/+0
|\ \ | |/ |/|
| * drm/amdgpu: Do not include <linux/fb.h>Thomas Zimmermann2023-01-131-1/+0
* | drm/amd: Delay removal of the firmware framebufferMario Limonciello2023-01-091-6/+0
* | Revert "drm/amd/display: Enable Freesync Video Mode by default"Michel Dänzer2023-01-031-0/+27
* | drm/amdgpu: allow zero as vram limitChristian König2023-01-031-1/+1
* | drm/amdgpu: bump minor version number for DEV_INFO and SENSOR IOCTLs updateEvan Quan2022-12-151-2/+4
* | drm/amdgpu: handle polaris10/11 overlap asics (v2)Alex Deucher2022-12-091-2/+11
* | drm/amdgpu: improve GART and GTT documentationPeter Maucher2022-12-011-4/+6
* | drm/amdgpu: use dev_dbg to print messages in runtime cycleGuchun Chen2022-11-291-1/+1
* | drm/amdgpu: add printing to indicate rpm completenessGuchun Chen2022-11-291-0/+2
* | drm/amdgpu: update documentation of parameter amdgpu_gtt_sizeZhenGuo Yin2022-11-231-2/+1
|/
* Merge tag 'amd-drm-next-6.2-2022-11-18' of https://gitlab.freedesktop.org/agd...Dave Airlie2022-11-221-5/+2
|\
| * drm/amdgpu: revert "implement tdr advanced mode"Christian König2022-11-151-1/+1
| * drm/amdgpu: remove the DID of Vangogh from pciidlistPerry Yuan2022-11-151-3/+0
| * drm/amdgpu: clarify DC checksAlex Deucher2022-11-151-1/+1
* | Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2022-11-161-0/+1
|\ \ | |/ |/|
| * drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-0/+1
* | drm/amdgpu: Disable GPU reset on SRIOV before remove pci.Gavin Wan2022-11-011-1/+2
|/
* Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-071-0/+14
|\
| * drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers.Jim Cromie2022-09-241-0/+14
* | drm/amdgpu: bump minor for gang submitChristian König2022-09-201-1/+2
* | drm/amdgpu: Fixed psp fence and memory issues when removing amdgpu deviceYiPeng Chai2022-09-191-0/+1
* | drm/amdgpu: Adjust removal control flow for smu v13_0_2YiPeng Chai2022-09-191-0/+30
* | drm/amdgpu: TA unload messages are not actually sent to psp when amdgpu is un...YiPeng Chai2022-09-071-2/+2
* | drm/amdgpu: add missing pci_disable_device() in amdgpu_pmops_runtime_resume()Yang Yingliang2022-08-291-1/+4
|/
* drm/amd/display: Add visualconfirm module parameterLeo Li2022-07-251-0/+4