mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
drm/rockchip: Remove dirtyfb callback
VOP always continue fetch display data from fb, so we don't need do dirtyfb here, and drm_atomic_helper_dirtyfb do much operation which will lag the fps. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Change-Id: Ie96eb711723547a2d80fe60c7898109444747030
This commit is contained in:
@@ -52,7 +52,6 @@ static void rockchip_drm_fb_destroy(struct drm_framebuffer *fb)
|
||||
static const struct drm_framebuffer_funcs rockchip_drm_fb_funcs = {
|
||||
.destroy = rockchip_drm_fb_destroy,
|
||||
.create_handle = drm_gem_fb_create_handle,
|
||||
.dirty = drm_atomic_helper_dirtyfb,
|
||||
};
|
||||
|
||||
static struct drm_framebuffer *
|
||||
|
||||
Reference in New Issue
Block a user