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 @@ -12,7 +12,7 @@ config DRM_TEGRA
12
12
select DRM_KMS_HELPER
13
13
select DRM_MIPI_DSI
14
14
select DRM_PANEL
15
- select FB_SYS_HELPERS if DRM_FBDEV_EMULATION
15
+ select FB_DMA_HELPERS if DRM_FBDEV_EMULATION
16
16
select TEGRA_HOST1X
17
17
select INTERCONNECT
18
18
select IOMMU_IOVA
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ static void tegra_fbdev_fb_destroy(struct fb_info *info)
59
59
60
60
static const struct fb_ops tegra_fb_ops = {
61
61
.owner = THIS_MODULE ,
62
- __FB_DEFAULT_SYS_OPS_RDWR ,
62
+ __FB_DEFAULT_DMA_OPS_RDWR ,
63
63
DRM_FB_HELPER_DEFAULT_OPS ,
64
- __FB_DEFAULT_SYS_OPS_DRAW ,
64
+ __FB_DEFAULT_DMA_OPS_DRAW ,
65
65
.fb_mmap = tegra_fb_mmap ,
66
66
.fb_destroy = tegra_fbdev_fb_destroy ,
67
67
};
You can’t perform that action at this time.
0 commit comments