aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: separate out vm pasid assignmentNirmoy Das2021-07-081-2/+8
* drm/amdgpu: remove amdgpu_vm_ptNirmoy Das2021-06-151-1/+1
* drm/amdgpu: make audio dev's D-state transition PMFW-awareEvan Quan2021-06-111-0/+42
* Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-06-031-0/+21
|\
| * drm/amdgpu: Add vbios info ioctl interfaceJiawei Gu2021-06-021-0/+15
| * drm/amdgpu: enable smart shift on dGPU (v5)Sathishkumar S2021-06-021-0/+6
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-221-2/+3
|\|
| * drm/amdgpu: Rename to ras_*_enabledLuben Tuikov2021-05-101-1/+1
| * drm/amdgpu: Remove redundant ras->supportedLuben Tuikov2021-05-101-1/+1
| * drm/amdgpu: cleanup amdgpu_vm_init()Nirmoy Das2021-04-231-1/+2
* | drm/amdgpu: Split amdgpu_device_fini into early and lateAndrey Grodzovsky2021-05-201-1/+11
|/
* drm/amdgpu: Set a suitable dev_info.gart_page_sizeHuacai Chen2021-04-091-2/+2
* drm/amdgpu: disentangle HG systems from vgaswitcherooAlex Deucher2021-04-091-6/+3
* drm/amdgpu: enable DPM_FLAG_MAY_SKIP_RESUME and DPM_FLAG_SMART_SUSPEND flags ...Alex Deucher2021-04-091-0/+7
* drm/amdgpu: add SECURE DISPLAY TA firmware info in debugfsKevin Wang2021-03-031-0/+5
* drm/amdgpu: refine PSP TA firmware info print in debugfsKevin Wang2021-03-031-30/+19
* drm/amdgpu: enable BACO runpm by default on sienna cichlid and navy flounderAlex Deucher2021-03-021-2/+0
* drm/amdgpu: correct TA RAP firmware information print errorKevin Wang2021-03-021-1/+1
* drm/amdgpu: add RAP TA version print in amdgpu_firmware_infoKevin Wang2021-02-261-0/+8
* drm/amdgpu/codec: drop the internal codec indexAlex Deucher2021-02-261-8/+8
* drm/amdgpu: add INFO ioctl support for querying video caps (v4)Alex Deucher2021-02-261-0/+57
* drm/amdgpu: do not use drm middle layer for debugfsNirmoy Das2021-02-181-13/+11
* drm/amdgpu: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-131-5/+5
* drm/amdgpu: print what method we are using for runtime pmAlex Deucher2020-12-151-0/+4
* drm/amdgpu: support runtime pm for GPUs that support BOCOAlex Deucher2020-12-151-1/+4
* drm/amdgpu: add check for ACPI power resourcesAlex Deucher2020-12-151-0/+4
* drm/amdgpu: split BOCO and ATPX handlingAlex Deucher2020-12-151-2/+2
* Merge tag 'amd-drm-next-5.11-2020-12-09' of git://people.freedesktop.org/~agd...Dave Airlie2020-12-101-55/+57
|\
| * drm/amdgpu: enable runtime pm using BACO on CI dGPUsAlex Deucher2020-12-091-5/+1
| * drm/amd/amdgpu/amdgpu_kms: Fix misnaming of parameter 'dev'Lee Jones2020-11-131-1/+1
| * drm/amd/amdgpu/amdgpu_kms: Remove 'struct drm_amdgpu_info_device dev_info' fr...Lee Jones2020-11-101-49/+55
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-11-101-0/+11
|\|
| * Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie2020-11-101-0/+11
| |\
| | * drm/amdgpu: add TOC firmware support for apu (v3)Huang Rui2020-10-051-0/+11
* | | drm/amdgpu: Make struct drm_driver constLuben Tuikov2020-11-061-23/+1
|/ /
* | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-151-40/+65
|\|
| * drm/amdgpu: store noretry parameter per driver instanceAlex Deucher2020-09-251-1/+1
| * drm/amdgpu: add ta DTM/HDCP print in amdgpu_firmware_info for apuChangfeng2020-09-151-7/+36
| * Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie2020-09-081-23/+16
| |\
| | * drm/amdgpu: disable runtime pm for navy_flounderJiansong Chen2020-08-261-0/+1
| | * drm/amdgpu: Fix buffer overflow in INFO ioctlAlex Deucher2020-08-261-0/+4
| | * drm/amdgpu: Embed drm_device into amdgpu_device (v3)Luben Tuikov2020-08-261-15/+6
| | * drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov2020-08-241-8/+8
| | * drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2020-08-141-4/+0
| | * drm/amdgpu: new ids flag for tmz (v2)Pierre-Eric Pelloux-Prayer2020-08-061-0/+2
| | * drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()Peilin Ye2020-07-301-1/+2
| | * drm/amdgpu: fix system hang issue during GPU resetDennis Li2020-07-271-0/+4
| * | Merge tag 'v5.9-rc4' into drm-nextDave Airlie2020-09-081-0/+5
| |\ \
| * \ \ Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-08-121-15/+31
| |\ \ \
| | * \ \ Merge tag 'v5.8' into drm-nextDave Airlie2020-08-111-1/+2
| | |\ \ \ | | | |_|/ | | |/| |