Re: gfx-next update: drm-4.8-rc2 tagged in drm-next

2016-09-20 Thread Bob Willcox
Thanks Doug! This should be a big help as I was clueless as to where to begin.
The URL for instructions appears to cover what I need.

Bob

On Tue, Sep 20, 2016 at 07:07:15PM +, Doug Kirk wrote:
> Hi Bob,
> 
> To start, you'll want to build and install the kernel from the "drm-next"
> branch at https://github.com/FreeBSDDesktop/freebsd-base-graphics .
> Instructions in the FreeBSD handbook for building/installing.
> 
> Then, the instructions at (
> https://github.com/FreeBSDDesktop/freebsd-base-graphics/wiki#installing-required-userland-components)
> will tell you how to get the updated X server installed.
> 
> One thing to note that's not really stated anywhere is that you need to
> load the i915kms driver in rc.conf, not from the boot loader, as it's not
> ready for boot-time loading yet (last I worked with it, last month).
> Boot-time loading results in a panic.
> 
> The only other problem I faced was a missing/changed function in a shared
> library that `pkg` relies on. Using `pkg-static` to install packages worked
> around that.
> 
> Cheers!
> -doug
> 
> On Tue, Sep 20, 2016 at 11:58 AM Bob Willcox  wrote:
> 
> > On Tue, Aug 16, 2016 at 12:12:44AM -0700, Matthew Macy wrote:
> > > As of this moment sys/dev/drm in the drm-next tree is sync with
> > https://github.com/torvalds/linux drivers/gpu/drm (albeit only for the
> > subset of drivers that FreeBSD supports -  i915, radeon, and amdgpu). I
> > feel this is a bit of a milestone as it means that it is possible that in
> > the future graphics support on FreeBSD could proceed in lockstep with Linux.
> > >
> > > In addition I have IFCed both drm-next-4.6 and drm-next to HEAD as of
> > today.
> > >
> > > Once I'm done working on Kaby Lake support I intend to get radeon and
> > amdgpu to the point where they work as well as i915. Following that we'll
> > need to spend some time resolving general correctness issues.
> > >
> > > -M
> > >
> > > ___
> > > freebsd-...@freebsd.org mailing list
> > > https://lists.freebsd.org/mailman/listinfo/freebsd-x11
> > > To unsubscribe, send any mail to "freebsd-x11-unsubscr...@freebsd.org"
> >
> > I just picked up a Skylake i5 NUC (NUC6i5SYH) and was looking for help on
> > what
> > I need to do to tryout the driver support for Skylake on it.
> >
> > Currently I have FreeBSD-current (as of a couple of days ago) running on
> > it.
> > I've read through most of the emails here discussing drm-next support but
> > I'm
> > not at all clear on where to start? What do I need to do/get?
> >
> > Any help would be greatly appreciated.
> >
> > Thanks,
> > Bob
> >
> >
> > --
> > Bob Willcox| In real love you want the other person's good.  In
> > b...@immure.com | romantic love you want the other person.
> > Austin, TX | -- Margaret Anderson
> > ___
> > freebsd-...@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-x11
> > To unsubscribe, send any mail to "freebsd-x11-unsubscr...@freebsd.org"
> >

-- 
Bob Willcox| In real love you want the other person's good.  In
b...@immure.com | romantic love you want the other person.
Austin, TX | -- Margaret Anderson
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: gfx-next update: drm-4.8-rc2 tagged in drm-next

2016-09-20 Thread Pete Wright



On 9/20/16 9:24 AM, Bob Willcox wrote:

On Tue, Aug 16, 2016 at 12:12:44AM -0700, Matthew Macy wrote:

As of this moment sys/dev/drm in the drm-next tree is sync with 
https://github.com/torvalds/linux drivers/gpu/drm (albeit only for the subset 
of drivers that FreeBSD supports -  i915, radeon, and amdgpu). I feel this is a 
bit of a milestone as it means that it is possible that in the future graphics 
support on FreeBSD could proceed in lockstep with Linux.

In addition I have IFCed both drm-next-4.6 and drm-next to HEAD as of today.

Once I'm done working on Kaby Lake support I intend to get radeon and amdgpu to 
the point where they work as well as i915. Following that we'll need to spend 
some time resolving general correctness issues.

-M

___
freebsd-...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-x11
To unsubscribe, send any mail to "freebsd-x11-unsubscr...@freebsd.org"


I just picked up a Skylake i5 NUC (NUC6i5SYH) and was looking for help on what
I need to do to tryout the driver support for Skylake on it.

Currently I have FreeBSD-current (as of a couple of days ago) running on it.
I've read through most of the emails here discussing drm-next support but I'm
not at all clear on where to start? What do I need to do/get?

Any help would be greatly appreciated.



Hey Bob,
Here is the wiki for the work that mmacy@ and others are working on that 
describes how to get started:


https://github.com/FreeBSDDesktop/freebsd-base-graphics/wiki

This should have enough info to get started on your end with.  Briefly 
you will need to close that git repository and at the least build and 
install the kernel from those sources (I've been running the 
world+kernel from there w/o any issues on my Skylake system).


There is also a section on installing a new pkg repository that has 
updated Xorg and other binaries that are required for this new code to work.


Hope this helps!
-pete

--
Pete Wright
p...@nomadlogic.org
nomadlogicLA
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: gfx-next update: drm-4.8-rc2 tagged in drm-next

2016-09-20 Thread Bob Willcox
On Tue, Aug 16, 2016 at 12:12:44AM -0700, Matthew Macy wrote:
> As of this moment sys/dev/drm in the drm-next tree is sync with 
> https://github.com/torvalds/linux drivers/gpu/drm (albeit only for the subset 
> of drivers that FreeBSD supports -  i915, radeon, and amdgpu). I feel this is 
> a bit of a milestone as it means that it is possible that in the future 
> graphics support on FreeBSD could proceed in lockstep with Linux. 
> 
> In addition I have IFCed both drm-next-4.6 and drm-next to HEAD as of today.
> 
> Once I'm done working on Kaby Lake support I intend to get radeon and amdgpu 
> to the point where they work as well as i915. Following that we'll need to 
> spend some time resolving general correctness issues.
> 
> -M
> 
> ___
> freebsd-...@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscr...@freebsd.org"

I just picked up a Skylake i5 NUC (NUC6i5SYH) and was looking for help on what
I need to do to tryout the driver support for Skylake on it.

Currently I have FreeBSD-current (as of a couple of days ago) running on it.
I've read through most of the emails here discussing drm-next support but I'm
not at all clear on where to start? What do I need to do/get?

Any help would be greatly appreciated.

Thanks,
Bob


-- 
Bob Willcox| In real love you want the other person's good.  In
b...@immure.com | romantic love you want the other person.
Austin, TX | -- Margaret Anderson
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: gfx-next update: drm-4.8-rc2 tagged in drm-next

2016-08-17 Thread Matthew Macy



  On Tue, 16 Aug 2016 23:13:54 -0700 Tomoya Tabuchi  
wrote  
 > Hello 
 >  
 > I'd like to know what 'IFCed to HEAD' means. I'm quite new to FreeBSD. 
 
IFC stands for "integrated from CURRENT". Which just means I've merged all the 
recent changes to -CURRENT to my branches so that the only changes in them with 
respect to HEAD are my own work. This is mostly important to other people 
trying to track the FreeBSD development branch.

-M


 > Thank you for your work. Looking forward to running FreeBSD on my laptop 
 > with graphics. 
 >  
 > Thanks in advance. 
 >  
 > Tomoya 
 >  
 > On Tue, Aug 16, 2016 at 12:12:44AM -0700, Matthew Macy wrote: 
 > > As of this moment sys/dev/drm in the drm-next tree is sync with 
 > > https://github.com/torvalds/linux drivers/gpu/drm (albeit only for the 
 > > subset of drivers that FreeBSD supports -  i915, radeon, and amdgpu). I 
 > > feel this is a bit of a milestone as it means that it is possible that in 
 > > the future graphics support on FreeBSD could proceed in lockstep with 
 > > Linux.  
 > >  
 > > In addition I have IFCed both drm-next-4.6 and drm-next to HEAD as of 
 > > today. 
 > >  
 > > Once I'm done working on Kaby Lake support I intend to get radeon and 
 > > amdgpu to the point where they work as well as i915. Following that we'll 
 > > need to spend some time resolving general correctness issues. 
 > >  
 > > -M 
 > >  
 > > ___ 
 > > freebsd-...@freebsd.org mailing list 
 > > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 
 > > To unsubscribe, send any mail to "freebsd-x11-unsubscr...@freebsd.org" 
 > ___ 
 > freebsd-current@freebsd.org mailing list 
 > https://lists.freebsd.org/mailman/listinfo/freebsd-current 
 > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" 
 > 

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: gfx-next update: drm-4.8-rc2 tagged in drm-next

2016-08-17 Thread Tomoya Tabuchi
Hello

I'd like to know what 'IFCed to HEAD' means. I'm quite new to FreeBSD.

Thank you for your work. Looking forward to running FreeBSD on my laptop
with graphics.

Thanks in advance.

Tomoya

On Tue, Aug 16, 2016 at 12:12:44AM -0700, Matthew Macy wrote:
> As of this moment sys/dev/drm in the drm-next tree is sync with 
> https://github.com/torvalds/linux drivers/gpu/drm (albeit only for the subset 
> of drivers that FreeBSD supports -  i915, radeon, and amdgpu). I feel this is 
> a bit of a milestone as it means that it is possible that in the future 
> graphics support on FreeBSD could proceed in lockstep with Linux. 
> 
> In addition I have IFCed both drm-next-4.6 and drm-next to HEAD as of today.
> 
> Once I'm done working on Kaby Lake support I intend to get radeon and amdgpu 
> to the point where they work as well as i915. Following that we'll need to 
> spend some time resolving general correctness issues.
> 
> -M
> 
> ___
> freebsd-...@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscr...@freebsd.org"
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: gfx-next update: drm-4.8-rc2 tagged in drm-next

2016-08-16 Thread Mathias Picker
Wow. This is incredibly welcome news. And very impressive!   

And there's not the slightest bit of 'bit' in this milestone :)

Thanks a *lot* for your hard work!  

Mathias

Am 16. August 2016 09:12:44 GMT+02:00, schrieb Matthew Macy :
>As of this moment sys/dev/drm in the drm-next tree is sync with
>https://github.com/torvalds/linux drivers/gpu/drm (albeit only for the
>subset of drivers that FreeBSD supports -  i915, radeon, and amdgpu). I
>feel this is a bit of a milestone as it means that it is possible that
>in the future graphics support on FreeBSD could proceed in lockstep
>with Linux. 
>
>In addition I have IFCed both drm-next-4.6 and drm-next to HEAD as of
>today.
>
>Once I'm done working on Kaby Lake support I intend to get radeon and
>amdgpu to the point where they work as well as i915. Following that
>we'll need to spend some time resolving general correctness issues.
>
>-M
>
>___
>freebsd-...@freebsd.org mailing list
>https://lists.freebsd.org/mailman/listinfo/freebsd-x11
>To unsubscribe, send any mail to "freebsd-x11-unsubscr...@freebsd.org"
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: gfx-next update: drm-4.8-rc2 tagged in drm-next

2016-08-16 Thread Kubilay Kocak
On 16/08/2016 5:12 PM, Matthew Macy wrote:
> As of this moment sys/dev/drm in the drm-next tree is sync with 
> https://github.com/torvalds/linux drivers/gpu/drm (albeit only for the subset 
> of drivers that FreeBSD supports -  i915, radeon, and amdgpu). I feel this is 
> a bit of a milestone as it means that it is possible that in the future 
> graphics support on FreeBSD could proceed in lockstep with Linux. 
> 
> In addition I have IFCed both drm-next-4.6 and drm-next to HEAD as of today.
> 
> Once I'm done working on Kaby Lake support I intend to get radeon and amdgpu 
> to the point where they work as well as i915. Following that we'll need to 
> spend some time resolving general correctness issues.
> 
> -M
> 

All of this is and means a huge deal for our users and us as a project,
thank you to everyone on Team Graphics™ and every one else who has been
involved for their ongoing effort.

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: gfx-next update: drm-4.8-rc2 tagged in drm-next

2016-08-16 Thread Ben Woods
On Tuesday, 16 August 2016, Matthew Macy  wrote:

> As of this moment sys/dev/drm in the drm-next tree is sync with
> https://github.com/torvalds/linux drivers/gpu/drm (albeit only for the
> subset of drivers that FreeBSD supports -  i915, radeon, and amdgpu). I
> feel this is a bit of a milestone as it means that it is possible that in
> the future graphics support on FreeBSD could proceed in lockstep with Linux.
>
> In addition I have IFCed both drm-next-4.6 and drm-next to HEAD as of
> today.
>
> Once I'm done working on Kaby Lake support I intend to get radeon and
> amdgpu to the point where they work as well as i915. Following that we'll
> need to spend some time resolving general correctness issues.
>
> -M
>

May I just say, congratulations on the great milestone, and thank you very
much for your efforts!

I owe you beer.

Thanks,
Ben


-- 

--
From: Benjamin Woods
woods...@gmail.com
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


gfx-next update: drm-4.8-rc2 tagged in drm-next

2016-08-16 Thread Matthew Macy
As of this moment sys/dev/drm in the drm-next tree is sync with 
https://github.com/torvalds/linux drivers/gpu/drm (albeit only for the subset 
of drivers that FreeBSD supports -  i915, radeon, and amdgpu). I feel this is a 
bit of a milestone as it means that it is possible that in the future graphics 
support on FreeBSD could proceed in lockstep with Linux. 

In addition I have IFCed both drm-next-4.6 and drm-next to HEAD as of today.

Once I'm done working on Kaby Lake support I intend to get radeon and amdgpu to 
the point where they work as well as i915. Following that we'll need to spend 
some time resolving general correctness issues.

-M

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"