summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: update version for timeline syncobj support in amdgpu v2Chunming Zhou2019-04-121-1/+2
* Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-04-031-6/+25
|\
| * drm/amdgpu: enable gfxoff again on raven series (v2)Huang Rui2019-03-211-2/+2
| * drm/amdgpu: wait for VM to become idle during flushChristian König2019-03-191-3/+4
| * drm/amdgpu: fix ras parameter descriptionsEvan Quan2019-03-191-4/+4
| * drm/amdgpu: add module parameters for rasxinhui pan2019-03-191-0/+17
| * drm/amdgpu: Bump amdgpu version for per-flip plane tiling updatesNicholas Kazlauskas2019-03-191-1/+2
* | Merge drm/drm-next into drm-misc-nextSean Paul2019-03-061-1/+18
|\|
| * drm/amdgpu: Bump amdgpu version for context priority override.Bas Nieuwenhuizen2019-02-211-1/+2
| * drm/amdgpu: Check if fd really is an amdgpu fd.Bas Nieuwenhuizen2019-02-151-0/+16
* | drm/drv: drm_dev_unplug(): Move out drm_dev_put() callNoralf Trønnes2019-02-211-0/+1
|/
* Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-02-111-1/+3
|\
| * drm/amdgpu: add a workaround for GDS ordered append hangs with compute queuesMarek Olšák2019-02-061-1/+2
| * drm/amdgpu: Add AMDGPU_CHUNK_ID_SCHEDULED_DEPENDENCIESAndrey Grodzovsky2019-02-061-1/+2
* | drm/irq: Ditch DRIVER_IRQ_SHAREDDaniel Vetter2019-01-291-1/+1
* | drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-1/+1
* | drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
|/
* Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-01-061-0/+1
|\
| * drm/amdgpu: Add new VegaM pci idAlex Deucher2018-12-211-0/+1
* | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-251-10/+6
|\|
| * drm/amdgpu: fix spelling mistake "Pramater" -> "Parameter"Colin Ian King2018-11-261-2/+3
| * drm/amdgpu: Remove dead static variableRex Zhu2018-11-201-8/+3
* | drm/amdgpu: add some additional vega20 pci idsAlex Deucher2018-12-101-0/+1
* | drm/amdgpu: add some additional vega10 pci idsAlex Deucher2018-12-101-0/+6
|/
* drm/amdgpu: add DC feature mask module parameterAlex Deucher2018-11-061-0/+11
* drm/amdgpu: revert "enable gfxoff in non-sriov and stutter mode by default"Christian König2018-11-011-2/+2
* drm/amdgpu: added AMD GPU instance counting V2Evan Quan2018-10-091-0/+3
* BackMerge v4.19-rc5 into drm-nextDave Airlie2018-09-271-0/+1
|\
| * drm/amdgpu: add new polaris pci idAlex Deucher2018-09-201-0/+1
* | Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-09-211-18/+112
|\ \
| * | drm/amdgpu: simplify Raven, Raven2, and Picasso handlingAlex Deucher2018-09-141-2/+1
| * | drm/amdgpu: enable gfxoff in non-sriov and stutter mode by defaultKenneth Feng2018-09-141-2/+2
| * | drm/amdgpu: add new raven series deviceHuang Rui2018-09-141-0/+2
| * | drm/amdgpu: Clean up KFD init and finiFelix Kuehling2018-09-111-8/+4
| * | drm/amdgpu: Use drm_dev_unplug in PCI .removeAndrey Grodzovsky2018-09-021-2/+2
| * | drm/amdgpu: Relocate some definitions v2Amber Lin2018-08-291-11/+11
| * | drm/amdgpu: Move KFD parameters to amdgpu (v3)Amber Lin2018-08-281-0/+96
| * | drm/amdgpu: remove experimental flag for vega20Alex Deucher2018-08-271-6/+6
| * | drm/amdgpu: move gem definitions into amdgpu_gem headerHuang Rui2018-08-271-0/+1
| |/
* | drm/amdgpu: Use per-device driver_features to disable atomicVille Syrjälä2018-09-131-8/+4
* | drm/amdgpu: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-23/+1
|/
* drm/amdgpu: remove internal/unused kernel module parametersSonny Jiang2018-07-181-12/+0
* drm/amdgpu: Allow to create BO lists in CS ioctl v3Andrey Grodzovsky2018-07-161-1/+2
* drm/amdgpu: update documentation for amdgpu_drv.cSonny Jiang2018-07-051-7/+225
* drm/amd: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-051-2/+2
* drm/amdgpu: Add stutter mode ctrl in module parameterrex zhu2018-07-051-1/+2
* drm/amdgpu: Rename entity cleanup finctions.Andrey Grodzovsky2018-07-051-1/+1
* drm/amdgpu: move amdgpu_ctx_mgr_entity_fini to f_ops flush hook (V4)Andrey Grodzovsky2018-06-151-0/+12
* drm/amdgpu: flag Vega20 as experimentalAlex Deucher2018-05-181-6/+6
* drm/amdgpu: Add vega20 pci idsFeifei Xu2018-05-181-0/+7