Hi Dave, Daniel,
Here's this week drm-misc-fixes PR.
Note that dim pull-request was stalling when generating the email, so I had to send this with git request-pull, hence the odd tag name and the format slightly different.
Maxime
The following changes since commit b19926d4f3a660a8b76e5d989ffd1168e619a5c4:
drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence. (2021-12-08 17:19:48 +0100)
are available in the Git repository at:
ssh://git.freedesktop.org/git/drm/drm-misc tags/drm-misc-fixes-2021-12-16-1
for you to fetch changes up to fea3fdf975dd9f3e5248afaab8fe023db313f005:
drm/ast: potential dereference of null pointer (2021-12-14 09:18:28 +0100)
---------------------------------------------------------------- One null pointer dereference fix for ast, a pixel clock unit fix for simpledrm and a user-space regression revert for fb-helper
---------------------------------------------------------------- Alejandro Concepcion-Rodriguez (1): drm: simpledrm: fix wrong unit with pixel clock
Javier Martinez Canillas (1): Revert "drm/fb-helper: improve DRM fbdev emulation device names"
Jiasheng Jiang (1): drm/ast: potential dereference of null pointer
drivers/gpu/drm/ast/ast_mode.c | 5 ++++- drivers/gpu/drm/drm_fb_helper.c | 8 +++++++- drivers/gpu/drm/tiny/simpledrm.c | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-)