>helping maintaining it going forward (but if that doesn't happen, also no big
>deal).
>-Daniel
>
>>
>>>-Original Message-----
>>>From: daniel.vet...@ffwll.ch [mailto:daniel.vet...@ffwll.ch] On Behalf
>>>Of Daniel Vetter
>>>Sent: Sat
Hean Loong
>>Cc: Vetter, Daniel ; airl...@linux.ie; dri-
>>de...@lists.freedesktop.org
>>Subject: Re: DRM Display driver for Intel FPGA Video and Image Processing
>>Suite
>>
>>On Sat, Apr 8, 2017 at 7:41 AM, Ong, Hean Loong
>>wrote:
>>> Hi Daniel
>
] On Behalf Of
>Daniel
>Vetter
>Sent: Saturday, April 8, 2017 12:32 AM
>To: Ong, Hean Loong
>Cc: Vetter, Daniel ; airl...@linux.ie; dri-
>de...@lists.freedesktop.org
>Subject: Re: DRM Display driver for Intel FPGA Video and Image Processing Suite
>
>On Thu, Apr 6, 20
gt;>Sent: Saturday, April 8, 2017 12:32 AM
>>To: Ong, Hean Loong
>>Cc: Vetter, Daniel ; airl...@linux.ie; dri-
>>de...@lists.freedesktop.org
>>Subject: Re: DRM Display driver for Intel FPGA Video and Image Processing
>>Suite
>>
>>On Thu, Apr 6, 2017 at 8:
ivers/gpu/drm/ivip/intel_vip_of.c
>> new file mode 100644
>> index 000..17dff36
>> --- /dev/null
>> +++ b/drivers/gpu/drm/ivip/intel_vip_of.c
>> @@ -0,0 +1,146 @@
>> +/*
>> + * intel_vip_of.c -- Intel Video and Image Processing(VIP)
>> + * Frame Buffer
ght",
> + &fbdata->info.var.yres);
> + if (ret) {
> + dev_err(&pdev->dev,
> + "Missing required parameter 'altr,max-
> height'");
> + return ret;
> + }
> +
);
+}
+
+/*
+ * The name vip-frame-buffer-2.0 is derived from
+ * http://www.altera.com/literature/ug/ug_vip.pdf
+ * frame buffer IP cores section 14
+ */
+
+static const struct of_device_id intelvipfb_of_match[] = {
+ { .compatible = "altr,vip-frame-buffer-2.0" },
+ {},
+};
+
On Fri, Mar 31, 2017 at 09:08:37AM +, Ong, Hean Loong wrote:
> Hi,
>
> I would like to upstream the attached Intel FPGA Video and Image
> Processing Suite. The attached patch supports the Intel Arria10 devkit
> and its variants. The purpose of the patch is to enable the FPGA driven
> display d
Hi,
I would like to upstream the attached Intel FPGA Video and Image
Processing Suite. The attached patch supports the Intel Arria10 devkit
and its variants. The purpose of the patch is to enable the FPGA driven
display designed from the Intel Quartus FPGA design suite.
The driver is required as