Hi Dave, Daniel, Here's this week round of fixes for drm-misc Thanks! Maxime drm-misc-fixes-2020-11-05: Some patches for vc4 to fix some resources cleanup issues, two fixes for panfrost for madvise and the shrinker and a constification of fonts structure The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891: Linux 5.10-rc2 (2020-11-01 14:43:51 -0800) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2020-11-05 for you to fetch changes up to 9522750c66c689b739e151fcdf895420dc81efc0: Fonts: Replace discarded const qualifier (2020-11-03 10:51:34 +0100) ---------------------------------------------------------------- Some patches for vc4 to fix some resources cleanup issues, two fixes for panfrost for madvise and the shrinker and a constification of fonts structure ---------------------------------------------------------------- Boris Brezillon (1): drm/panfrost: Fix a deadlock between the shrinker and madvise path Lee Jones (1): Fonts: Replace discarded const qualifier Maxime Ripard (7): drm/vc4: bo: Add a managed action to cleanup the cache drm/vc4: drv: Use managed drm_mode_config_init drm/vc4: gem: Add a managed action to cleanup the job queue drm/vc4: Use the helper to retrieve vc4_dev when needed drm/vc4: Use devm_drm_dev_alloc drm/vc4: kms: Add functions to create the state objects drm/vc4: drv: Remove unused variable Steven Price (1): drm/panfrost: Fix module unload drivers/gpu/drm/panfrost/panfrost_drv.c | 5 +- drivers/gpu/drm/panfrost/panfrost_gem.c | 4 +- drivers/gpu/drm/panfrost/panfrost_gem.h | 2 +- drivers/gpu/drm/panfrost/panfrost_gem_shrinker.c | 14 ++++- drivers/gpu/drm/vc4/vc4_bo.c | 9 +-- drivers/gpu/drm/vc4/vc4_drv.c | 41 +++++------- drivers/gpu/drm/vc4/vc4_drv.h | 9 ++- drivers/gpu/drm/vc4/vc4_gem.c | 19 +++--- drivers/gpu/drm/vc4/vc4_hvs.c | 4 +- drivers/gpu/drm/vc4/vc4_kms.c | 80 +++++++++++++++++------- drivers/gpu/drm/vc4/vc4_v3d.c | 12 ++-- lib/fonts/font_10x18.c | 2 +- lib/fonts/font_6x10.c | 2 +- lib/fonts/font_6x11.c | 2 +- lib/fonts/font_6x8.c | 2 +- lib/fonts/font_7x14.c | 2 +- lib/fonts/font_8x16.c | 2 +- lib/fonts/font_8x8.c | 2 +- lib/fonts/font_acorn_8x8.c | 2 +- lib/fonts/font_mini_4x6.c | 2 +- lib/fonts/font_pearl_8x8.c | 2 +- lib/fonts/font_sun12x22.c | 2 +- lib/fonts/font_sun8x16.c | 2 +- lib/fonts/font_ter16x32.c | 2 +- 24 files changed, 128 insertions(+), 97 deletions(-)