summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/display/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp()jsg2020-07-021-1/+1
| | | | | | From Denis Efremov 7f5ee8efd85ec10914b324e4f2722dc4d22b12da in linux 5.7.y/5.7.7 43a562774fceba867e8eebba977d7d42f8a2eac7 in mainline linux
* drm/amd/display: Use kvfree() to free coeff in build_regamma()jsg2020-06-261-1/+1
| | | | | | From Denis Efremov b89722d873c7544fe74f50b7a26e3f2ae50e32ae in linux 5.7.y/5.7.6 81921a828b94ce2816932c19a5ec74d302972833 in mainline linux
* update drm to linux 5.7jsg2020-06-0824-1625/+9432
| | | | | | | | | | 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.
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-217-0/+4242
committing now so this can be worked on in tree Thanks to the OpenBSD Foundation for sponsoring this work and kettenis@ for helping.