Revision a81bfdf8bf5396824d7d139560180854cb599b06 authored by Linus Torvalds on 12 February 2021, 19:29:06 UTC, committed by Linus Torvalds on 12 February 2021, 19:29:06 UTC
Pull drm fixes from Dave Airlie:
 "Regular fixes for final, there is a ttm regression fix, dp-mst fix,
  one amdgpu revert, two i915 fixes, and some misc fixes for sun4i,
  xlnx, and vc4.

  All pretty quiet and don't think we have any known outstanding
  regressions.

  ttm:
   - page pool regression fix.

  dp_mst:
   - don't report un-attached ports as connected

  amdgpu:
   - blank screen fix

  i915:
   - ensure Type-C FIA is powered when initializing
   - fix overlay frontbuffer tracking

  sun4i:
   - tcon1 sync polarity fix
   - always set HDMI clock rate
   - fix H6 HDMI PHY config
   - fix H6 max frequency

  vc4:
   - fix buffer overflow

  xlnx:
   - fix memory leak"

* tag 'drm-fixes-2021-02-12' of git://anongit.freedesktop.org/drm/drm:
  drm/ttm: make sure pool pages are cleared
  drm/sun4i: dw-hdmi: Fix max. frequency for H6
  drm/sun4i: Fix H6 HDMI PHY configuration
  drm/sun4i: dw-hdmi: always set clock rate
  drm/sun4i: tcon: set sync polarity for tcon1 channel
  drm/i915: Fix overlay frontbuffer tracking
  Revert "drm/amd/display: Update NV1x SR latency values"
  drm/i915/tgl+: Make sure TypeC FIA is powered up when initializing it
  drm/dp_mst: Don't report ports connected if nothing is attached to them
  drm/xlnx: fix kmemleak by sending vblank_event in atomic_disable
  drm/vc4: hvs: Fix buffer overflow with the dlist handling
2 parent s e77a681 + 551c818
History
File Mode Size
firmware_loader
power
regmap
test
Kconfig -rw-r--r-- 6.9 KB
Makefile -rw-r--r-- 989 bytes
arch_topology.c -rw-r--r-- 13.8 KB
attribute_container.c -rw-r--r-- 14.4 KB
auxiliary.c -rw-r--r-- 7.8 KB
base.h -rw-r--r-- 7.2 KB
bus.c -rw-r--r-- 30.2 KB
cacheinfo.c -rw-r--r-- 17.2 KB
class.c -rw-r--r-- 14.8 KB
component.c -rw-r--r-- 20.6 KB
container.c -rw-r--r-- 814 bytes
core.c -rw-r--r-- 121.1 KB
cpu.c -rw-r--r-- 14.9 KB
dd.c -rw-r--r-- 33.5 KB
devcoredump.c -rw-r--r-- 9.2 KB
devres.c -rw-r--r-- 31.0 KB
devtmpfs.c -rw-r--r-- 9.9 KB
driver.c -rw-r--r-- 5.8 KB
firmware.c -rw-r--r-- 606 bytes
hypervisor.c -rw-r--r-- 536 bytes
init.c -rw-r--r-- 768 bytes
isa.c -rw-r--r-- 3.8 KB
map.c -rw-r--r-- 3.3 KB
memory.c -rw-r--r-- 20.3 KB
module.c -rw-r--r-- 2.0 KB
node.c -rw-r--r-- 27.6 KB
pinctrl.c -rw-r--r-- 2.7 KB
platform-msi.c -rw-r--r-- 10.9 KB
platform.c -rw-r--r-- 38.6 KB
property.c -rw-r--r-- 41.0 KB
soc.c -rw-r--r-- 6.7 KB
swnode.c -rw-r--r-- 20.5 KB
syscore.c -rw-r--r-- 3.2 KB
topology.c -rw-r--r-- 3.9 KB
transport_class.c -rw-r--r-- 9.5 KB

back to top