summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu/amdgpu_atombios.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update drm to linux 5.7jsg2020-06-081-3/+9
| | | | | | | | | | 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/amd/display: remove duplicated assignment to grph_obj_typejsg2020-03-211-2/+1
| | | | | | From Colin Ian King bef7177cefad180b9776ed49290d42bfb873da1e in linux 4.19.y/4.19.111 d785476c608c621b345dd9396e8b21e90375cb0e in mainline linux
* drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connector_info_from_object_tablejsg2020-02-271-17/+2
| | | | | | From yu kuai b367528f6d23b696048adc3593bc267d431663bf in linux 4.19.y/4.19.106 bae028e3e521e8cb8caf2cc16a455ce4c55f2332 in mainline linux
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-211-0/+2053
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.