On Thu, Sep 15, 2016 at 11:14:00PM +0800, Chen-Yu Tsai wrote:
When reading back the divider set in the register, we mask off the bits that aren't part of the divider. Unfortunately the mask used here was not converted from the field width.
Fix this by converting the field width to a proper bit mask.
Fixes: 9026e0d122ac ("drm: Add Allwinner A10 Display Engine support") Signed-off-by: Chen-Yu Tsai wens@csie.org
Applied, thanks! Maxime