Displaying 6 results from an estimated 6 matches for "bochs_gem_prime_".
2019 May 06
2
[PATCH v4 00/19] Share TTM code among DRM framebuffer drivers
Hi
Am 06.05.19 um 14:22 schrieb Gerd Hoffmann:
>> GEM VRAM could implement PRIME helpers, which would allow for using
>> the generic fbcon.
>
> bochs_gem_prime_*() functions with this series applied look like you can
> just rename them & move over to vram helpers.
>
> It's not a full prime implementation, specifically actual export/import
> isn't there. But pin+vmap (needed by generic fbcon) is implemented.
I did have a patch to...
2019 May 06
2
[PATCH v4 00/19] Share TTM code among DRM framebuffer drivers
Hi
Am 06.05.19 um 14:22 schrieb Gerd Hoffmann:
>> GEM VRAM could implement PRIME helpers, which would allow for using
>> the generic fbcon.
>
> bochs_gem_prime_*() functions with this series applied look like you can
> just rename them & move over to vram helpers.
>
> It's not a full prime implementation, specifically actual export/import
> isn't there. But pin+vmap (needed by generic fbcon) is implemented.
I did have a patch to...
2019 May 06
0
[PATCH v4 00/19] Share TTM code among DRM framebuffer drivers
> GEM VRAM could implement PRIME helpers, which would allow for using
> the generic fbcon.
bochs_gem_prime_*() functions with this series applied look like you can
just rename them & move over to vram helpers.
It's not a full prime implementation, specifically actual export/import
isn't there. But pin+vmap (needed by generic fbcon) is implemented.
cheers,
Gerd
2019 May 06
0
[PATCH v4 00/19] Share TTM code among DRM framebuffer drivers
On Mon, May 06, 2019 at 03:09:20PM +0200, Thomas Zimmermann wrote:
> Hi
>
> Am 06.05.19 um 14:22 schrieb Gerd Hoffmann:
> >> GEM VRAM could implement PRIME helpers, which would allow for using
> >> the generic fbcon.
> >
> > bochs_gem_prime_*() functions with this series applied look like you can
> > just rename them & move over to vram helpers.
> >
> > It's not a full prime implementation, specifically actual export/import
> > isn't there. But pin+vmap (needed by generic fbcon) is implemented.
>...
2019 May 06
25
[PATCH v4 00/19] Share TTM code among DRM framebuffer drivers
Several simple framebuffer drivers copy most of the TTM code from each
other. The implementation is always the same; except for the name of
some data structures.
As recently discussed, this patch set provides generic memory-management
code for simple framebuffers with dedicated video memory. It further
converts the respective drivers to the generic code. The shared code
is basically the same
2019 May 06
25
[PATCH v4 00/19] Share TTM code among DRM framebuffer drivers
Several simple framebuffer drivers copy most of the TTM code from each
other. The implementation is always the same; except for the name of
some data structures.
As recently discussed, this patch set provides generic memory-management
code for simple framebuffers with dedicated video memory. It further
converts the respective drivers to the generic code. The shared code
is basically the same