Re: [Intel-gfx] FreeBSD i915 driver update

2016-05-17 Thread randyf
On Tue, 17 May 2016, Daniel Vetter wrote: Our ultimate goal is to align closely with the Linux graphics development community and collaborate with Intel, ATI, and others on keeping FreeBSD up to date in their product development efforts. The focus and priority of the i915 driver is obviously

Re: [Intel-gfx] [PATCH:intel-gpu-tools 1/7] Fix #ifdef check for _SC_AVPHYS_PAGES in intel_get_avail_ram_mb()

2015-01-05 Thread randyf
On Mon, 5 Jan 2015, Alan Coopersmith wrote: On 01/ 5/15 08:11 AM, Daniel Vetter wrote: On Tue, Dec 23, 2014 at 07:07:08PM -0800, Alan Coopersmith wrote: Check for the sysconf value used here, not the one used in the previous function. Signed-off-by: Alan Coopersmith Thanks for the patche