This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 81429eb8d9ca Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 9ea3fa729a44 drm/amdgpu: remove experimental flag for Navi14 new 355d991cb6ff drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on uns [...] new d2a08e46215c drm/amd/powerplay: correct fine grained dpm force level setting new c57040d333c6 drm/amdgpu: disable gfxoff when using register read interface new 941a0a7945c3 drm/amdgpu: disable gfxoff on original raven new a0184d71163a Revert "drm/amd/display: enable S/G for RAVEN chip" new f824c1b35a75 Merge tag 'drm-fixes-5.4-2019-11-20' of git://people.freed [...] new 8ac495f624a4 drm/i915: Don't oops in dumb_create ioctl if we have no crtcs new 1aa4df7e41b6 drm/i915: Preload LUTs if the hw isn't currently using them new add3eeed3683 drm/i915/pmu: "Frequency" is reported as accumulated cycles new 2d691aeca4ae drm/i915/userptr: Try to acquire the page lock around set_ [...] new c0fa92ec8902 drm/i915: Protect request peeking with RCU new d43e24533dc2 drm/i915: make pool objects read-only new 71d122629c04 drm/i915/fbdev: Restore physical addresses for fb_mmap() new 51658c04c338 Merge tag 'drm-intel-fixes-2019-11-21' of git://anongit.fr [...] new 5d867ab037e5 Merge tag 'drm-fixes-2019-11-22' of git://anongit.freedesk [...] new 05ff1ba412fd PM: QoS: Invalidate frequency QoS requests after removal new a6b0373ffcd8 Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/l [...]
The 18 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 +-- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 6 ++- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 9 +++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 23 ++++++-- drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 6 +++ drivers/gpu/drm/i915/display/intel_atomic.c | 1 + drivers/gpu/drm/i915/display/intel_color.c | 61 ++++++++++++++++++++++ drivers/gpu/drm/i915/display/intel_display.c | 9 ++++ drivers/gpu/drm/i915/display/intel_display_types.h | 1 + drivers/gpu/drm/i915/display/intel_fbdev.c | 9 ++-- drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 22 +++++++- drivers/gpu/drm/i915/gt/intel_engine_pool.c | 2 + drivers/gpu/drm/i915/i915_pmu.c | 4 +- drivers/gpu/drm/i915/i915_scheduler.c | 50 ++++++++++++++---- kernel/power/qos.c | 8 ++- 17 files changed, 190 insertions(+), 33 deletions(-)