search for: driver_framebuff

Displaying 1 result from an estimated 1 matches for "driver_framebuff".

Did you mean: driver_framebuffer
2018 Mar 30
0
[PATCH 00/24] drm_framebuffer boilerplate removal
...GEM objects and not a vfunc in order to not hand > out duplicate GEM names for the same object. > > This series converts all drivers except for nouveau, which was a > little too non-trivial for my comfort, to storing GEM objects directly > in drm_framebuffer. For those drivers whose driver_framebuffer struct > was nothing but drm_framebuffer + BO, it deletes the driver-specific > struct. It also makes use of Noralf's generic framebuffer helpers for > create_handle and destroy where possible. > > I don't have the hardware for most of these drivers, so have had to > set...