g2d.txt 614 B

12345678910111213141516171819202122
  1. Samsung 2D Graphic Accelerator using DRM frame work
  2. Samsung FIMG2D is a graphics 2D accelerator which supports Bit Block Transfer.
  3. We set the drawing-context registers for configuring rendering parameters and
  4. then start rendering.
  5. This driver is for SOCs which contain G2D IPs with version 4.1.
  6. Required properties:
  7. -compatible:
  8. should be "samsung,exynos-g2d-41".
  9. -reg:
  10. physical base address of the controller and length
  11. of memory mapped region.
  12. -interrupts:
  13. interrupt combiner values.
  14. Example:
  15. g2d {
  16. compatible = "samsung,exynos-g2d-41";
  17. reg = <0x10850000 0x1000>;
  18. interrupts = <0 91 0>;
  19. };