[Intel-gfx] [PULL] drm-misc-fixes
Gustavo Padovan
gustavo at padovan.org
Thu Mar 22 18:57:36 UTC 2018
Hi Dave,
A few fixes for 4.16. Main thing here is getting getfb to reject
multiplanar fbs. I should have sent some of these before but conference
and traveling got in the way.
Thanks,
Gustavo
drm-misc-fixes-2018-03-22:
Main change is a patch to reject getfb call for multiplanar framebuffers,
then we have a couple of error path fixes on the sun4i driver. Still on that
driver there is a clk fix and finally a mmap offset fix on the udl driver.
The following changes since commit b0655d668fc4faf0c1985e828820f9b9ca13abe6:
Merge branch 'drm-fixes-4.16' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2018-03-09 09:23:02 +1000)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2018-03-22
for you to fetch changes up to 3b82a4db8eaccce735dffd50b4d4e1578099b8e8:
drm: udl: Properly check framebuffer mmap offsets (2018-03-22 07:59:01 +0100)
----------------------------------------------------------------
Main change is a patch to reject getfb call for multiplanar framebuffers,
then we have a couple of error path fixes on the sun4i driver. Still on that
driver there is a clk fix and finally a mmap offset fix on the udl driver.
----------------------------------------------------------------
Christophe JAILLET (3):
drm/sun4i: Fix an error handling path in 'sun4i_drv_bind()'
drm/sun4i: hdmi: Fix an error handling path in 'sun4i_hdmi_bind()'
drm/sun4i: hdmi: Fix another error handling path in 'sun4i_hdmi_bind()'
Daniel Stone (1):
drm: Reject getfb for multi-plane framebuffers
Greg Kroah-Hartman (1):
drm: udl: Properly check framebuffer mmap offsets
Ondrej Jirman (1):
drm/sun4i: Fix exclusivity of the TCON clocks
drivers/gpu/drm/drm_framebuffer.c | 7 +++++++
drivers/gpu/drm/sun4i/sun4i_drv.c | 3 +--
drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 6 ++++--
drivers/gpu/drm/sun4i/sun4i_tcon.c | 5 +++--
drivers/gpu/drm/udl/udl_fb.c | 9 +++++++--
5 files changed, 22 insertions(+), 8 deletions(-)
More information about the Intel-gfx
mailing list