commit | 03ceb1c8dfd1e293f40696bfe4e61c78820a0867 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Wed Oct 24 11:43:13 2018 -0700 |
committer | Eric Anholt <eric@anholt.net> | Tue Oct 30 16:23:38 2018 -0700 |
tree | 00baf0dda2f40239e5ccaa845a79e2237b5b33ea | |
parent | f300c86e33a686c7abcf0c37deee04ef666ed78b [diff] |
drm/tinydrm: Fix setting of the column/page end addresses. If the clipped dirty region's x/y happened to align to 256, we would have set the top 8 bits wrong. Noticed by inspection, not by reproducing a bug. Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20181024184313.2967-4-eric@anholt.net Reviewed-by: Noralf Trønnes <noralf@tronnes.org>