summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Fill adev->unique_id with data from PF2VF msgJiawei Gu2021-05-191-0/+2
* drm/amdgpu: Complete multimedia bandwidth interfaceBokun Zhang2021-05-191-0/+56
* drm/amdgpu: Add Aldebaran virtualization supportZhigang Luo2021-05-101-3/+7
* drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou2021-04-091-0/+2
* drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou2021-04-091-0/+8
* drm/amdgpu: detect sriov capability for aldebaranHawking Zhang2021-03-231-0/+1
* drm/amd/amdgpu: add error handling to amdgpu_virt_read_pf2vf_dataJingwen Chen2021-01-251-1/+5
* drm/amd/amdgpu: remove redundant flush_delayed_workJingwen Chen2021-01-201-1/+0
* drm/amdgpu/sriov Stop data exchange for wholegpu resetJack Zhang2021-01-131-0/+1
* Merge tag 'amd-drm-next-5.11-2020-12-09' of git://people.freedesktop.org/~agd...Dave Airlie2020-12-101-9/+9
|\
| * drm/amd/amdgpu/amdgpu_virt: Correct possible copy/paste or doc-rot misnaming ...Lee Jones2020-11-241-6/+6
| * amd/amdgpu: use kmalloc_array to replace kmalloc with multiplyBernard Zhao2020-11-241-2/+2
| * drm/amd/amdgpu/amdgpu_virt: Make local function 'amdgpu_virt_update_vf2pf_wor...Lee Jones2020-11-131-1/+1
* | drm/amdgpu/virt: fix handling of the atomic flagAlex Deucher2020-11-061-1/+3
|/
* drm/amdgpu: Implement new guest side VF2PF message transaction (v2)Bokun Zhang2020-09-251-54/+189
* drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov2020-08-241-1/+1
* drm/amdgpu: refine message print for devices of hiveDennis Li2020-08-241-1/+1
* drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2020-08-141-1/+1
* drm/amdgpu: move vram usage by vbios to mman (v2)Alex Deucher2020-08-041-3/+3
* drm/amdgpu: fix system hang issue during GPU resetDennis Li2020-07-271-1/+1
* drm/amdgpu: request init data in virt detectionWenhui Sheng2020-07-021-0/+28
* drm/amdgpu: label internally used symbols as staticNirmoy Das2020-07-011-2/+2
* drm/amdgpu: support reserve bad page for virt (v3)Stanley.Yang2020-07-011-0/+173
* drm/amdgpu/sriov : Add sriov detection for sienna_cichlidshaoyunl2020-07-011-0/+1
* drm/amdgpu: add amdgpu_virt_get_vf_mode helper functionKevin Wang2020-05-181-0/+16
* drm/amdgpu: protect ring overrunYintian Tao2020-04-241-1/+7
* drm/amdgpu: resume kiq access debugfsYintian Tao2020-04-131-3/+9
* drm/amdgpu: restrict debugfs register access under SR-IOVYintian Tao2020-04-131-0/+24
* drm/amdgpu: introduce new request and its functionMonk Liu2020-04-011-0/+13
* drm/amdgpu: Virtual display need to support multiple ctrcsEmily Deng2020-04-011-1/+2
* drm/amdgpu: cleanup all virtualization detection routineMonk Liu2020-04-011-0/+33
* drm/amdgpu: provide a generic function interface for reading/writing register...chen gong2020-01-221-92/+0
* drm/amd/powerplay: enable pp one vf mode for vega10Yintian Tao2019-12-111-51/+0
* drm/amdgpu: cleanup vega10 SRIOV code pathMonk Liu2019-08-021-45/+0
* drm/amdgpu: replace simple_strtol() by kstrtou32()Wang Xiayang2019-07-161-1/+2
* Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-0/+4
|\
| * drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg2019-06-101-0/+4
* | drm/amdgpu: init vega10 SR-IOV reg access modeTrigger Huang2019-05-241-0/+44
|/
* drm/amdgpu: disable DRIVER_ATOMIC under SRIOVYintian Tao2019-04-191-0/+1
* drm/amdgpu: support dpm level modification under virtualization v3Yintian Tao2019-04-101-0/+49
* drm/amd/amdgpu/sriov: Aligned the definition with libgvEmily Deng2018-11-191-1/+1
* drm/amdgpu: cleanup GMC v9 TLB invalidationChristian König2018-11-051-0/+40
* drm/amdgpu: remove nonsense in_interrupt() checksChristian König2018-11-051-6/+2
* drm/amdgpu: Move csa related code to separate fileRex Zhu2018-11-051-92/+0
* drm/amdgpu: Refine CSA related functionsRex Zhu2018-11-051-16/+16
* drm/amdgpu: Remove useless csa gpu address in vmid0Rex Zhu2018-11-051-2/+2
* drm/amdgpu: correctly sign extend 48bit addresses v3Christian König2018-09-101-4/+2
* drm/amdgpu: use kiq to do invalidate tlbEmily Deng2018-08-271-3/+0
* drm/amdgpu: give warning before sleep in kiq_r/wregMonk Liu2018-03-071-0/+7
* drm/amdgpu: try again kiq access if not in IRQ(v4)Monk Liu2018-03-011-11/+53