Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-26 Thread Gleb Smirnoff
On Mon, Aug 25, 2014 at 05:03:10AM +, Adrian Chadd wrote: A Author: adrian A Date: Mon Aug 25 05:03:10 2014 A New Revision: 270516 A URL: http://svnweb.freebsd.org/changeset/base/270516 A A Log: A i915 driver - enable opregion handle; program CADL. A A add opregion handling for drm2 -

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Bjoern A. Zeeb
On 25 Aug 2014, at 05:03 , Adrian Chadd adr...@freebsd.org wrote: Author: adrian Date: Mon Aug 25 05:03:10 2014 New Revision: 270516 URL: http://svnweb.freebsd.org/changeset/base/270516 Log: i915 driver - enable opregion handle; program CADL. add opregion handling for drm2 - which

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread TAKAHASHI Yoshihiro
In article a9c38492-05c0-49e0-a9f0-d08e19e91...@freebsd.org Bjoern A. Zeeb b...@freebsd.org writes: i915 driver - enable opregion handle; program CADL. This broke pc98: @/contrib/dev/acpica/include/platform/acfreebsd.h:75:10: fatal error: 'machine/acpica_machdep.h' file not found The

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Jean-Sébastien Pédron
On 25.08.2014 14:45, Bjoern A. Zeeb wrote: On 25 Aug 2014, at 05:03 , Adrian Chadd adr...@freebsd.org wrote: Author: adrian Date: Mon Aug 25 05:03:10 2014 New Revision: 270516 URL: http://svnweb.freebsd.org/changeset/base/270516 Log: i915 driver - enable opregion handle; program CADL. This

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Adrian Chadd
On 25 August 2014 08:29, Jean-Sébastien Pédron dumbb...@freebsd.org wrote: On 25.08.2014 14:45, Bjoern A. Zeeb wrote: On 25 Aug 2014, at 05:03 , Adrian Chadd adr...@freebsd.org wrote: Author: adrian Date: Mon Aug 25 05:03:10 2014 New Revision: 270516 URL:

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread John Baldwin
On Monday, August 25, 2014 05:03:10 AM Adrian Chadd wrote: Author: adrian Date: Mon Aug 25 05:03:10 2014 New Revision: 270516 URL: http://svnweb.freebsd.org/changeset/base/270516 Log: i915 driver - enable opregion handle; program CADL. add opregion handling for drm2 - which exposes

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Adrian Chadd
On 25 August 2014 07:26, John Baldwin j...@freebsd.org wrote: On Monday, August 25, 2014 05:03:10 AM Adrian Chadd wrote: Author: adrian Date: Mon Aug 25 05:03:10 2014 New Revision: 270516 URL: http://svnweb.freebsd.org/changeset/base/270516 Log: i915 driver - enable opregion handle;

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Jean-Sébastien Pédron
On 25.08.2014 16:26, John Baldwin wrote: Also, is leaving around the #if 0'd Linux version something the drm2 code does in general or was that unique to this patch? If the latter, we should remove the duplicate #if 0 code (list_for_each, etc.) There's no actual consensus, I guess. In my DRM

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Nathan Whitehorn
On 08/25/14 09:09, Jean-Sébastien Pédron wrote: On 25.08.2014 16:26, John Baldwin wrote: Also, is leaving around the #if 0'd Linux version something the drm2 code does in general or was that unique to this patch? If the latter, we should remove the duplicate #if 0 code (list_for_each, etc.)

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Jean-Sébastien Pédron
On 25.08.2014 18:13, Nathan Whitehorn wrote: On 08/25/14 09:09, Jean-Sébastien Pédron wrote: There's no actual consensus, I guess. In my DRM 3.8 branch, where I try to reduce the diff with Linux, I try to provide wrappers and keep the Linux code. What is the status of that branch right now?

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Alexey Dokuchaev
On Mon, Aug 25, 2014 at 09:13:42AM -0700, Nathan Whitehorn wrote: On 08/25/14 09:09, Jean-SИbastien PИdron wrote: There's no actual consensus, I guess. In my DRM 3.8 branch, where I try to reduce the diff with Linux, I try to provide wrappers and keep the Linux code. Before that branch is

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Jean-Sébastien Pédron
On 25.08.2014 18:27, Alexey Dokuchaev wrote: I'll shamelessly hijack this thread and ask you Nathan, what's the current state of newcons+hwaccel w/ ATI RV280 on PowerPC found in e.g. Mac mini G4? I imported Justin Hibbits patches in this DRM 3.8 branch [1] and enabled the build of radeonkms

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread John Baldwin
On Monday, August 25, 2014 05:03:10 AM Adrian Chadd wrote: Author: adrian Date: Mon Aug 25 05:03:10 2014 New Revision: 270516 URL: http://svnweb.freebsd.org/changeset/base/270516 Log: i915 driver - enable opregion handle; program CADL. add opregion handling for drm2 - which exposes

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Nathan Whitehorn
On 08/25/14 09:38, Jean-Sébastien Pédron wrote: On 25.08.2014 18:27, Alexey Dokuchaev wrote: I'll shamelessly hijack this thread and ask you Nathan, what's the current state of newcons+hwaccel w/ ATI RV280 on PowerPC found in e.g. Mac mini G4? I imported Justin Hibbits patches in this DRM

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Jean-Sébastien Pédron
On 25.08.2014 19:04, Nathan Whitehorn wrote: Does our radeon KMS code support AGP-based Radeons? I vaguely remember this not being the case. Unfortunately no, AGP isn't supported. And I currently don't have neither the knowledge nor the hardware to add this. Furthermore, it would be a lower

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Tijl Coosemans
On Mon, 25 Aug 2014 19:11:43 +0200 Jean-Sébastien Pédron dumbb...@freebsd.org wrote: On 25.08.2014 19:04, Nathan Whitehorn wrote: Does our radeon KMS code support AGP-based Radeons? I vaguely remember this not being the case. Unfortunately no, AGP isn't supported. And I currently don't have

svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-24 Thread Adrian Chadd
Author: adrian Date: Mon Aug 25 05:03:10 2014 New Revision: 270516 URL: http://svnweb.freebsd.org/changeset/base/270516 Log: i915 driver - enable opregion handle; program CADL. add opregion handling for drm2 - which exposes some ACPI video configuration pieces that some Lenovo laptop