lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 13 Jul 2017 09:40:44 +0800
From:   hean.loong.ong@...el.com
To:     Rob Herring <robh+dt@...nel.org>,
        Dinh Nguyen <dinguyen@...nel.org>,
        Daniel Vetter <daniel.vetter@...el.com>
Cc:     devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
        hean.loong.ong@...el.com
Subject: [PATCHv3 0/3] Intel FPGA VIP Frame Buffer II drm driver

From: Ong Hean Loong <hean.loong.ong@...el.com>

 The FPGA FrameBuffer Soft IP could be seen 
 as the GPU and the DRM driver patch here is allocating memory for 
 information to be streamed from the ARM/Linux to the display port.
 Basically the driver just wraps the information such as the pixels to 
 be drawn by the FPGA FrameBuffer 2.
 
 The piece of hardware in discussion is the SoC FPGA where Linux runs 
 on the ARM chip and the FGPA is driven by its NIOS soft core with its 
 own proprietary firmware.
 
 For example the application from the ARM Linux would have to write 
 information on the /dev/fb0 with the information stored in the SDRAM 
 to be fetched by the FPGA framebuffer IP and displayed on the Display 
 Port Monitor.

Ong, Hean Loong (3):
  dt-bindings: display: Intel FPGA VIP drm driver Devicetree bindings
  ARM: socfpga: drm driver updates in socfpga_defconfig
  ARM: drm: Intel FPGA VIP Frame Buffer II drm driver

 .../devicetree/bindings/display/altr,vip-fb2.txt   |  41 +++++
 arch/arm/configs/socfpga_defconfig                 |   6 +
 drivers/gpu/drm/Kconfig                            |   2 +
 drivers/gpu/drm/Makefile                           |   1 +
 drivers/gpu/drm/ivip/Kconfig                       |  13 ++
 drivers/gpu/drm/ivip/Makefile                      |   9 +
 drivers/gpu/drm/ivip/intel_vip_conn.c              |  96 ++++++++++
 drivers/gpu/drm/ivip/intel_vip_core.c              | 182 +++++++++++++++++++
 drivers/gpu/drm/ivip/intel_vip_drv.h               |  54 ++++++
 drivers/gpu/drm/ivip/intel_vip_of.c                | 202 +++++++++++++++++++++
 10 files changed, 606 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/altr,vip-fb2.txt
 create mode 100644 drivers/gpu/drm/ivip/Kconfig
 create mode 100644 drivers/gpu/drm/ivip/Makefile
 create mode 100644 drivers/gpu/drm/ivip/intel_vip_conn.c
 create mode 100644 drivers/gpu/drm/ivip/intel_vip_core.c
 create mode 100644 drivers/gpu/drm/ivip/intel_vip_drv.h
 create mode 100644 drivers/gpu/drm/ivip/intel_vip_of.c

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ