drm - Attempt to fix radeon stride
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 11 Jun 2015 00:43:25 +0000 (17:43 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 11 Jun 2015 00:43:25 +0000 (17:43 -0700)
commitb1226a094a07505be28f775bfea4b969faaa18af
tree7056af8c9b667f7985e444034c873a841ab8b79f
parent4c2b76c440a4be1d4ae5da5353413f1c6a139d82
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.
sys/dev/drm/radeon/radeon_fb.c