File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ config DRM_EXYNOS
7
7
select DRM_DISPLAY_HELPER if DRM_EXYNOS_DP
8
8
select DRM_KMS_HELPER
9
9
select VIDEOMODE_HELPERS
10
- select FB_IO_HELPERS if DRM_FBDEV_EMULATION
10
+ select FB_DMA_HELPERS if DRM_FBDEV_EMULATION
11
11
select SND_SOC_HDMI_CODEC if SND_SOC
12
12
help
13
13
Choose this option if you have a Samsung SoC Exynos chipset.
Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ static void exynos_drm_fb_destroy(struct fb_info *info)
49
49
50
50
static const struct fb_ops exynos_drm_fb_ops = {
51
51
.owner = THIS_MODULE ,
52
- __FB_DEFAULT_IO_OPS_RDWR ,
52
+ __FB_DEFAULT_DMA_OPS_RDWR ,
53
53
DRM_FB_HELPER_DEFAULT_OPS ,
54
- __FB_DEFAULT_IO_OPS_DRAW ,
54
+ __FB_DEFAULT_DMA_OPS_DRAW ,
55
55
.fb_mmap = exynos_drm_fb_mmap ,
56
56
.fb_destroy = exynos_drm_fb_destroy ,
57
57
};
You can’t perform that action at this time.
0 commit comments