Displaying 2 results from an estimated 2 matches for "to_omap_fbdev".
2024 Sep 26
1
[PATCH v5 79/80] drm/omapdrm: Remove struct drm_fb_helper from struct omap_fbdev.
...;drm/drm_managed.h>
> #include <drm/drm_util.h>
>
> #include "omap_drv.h"
> @@ -26,10 +27,8 @@ module_param_named(ywrap, ywrap_enabled, bool, 0644);
> * fbdev funcs, to implement legacy fbdev interface on top of drm driver
> */
>
> -#define to_omap_fbdev(x) container_of(x, struct omap_fbdev, base)
> -
> struct omap_fbdev {
> - struct drm_fb_helper base;
> + struct drm_device *dev;
> bool ywrap_enabled;
>
> /* for deferred dmm roll when getting called in atomic ctx */
> @@ -41,7 +40,7 @@ static struct drm_fb_helper...
2012 Dec 12
43
[PATCH 00/37] [RFC] revamped modeset locking
Hi all,
First thing first: It works, I now no longer have a few dropped frames every 10s
on my testbox here with the pageflip i-g-t tests.
Random notes:
- New design has per-crtc locks to protect the crtc input-side (pageflip,
cursor) for r/w and the output state of the crtc (mode, dpms) as read-only. It
also required completely revamped fb lifecycle management, those are now
refcounted