This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from edeca3a769ad Merge tag 'sound-4.20-rc4' of git://git.kernel.org/pub/scm [...] new 5478ad10e785 drm/ast: Remove existing framebuffers before loading driver new 1a37bd823891 drm/ast: change resolution may cause screen blurred new 7989b9ee8baf drm/ast: fixed cursor may disappear sometimes new 5a43911fd256 drm/vc4: Fix NULL pointer dereference in the async update path new fcc86cb45d38 drm/vc4: Set ->legacy_cursor_update to false when doing no [...] new 5c074eeabbd3 udmabuf: set read/write flag when exporting new 8fd3b90300be drm/fb-helper: Blacklist writeback when adding connectors [...] new 1d74f133252f Merge tag 'drm-misc-fixes-2018-11-21' of git://anongit.fre [...] new 69756c6ff0de drm/amdgpu: Add amdgpu "max bpc" connector property (v2) new 07e3a1cfb056 drm/amd/display: Support amdgpu "max bpc" connector property (v2) new 919a52fc4ca1 drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unset new 009dd0117629 drm/amd/powerplay: disable Vega20 DS related features new 8d4d7c589947 drm/amdgpu: Add missing firmware entry for HAINAN new a4233cc944d1 drm/amd/pp: handle negative values when reading OD new a5d0f4565996 drm/amdgpu: Enable HDP memory light sleep new 8cf6f361eb76 Merge branch 'drm-fixes-4.20' of git://people.freedesktop. [...] new 21556350ade3 drm/i915: Disable LP3 watermarks on all SNB machines new 8830f26bcd3c drm/i915: Prevent machine hang from Broxton's vtd w/a and [...] new f8577fb3c273 drm/i915: Write GPU relocs harder with gen3 new c773058dde9a drm/i915: Force a LUT update in intel_initial_commit() new f559156c399c drm/i915: Add rotation readout for plane initial config new 98c9cdfd34fb Merge tag 'drm-intel-fixes-2018-11-22' of git://anongit.fr [...] new 9b7c880c834c Merge tag 'drm-fixes-2018-11-23' of git://anongit.freedesk [...] new cdcefe6bd9df mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL new 5305ec6a27b2 mmc: sdhci-pci: Workaround GLK firmware failing to restore [...] new dcd3aa31dcdd Merge tag 'mmc-v4.20-rc2' of git://git.kernel.org/pub/scm/ [...] new defeea5ee23d MAINTAINERS: add myself as co-maintainer of gpiolib new a05a14049999 gpio: don't free unallocated ida on gpiochip_add_data_with [...] new 70cdb6ad6dc3 gpio: pxa: fix legacy non pinctrl aware builds again new bff466bac599 gpio: mockup: fix indicated direction new 10547d956d59 MAINTAINERS: Do maintain Intel GPIO drivers via separate tree new e6005d3c4233 Merge tag 'gpio-v4.20-2' of git://git.kernel.org/pub/scm/l [...]
The 32 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: MAINTAINERS | 34 ++++++--- drivers/dma-buf/udmabuf.c | 1 + drivers/gpio/gpio-mockup.c | 6 +- drivers/gpio/gpio-pxa.c | 4 +- drivers/gpio/gpiolib.c | 5 +- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 7 +- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 7 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 2 + drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 1 + drivers/gpu/drm/amd/amdgpu/soc15.c | 39 ++++++++-- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 16 ++++ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 1 + drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 20 ++--- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 25 +++---- drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c | 23 +++--- drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 30 +++++--- drivers/gpu/drm/ast/ast_drv.c | 21 ++++++ drivers/gpu/drm/ast/ast_mode.c | 3 +- drivers/gpu/drm/drm_fb_helper.c | 3 + drivers/gpu/drm/i915/i915_gem_execbuffer.c | 7 +- drivers/gpu/drm/i915/i915_gem_gtt.c | 5 ++ drivers/gpu/drm/i915/i915_gpu_error.c | 15 +++- drivers/gpu/drm/i915/i915_gpu_error.h | 8 +- drivers/gpu/drm/i915/intel_display.c | 39 ++++++++++ drivers/gpu/drm/i915/intel_drv.h | 1 + drivers/gpu/drm/i915/intel_pm.c | 41 ++++++++++- drivers/gpu/drm/vc4/vc4_kms.c | 6 ++ drivers/gpu/drm/vc4/vc4_plane.c | 15 +++- drivers/mmc/host/sdhci-pci-core.c | 86 +++++++++++++++++++++- 29 files changed, 386 insertions(+), 85 deletions(-)