[openchrome-devel] drm-openchrome: Branch 'drm-next-5.2' - drivers/gpu/drm

Luc Verhaegen libv at skynet.be
Tue Mar 19 19:11:25 UTC 2019


On Tue, Mar 19, 2019 at 06:15:43PM +0000, Kevin Brace wrote:
>  drivers/gpu/drm/openchrome/openchrome_drv.h  |    2 
>  drivers/gpu/drm/openchrome/openchrome_fb.c   |  884 -------------------------
>  drivers/gpu/drm/openchrome/openchrome_init.c |  939 +++++++++++++++++++++++++++
>  3 files changed, 940 insertions(+), 885 deletions(-)
> 
> New commits:
> commit fba2aa548c6ff9cadd3e3b3fa0e23447cdb07768
> Author: Kevin Brace <kevinbrace at gmx.com>
> Date:   Tue Mar 19 11:15:19 2019 -0700
> 
>     drm/openchrome: Move VRAM size detection code
>     
>     The code was transferred to openchrome_init.c since the code runs
>     only once during initialization.
>     
>     Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

You will find that James Simmons blatantly copied this code from 
https://cgit.freedesktop.org/~libv/xf86-video-unichrome/tree/src/via_host.c

The copyright on that code is
	Copyright 2006-2009 Luc Verhaegen.
On an MIT license.

Via code never poked northbridge registers directly. This was all borne 
out of my coreboot work.

Luc Verhaegen.


More information about the openchrome-devel mailing list