git: drm - Attempt to fix radeon stride
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jun 10 17:45:30 PDT 2015
commit b1226a094a07505be28f775bfea4b969faaa18af
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Jun 10 17:43:25 2015 -0700
drm - Attempt to fix radeon stride
* This is a bad hack which assumes that the stride must be 256-byte aligned
for radeon GPUs. This is apparently the case for odd monitor resolutions
such as 1680x1050. Most primary resolutions such as 1920x1080 are already
naturally 256-byte aligned.
* Fixes the system console when used with odd resolutions.
Summary of changes:
sys/dev/drm/radeon/radeon_fb.c | 7 +++++++
1 file changed, 7 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b1226a094a07505be28f775bfea4b969faaa18af
--
DragonFly BSD source repository
More information about the Commits
mailing list