summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu/amdgpu_vcn.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update drm to linux 5.7jsg2020-06-081-267/+222
| | | | | | | | | | adds kernel support for amdgpu: vega20, raven2, renoir, navi10, navi14 inteldrm: icelake, tigerlake Thanks to the OpenBSD Foundation for sponsoring this work, kettenis@ for helping, patrick@ for helping adapt rockchip drm and many developers for testing.
* drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after allocjsg2019-09-161-1/+4
| | | | | | From Shirish S f276beb324cc1c60dc3495dc03a927a70c1aa5c7 in linux 4.19.y/4.19.73 517b91f4cde3043d77b2178548473e8545ef07cb in mainline linux
* drm/amdgpu: simplify Raven, Raven2, and Picasso handlingjsg2019-07-041-4/+4
| | | | | From Alex Deucher 741deade2a704a434bd5939118c43d38e9ddac25 in mainline linux
* drm/amdgpu: add picasso support for vcnjsg2019-07-041-0/+5
| | | | | From Likun Gao 86771d9a58fa8f6b2b871f72c6beaf269f309718 in mainline linux
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-211-0/+723
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.