Home
last modified time | relevance | path

Searched refs:afbdev (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/ast/
Dast_fb.c45 static void ast_dirty_update(struct ast_fbdev *afbdev, in ast_dirty_update() argument
52 int bpp = afbdev->afb.base.format->cpp[0]; in ast_dirty_update()
59 obj = afbdev->afb.obj; in ast_dirty_update()
78 spin_lock_irqsave(&afbdev->dirty_lock, flags); in ast_dirty_update()
80 if (afbdev->y1 < y) in ast_dirty_update()
81 y = afbdev->y1; in ast_dirty_update()
82 if (afbdev->y2 > y2) in ast_dirty_update()
83 y2 = afbdev->y2; in ast_dirty_update()
84 if (afbdev->x1 < x) in ast_dirty_update()
85 x = afbdev->x1; in ast_dirty_update()
[all …]
/Linux-v4.19/drivers/gpu/drm/cirrus/
Dcirrus_fbdev.c18 static void cirrus_dirty_update(struct cirrus_fbdev *afbdev, in cirrus_dirty_update() argument
25 int bpp = afbdev->gfb.format->cpp[0]; in cirrus_dirty_update()
32 obj = afbdev->gfb.obj[0]; in cirrus_dirty_update()
50 spin_lock_irqsave(&afbdev->dirty_lock, flags); in cirrus_dirty_update()
52 if (afbdev->y1 < y) in cirrus_dirty_update()
53 y = afbdev->y1; in cirrus_dirty_update()
54 if (afbdev->y2 > y2) in cirrus_dirty_update()
55 y2 = afbdev->y2; in cirrus_dirty_update()
56 if (afbdev->x1 < x) in cirrus_dirty_update()
57 x = afbdev->x1; in cirrus_dirty_update()
[all …]
/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_fb.c138 static int mgag200fb_create_object(struct mga_fbdev *afbdev, in mgag200fb_create_object() argument
142 struct drm_device *dev = afbdev->helper.dev; in mgag200fb_create_object()