]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/fbdev: don't set mode_config.fb_base
authorDaniel Kurtz <djkurtz@chromium.org>
Fri, 4 Apr 2014 09:22:02 +0000 (17:22 +0800)
committerInki Dae <daeinki@gmail.com>
Sun, 1 Jun 2014 17:07:02 +0000 (02:07 +0900)
commit1e5c362661af8dcb28a65f3759f62b5931d699cb
tree42d163f136f8da79b5ad2c0b4991e1c890609bbc
parentd2bfa53e91ef418b730b200cb4802c63b94ed9cd
drm/exynos/fbdev: don't set mode_config.fb_base

AFAICT, the fb_base of a drm_device's mode_config is never used.  It isn't
accessed by core drm, it isn't used by fbmem, and it isn't exposed to user
space.

Furthermore, it is probably supposed to be a physical address, not the
dma address mapped to the display controller, so this is just wrong.

Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fbdev.c