Re: [Freedreno] [PATCH] qcom: Add firmware files for Adreno A200

2019-09-04 Thread Nicolas Dechesne
hi Fabio, On Wed, Sep 4, 2019 at 1:27 PM Fabio Estevam wrote: > > Add firmware files for Adreno A200. > > These firmware files are needed for running the adreno kernel > driver on i.MX51 and i.MX53 SoCs. > > Signed-off-by: Fabio Estevam > --- > WHENCE | 2 ++ > qcom/yamato_pfp.fw

Re: [Freedreno] [PATCH] qcom: Add firmware files for Adreno A200

2019-09-06 Thread Nicolas Dechesne
tely good candidates for linux-firmware, but the license and WHENCE need to be adjusted accordingly. > > Regards, > > Chris > > On Wed, Sep 4, 2019 at 8:35 AM Josh Boyer wrote: > > > > On Wed, Sep 4, 2019 at 8:09 AM Nicolas Dechesne > > wrote: &g

Re: [Freedreno] Whether A200 driver is supported by Linux Mainline Kernel

2017-05-31 Thread Nicolas Dechesne
On Wed, May 31, 2017 at 9:42 AM, abhijit wrote: > However in kernel-msm git checkout from Freedreno, there are A2XX related > source code. I wanted to know whether this code is tested one and reason for > non-inclusion of this code in mainline kernel. which branch/tree are you referring to here?

[Freedreno] linux-firmware: add Qualcomm Adreno a3xx firmware

2017-09-06 Thread Nicolas Dechesne
) Nicolas Dechesne (1): qcom: add firmware files for Adreno A3xx WHENCE | 14 ++ a300_pfp.fw | 1 + a300_pm4.fw | 1 + qcom/a300_pfp.fw | Bin 0 -> 1156 bytes qcom/a300_pm4.fw | Bin 0 -> 9220 bytes 5 files changed, 16 insertions(+) creat

[Freedreno] qcom: add firmware file for Adreno and Venus on APQ8096

2017-11-15 Thread Nicolas Dechesne
) Nicolas Dechesne (2): qcom: add firmware files for Adreno a530 qcom: add venus firmware files for v4.2 WHENCE | 16 qcom/a530_pfp.fw | Bin 0 -> 15876 bytes qcom/a530_pm4.fw | Bin 0 -> 19572 bytes qcom/a530_z

Re: [Freedreno] qcom: add firmware file for Adreno and Venus on APQ8096

2017-11-23 Thread Nicolas Dechesne
On Thu, Nov 23, 2017 at 3:03 AM, Ben Hutchings wrote: > On Wed, 2017-11-15 at 21:00 +0100, Nicolas Dechesne wrote: >> hi, >> >> This pull request adds firmware files for Adreno 530 GPU and Venus h/w >> codec found on the Qualcomm APQ8096 chipset, such as on Dragonboar

[Freedreno] [PATCH] drm/msm: update adreno firmware path in MODULE_FIRMWARE

2017-11-23 Thread Nicolas Dechesne
The preferred location for Adreno firmware files is now in qcom/ subfolder, especially now that we are adding some of them in linux-firmware. Reported-by: Ben Hutchings Signed-off-by: Nicolas Dechesne --- drivers/gpu/drm/msm/adreno/adreno_device.c | 16 1 file changed, 8

Re: [Freedreno] [PATCH] drm/msm: update adreno firmware path in MODULE_FIRMWARE

2017-11-23 Thread Nicolas Dechesne
On Thu, Nov 23, 2017 at 3:54 PM, Rob Clark wrote: > On Thu, Nov 23, 2017 at 5:32 AM, Nicolas Dechesne > wrote: >> The preferred location for Adreno firmware files is now in qcom/ subfolder, >> especially now that we are adding some of them in linux-firmware. >> >&

[Freedreno] [PATCH] drm/msm: add missing MODULE_FIRMWARE declarations

2017-11-23 Thread Nicolas Dechesne
* some a5xx files were missing * fixup for an existing typo Signed-off-by: Nicolas Dechesne --- drivers/gpu/drm/msm/adreno/adreno_device.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/adreno/adreno_device.c b/drivers/gpu/drm/msm/adreno