]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into drm...
authorDave Airlie <airlied@redhat.com>
Fri, 22 Feb 2019 05:56:35 +0000 (15:56 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 22 Feb 2019 05:56:42 +0000 (15:56 +1000)
commit5ccb1df7f6aa168e9d6281a76af41ce77a7d35cc
treedddd2843ec69dceda451de060d68ac21629d10ab
parentc04f8c89aea33817f4af78acaf0a1599b7ebc231
parente57799a6e44cd6d97f64faa8ae4091aab3937cac
Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into drm-next

Fixes for 5.1:
amdgpu:
- Fix missing fw declaration after dropping old CI DPM code
- Fix debugfs access to registers beyond the MMIO bar size
- Fix context priority handling
- Add missing license on some new files
- Various cleanups and bug fixes

radeon:
- Fix missing break in CS parser for evergreen
- Various cleanups and bug fixes

sched:
- Fix entities with 0 run queues

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexdeucher@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190221214134.3308-1-alexander.deucher@amd.com
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
drivers/gpu/drm/scheduler/sched_entity.c