All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 v2] drm/arcpgu: Get use of dedicated memory area for frame buffer
@ 2016-04-28 14:19 ` Alexey Brodkin
  0 siblings, 0 replies; 11+ messages in thread
From: Alexey Brodkin @ 2016-04-28 14:19 UTC (permalink / raw)
  To: linux-snps-arc

This mini-series allows to allocate frame buffer memory in desired
location. Allocation of a frame buffer memory in a special memory region
allows bypassing of so-called IO Coherency aperture which is typically set
as a range 0x8z-0xAz.

I.e. all data traffic to PGU bypasses IO Coherency block
and saves its bandwidth for other peripherals.

Cc: Dave Airlie <airlied at gmail.com>
Cc: Daniel Vetter <daniel at ffwll.ch>
Cc: devicetree at vger.kernel.org

Changes v1 -> v2:
 * Reserved memory size bumped from 16Mb to 32Mb.

 * Reserved area in AXS103 boards moved to the very end of available DDR.

Alexey Brodkin (2):
  drm/arcpgu: use dedicated memory area for frame buffer
  ARC: [axs10x] Specify reserved memory for frame buffer

 arch/arc/boot/dts/axc001.dtsi     | 22 ++++++++++++++++++++--
 arch/arc/boot/dts/axc003.dtsi     | 14 ++++++++++++++
 arch/arc/boot/dts/axc003_idu.dtsi | 14 ++++++++++++++
 arch/arc/boot/dts/axs10x_mb.dtsi  |  2 +-
 drivers/gpu/drm/arc/arcpgu_drv.c  |  6 ++++++
 5 files changed, 55 insertions(+), 3 deletions(-)

-- 
2.5.5

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-06-02  7:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 14:19 [PATCH 0/2 v2] drm/arcpgu: Get use of dedicated memory area for frame buffer Alexey Brodkin
2016-04-28 14:19 ` Alexey Brodkin
2016-04-28 14:19 ` [PATCH 1/2 v2] drm/arcpgu: use " Alexey Brodkin
2016-04-28 14:19   ` Alexey Brodkin
2016-04-28 14:19 ` [PATCH 2/2 v2] ARC: [axs10x] Specify reserved memory " Alexey Brodkin
2016-04-28 14:19   ` Alexey Brodkin
2016-04-28 14:19   ` Alexey Brodkin
2016-04-29 10:49   ` Vineet Gupta
2016-04-29 10:49     ` Vineet Gupta
2016-04-29 10:49     ` Vineet Gupta
     [not found]   ` <57468A6C.9080505@synopsys.com>
     [not found]     ` <1464253672.4578.8.camel@synopsys.com>
     [not found]       ` <C2D7FE5348E1B147BCA15975FBA23075F4EAE493@us01wembx1.internal.synopsys.com>
     [not found]         ` <1464694143.6538.18.camel@synopsys.com>
2016-06-02  7:35           ` Fwd: " Vineet Gupta

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.