Hi Dave and Daniel, Either our code is nearly perfect, or things are still slow due to holidays. I'll choose to believe the former.
Please pull!
drm-misc-fixes-2020-01-08: -mst: Fix NO_STOP_BIT bit offset (Wayne) -sun4i: Fix RGB_DIV clock min divider on old hardware (Chen-Yu) -fb_helper: Fix bits_per_pixel param set behavior to round up (Geert)
Cc: Wayne Lin Wayne.Lin@amd.com Cc: Chen-Yu Tsai wens@csie.org Cc: Geert Uytterhoeven geert+renesas@glider.be
Cheers, Sean
The following changes since commit ac2917b01992c098b8d4e6837115e3ca347fdd90:
drm/arm/mali: make malidp_mw_connector_helper_funcs static (2019-12-20 15:23:51 +0000)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2020-01-08
for you to fetch changes up to f30e27779d3031a092c2a177b7fb76adccc45241:
drm/fb-helper: Round up bits_per_pixel if possible (2020-01-07 16:54:03 +0100)
---------------------------------------------------------------- -mst: Fix NO_STOP_BIT bit offset (Wayne) -sun4i: Fix RGB_DIV clock min divider on old hardware (Chen-Yu) -fb_helper: Fix bits_per_pixel param set behavior to round up (Geert)
Cc: Wayne Lin Wayne.Lin@amd.com Cc: Chen-Yu Tsai wens@csie.org Cc: Geert Uytterhoeven geert+renesas@glider.be
---------------------------------------------------------------- Chen-Yu Tsai (1): drm/sun4i: tcon: Set RGB DCLK min. divider based on hardware model
Geert Uytterhoeven (1): drm/fb-helper: Round up bits_per_pixel if possible
Wayne Lin (1): drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ
drivers/gpu/drm/drm_dp_mst_topology.c | 2 +- drivers/gpu/drm/drm_fb_helper.c | 7 ++++++- drivers/gpu/drm/sun4i/sun4i_tcon.c | 15 ++++++++++++--- drivers/gpu/drm/sun4i/sun4i_tcon.h | 1 + 4 files changed, 20 insertions(+), 5 deletions(-)