|
@@ -63,15 +63,11 @@ static int exynos_drm_fb_mmap(struct fb_info *info,
|
|
|
|
|
|
static struct fb_ops exynos_drm_fb_ops = {
|
|
static struct fb_ops exynos_drm_fb_ops = {
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|
|
|
|
+ DRM_FB_HELPER_DEFAULT_OPS,
|
|
.fb_mmap = exynos_drm_fb_mmap,
|
|
.fb_mmap = exynos_drm_fb_mmap,
|
|
.fb_fillrect = drm_fb_helper_cfb_fillrect,
|
|
.fb_fillrect = drm_fb_helper_cfb_fillrect,
|
|
.fb_copyarea = drm_fb_helper_cfb_copyarea,
|
|
.fb_copyarea = drm_fb_helper_cfb_copyarea,
|
|
.fb_imageblit = drm_fb_helper_cfb_imageblit,
|
|
.fb_imageblit = drm_fb_helper_cfb_imageblit,
|
|
- .fb_check_var = drm_fb_helper_check_var,
|
|
|
|
- .fb_set_par = drm_fb_helper_set_par,
|
|
|
|
- .fb_blank = drm_fb_helper_blank,
|
|
|
|
- .fb_pan_display = drm_fb_helper_pan_display,
|
|
|
|
- .fb_setcmap = drm_fb_helper_setcmap,
|
|
|
|
};
|
|
};
|
|
|
|
|
|
static int exynos_drm_fbdev_update(struct drm_fb_helper *helper,
|
|
static int exynos_drm_fbdev_update(struct drm_fb_helper *helper,
|